/*
THEME NAME: Muslim Matters
DESCRIPTION: Custom theme developed by DaddyDesign.com for Muslim Matters
VERSION: 1
AUTHOR: Daddy Design
AUTHOR URI: http://www.daddydesign.com/
*/

/* General Settings */
*{ margin: 0; padding: 0; }
img { border: 0; }

body{
font-family: 'Open Sans', sans-serif;
font-size: 17px;
color: #333;
background: #000; 
}

p { margin-bottom: 20px; line-height: 27px; }

a{ color: #000; text-decoration: none; outline: none; }
a:hover{ text-decoration: none; }

.wf{ font-family: 'Oswald', sans-serif; }

/* HTML5 Elements */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main { display: block; }

/* Loader */
.loader{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: block; background: #000; text-indent: -9000px; z-index: 9; }
#loader{ position: fixed; z-index: 9999999; }
.loader:before {
content: '';
height: 20px;
width: 20px;
position: absolute;
left:50%; 
top:50%; 
margin-top: -10px;
margin-left: -10px;
-webkit-animation: rotation .6s infinite linear;
-moz-animation: rotation .6s infinite linear;
-o-animation: rotation .6s infinite linear;
animation: rotation .6s infinite linear;
border-left: 6px solid rgba(255, 255, 255, .3);
border-right: 6px solid rgba(255, 255, 255, .3);
border-bottom: 6px solid rgba(255, 255, 255, .3);
border-top: 6px solid rgba(255, 255, 255, 1);
border-radius: 100%;
text-indent: -9000px;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
}
.loader.big:before { height: 40px; width: 40px; margin-top: -20px; margin-left: -20px; }
@-webkit-keyframes rotation { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(359deg); } }
@-moz-keyframes rotation { from { -moz-transform: rotate(0deg); } to { -moz-transform: rotate(359deg); } }
@-o-keyframes rotation { from { -o-transform: rotate(0deg); } to { -o-transform: rotate(359deg); } }
@keyframes rotation { from { transform: rotate(0deg); } to { transform: rotate(359deg); } }

/* Box Method */
.box{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* Round */
.round{ border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

/* With Background Image */
.with_bg{
background-color: #000;
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover; 
-moz-background-size: cover; 
-o-background-size: cover; 
background-size: cover;
}

/* Button */
.btn{
width: auto;
display: inline-block;
font-size: 15px;
color: #396faa;
padding: 12px 20px;
border: 1px solid #ddd;
}
.btn:hover{ border: 1px solid #396faa; }

/* Image Resizing */
.img img{ display: block; width: auto; max-width: 100%; height: auto; margin: 0 auto; position: relative; }

/* Container */
#container{ width: 100%; float: left; display: block; position: relative; }

/* Header */
#header{ 
width: 100%; 
height: 72px; 
display: block; 
position: fixed; 
top: 0; 
left: 0; 
background: #000; 
z-index: 9999; 
}

#header h1#logo{ width: 76px; height: 32px; float: left; display: block; margin: 20px; text-indent: -9000px; }
#header h1#logo a{ display: block; width: 76px; height: 32px; background: url(images/logo.svg) no-repeat center; }

#nav_btn{ display: none; }
#header .toggle{ display: block; }

#header #nav{ width: auto; float: right; padding: 18px 20px; position: relative; }
#header #nav ul.main{ width: auto; float: left; list-style: none; position: relative; }
#header #nav ul.main li{ width: auto; float: left; padding-right: 8px; }
#header #nav ul.main li a{
display: block; 
height: 36px; 
font-size: 18px;
font-weight: 700; 
color: #fff;
line-height: 36px; 
padding: 0 14px; 
background: #333;
border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
}
#header #nav ul.main li.culture a{ background: #7f00db; }
#header #nav ul.main li.current-affairs a{ background: #dd4c39; }
#header #nav ul.main li.islam a{ background: #3498db; }
#header #nav ul.main li.life a{ background: #17a768; }
#header #nav ul.main li.society a{ background: #e67e22; }

#header #nav .search_form{ float: right;  }
#header #nav .search_form #search_btn{
width: 36px; 
height: 36px;
display: block;
background: url(images/search.svg) no-repeat center #333; 
-webkit-background-size: 16px; 
-moz-background-size: 16px;  
-o-background-size: 16px; 
background-size: 16px; 
text-indent: -9000px; 
cursor: pointer;
position: relative;
z-index: 9;
}
.toggle_search{ display: none; }
#header #nav .search_form #searchform{ position: absolute; top: 0; right: 64px; left: 0; bottom: 0; z-index: 9999; }
#header #nav .search_form .field{ display: block; width: 100%; height: 100%; padding: 18px 0 18px 20px; background: #000; }
#header #nav .search_form .field input{ 
width: 100%; 
height: 100%;
font-family: 'Oswald', sans-serif;
font-size: 18px;
font-weight: 700;
color: #fff;
padding: 0 14px; 
background: #333;
border: 0;
outline: none;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
}
#header #nav .search_form .field input::-webkit-input-placeholder{ color: #fff; }
#header #nav .search_form .field input:-moz-placeholder{ color: #fff; }
#header #nav .search_form .field input::-moz-placeholder{ color: #fff; }
#header #nav .search_form .field input:-ms-input-placeholder{ color: #fff; }
#header #nav .search_form .submit{ display: none; }

/* Header - Home */
#home #header{ width: 240px; height: auto; position: absolute; padding: 40px; background: none; }
#home #header.fixed{ width: 100%; height: 72px; position: fixed; padding: 0; background: #000; }

#home #header h1#logo{ width: 134px; height: 80px; margin: 0 0 20px; }
#home #header.fixed h1#logo{ width: 76px; height: 32px; margin: 20px; }
#home #header h1#logo a{ width: 134px; height: 80px; background: url(images/logo_full.svg) no-repeat center; }
#home #header.fixed h1#logo a{ width: 76px; height: 32px; background: url(images/logo.svg) no-repeat center; }

#home #header #nav{ width: 100%; float: left; padding: 0; }
#home #header.fixed #nav{ width: auto; float: right; padding: 18px 20px; }
#home #header #nav ul.main li{ clear: both; padding: 0 0 8px; }
#home #header.fixed #nav ul.main li{ clear: none; padding: 0 8px 0 0; }

#home #header #nav .search_form{ width: 100%; float: left; clear: both; position: relative; }
#home #header.fixed #nav .search_form{ width: auto; float: right; clear: none; position: static; }
#home #header #nav .search_form #searchform{ right: 0; left: 30px; z-index: 0; }
#home #header.fixed #nav .search_form #searchform{ right: 64px; left: 0; z-index: 9999; }
#home #header #nav .search_form .field{ padding: 0; }
#home #header.fixed #nav .search_form .field{ padding: 18px 0 18px 20px; }

/* Main */
#main{ width: 100%; float: left; display: block; margin: 72px 0 0; background: #fff; position: relative; }
#home #main{ margin: 0; }

/* Section */
#main.author{padding: 40px 0 60px 20px;}
.section{ width: 100%; float: left; padding: 0 40px; margin: 0 0 40px; position: relative; }
.section.grid{ padding: 0 30px; margin: 0 0 20px; }
.section-grid.author-profile-grid{ width: 50%; padding-right:10px; }
.section-grid.author-profile-grid .thumb.author-img{ padding-top:10px; }
.section-grid.author-profile-grid .thumb.author-img img{ width:100%; }
.section-grid.author-profile-grid .author-details{ padding: 40px 60px; position:relative; z-index:50; }
.section-grid.author-profile-grid .post.preview{ width:100%; }

.section.author-post-grid .post.preview{ width:50%; }
.section.author-post-grid{ width: 50%; padding-left:0; padding-right:0; }
.section-max-width,
.section .wrapper{ width: 100%; max-width: 1600px; display: block; margin: 0 auto; }
.section .header{ width: 100%; float: left; position: relative; }
.section .content{ width: 100%; float: left; position: relative; }
.section .footer{ width: 100%; float: left; padding: 10px 0 0; position: relative; }

/* Posts */
.post.featured{ width: 100%; height: 680px; float: left; background: #000; margin: 0 0 40px; }
.post.featured .wrapper{ display: table; width: 100%; height: 100%; }
.post.featured .wrapper .inside-wrap{ display: table-cell; vertical-align: middle; text-align: right; }
.post.featured.life .inside-wrap .header{ border-color: #17a768; }
.post.featured .wrapper .inside-wrap .header{
	display: inline-block;
	border: 1px solid #17a768;
	border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	padding: 37px;
	background: rgba(0,0,0,0.6);
	text-align: left;
	max-width: 540px;
}
.post.featured .wrapper .inside-wrap .header h2{ margin-bottom: 10px; }
.post.featured .wrapper .inside-wrap .header h2 a{ color: #fff; font-size: 40px; line-height: 58px; }
.post.featured .wrapper .inside-wrap .header .meta{
display: inline-block;
vertical-align: bottom;
font-size: 13px;
color: #fff;
margin-left: 10px;
border-left: 1px solid #fff;
padding-left: 10px;
}
.post.featured .wrapper .inside-wrap .header .meta .author a{
	display: block;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}
.post.featured .wrapper .inside-wrap .header .meta .date{ display: block; font-size: 13px; }


.post.preview{ width: 25%; float: left; padding: 0 10px 20px 10px; position: relative; }
.section-grid::before,
.post.preview::before{ content: ''; display: block; position: absolute; top: 0; left: 20px; right: 20px; bottom: 20px; border: 2px solid #ddd; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; z-index: 9; }
.post.preview.culture::before{ border-color: #7f00db; }
.post.preview.current-affairs::before{ border-color: #dd4c39; }
.post.preview.islam::before{ border-color: #3498db; }
.post.preview.life::before{ border-color: #17a768; }
.post.preview.society::before{ border-color: #e67e22; }
.post.preview .thumb{ width: 100%; float: left; padding: 10px 0 0; position: relative; }
.post.preview .thumb a{ display: block; text-indent: -9000px; position: absolute; top: 10px; left: 0; right: 0; bottom: 0; z-index: 99; }
.post.preview .header{ width: 100%; float: left; padding: 25px 40px 30px; position: relative; z-index: 99; }
.post.preview .header h2{ font-size: 26px; line-height: 36px; margin: 0 0 8px; }
.post.preview .header h2 a:hover{ text-decoration: underline; }
.post.preview .header .meta{ display: block; font-size: 13px; margin: 0 0 16px; }
.post.preview .header .meta .author{ display: inline-block; font-weight: bold; }
.post.preview .header .meta .author::after{ content: '|'; display: inline-block; font-weight: normal; padding: 0 0 0 4px; }
.post.preview .header .meta .author a:hover{ text-decoration: underline; }
.post.preview .header .meta .date{ display: inline-block; }
.post.preview .header .cat{ display: block; clear: both; }

.post-sidebar-meta .cat a,
.post.featured .wrapper .inside-wrap .header .cat a,
.post.preview .header .cat a{ display: inline-block; font-size: 16px; font-weight: bold; color: #fff; padding: 6px 12px; background: #000; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }


.single-post.culture .post-newsletter-ads input[type="submit"]{color:#7f00db;}

.single-post.culture .main-single-content:before,
.category-main-section.culture,
.single-post.culture .post-newsletter-ads,
.single-post.culture .post-sidebar-meta .cat a,
.post.featured.culture .wrapper .inside-wrap .header .cat a,
.post.preview.culture .header .cat a{ background-color: #7f00db; }

.single-post.current-affairs .post-newsletter-ads input[type="submit"]{color:#dd4c39;}

.single-post.current-affairs .main-single-content:before,
.category-main-section.current-affairs,
.single-post.current-affairs .post-newsletter-ads,
.single-post.current-affairs .post-sidebar-meta .cat a,
.post.featured.current-affairs .wrapper .inside-wrap .header .cat a,
.post.preview.current-affairs .header .cat a{ background-color: #dd4c39; }

.single-post.islam .post-newsletter-ads input[type="submit"]{color:#3498db;}

.single-post.islam .main-single-content:before,
.category-main-section.islam,
.single-post.islam .post-newsletter-ads,
.single-post.islam .post-sidebar-meta .cat a,
.post.featured.islam .wrapper .inside-wrap .header .cat a,
.post.preview.islam .header .cat a{ background-color: #3498db; }

.single-post.life .post-newsletter-ads input[type="submit"]{color:#17a768;}

.single-post.life .main-single-content:before,
.category-main-section.life,
.single-post.life .post-newsletter-ads,
.single-post.life .post-sidebar-meta .cat a,
.post.featured.life .wrapper .inside-wrap .header .cat a,
.post.preview.life .header .cat a{ background-color: #17a768; }

.single-post.society .post-newsletter-ads input[type="submit"]{color:#e67e22;}

.single-post.society .main-single-content:before,
.category-main-section.society,
.single-post.society .post-newsletter-ads,
.single-post.society .post-sidebar-meta .cat a,
.post.featured.society .wrapper .inside-wrap .header .cat a,
.post.preview.society .header .cat a{ background-color: #e67e22; }
.post.preview .header .cat a:hover{ text-decoration: underline; }

.post.featured.culture .wrapper .inside-wrap .header,
.single-post.culture .header{ border-color:#7f00db; }

.post.featured.current-affairs .wrapper .inside-wrap .header,
.single-post.current-affairs .header{ border-color:#dd4c39; }

.post.featured.islam .wrapper .inside-wrap .header,
.single-post.islam .header{ border-color:#3498db; }

.post.featured.life .wrapper .inside-wrap .header,
.single-post.life .header{ border-color:#17a768; }

.post.featured.society .wrapper .inside-wrap .header,
.single-post.society .header{ border-color:#e67e22; }

.newsletter-box{ border-top: 2px solid #aaaaaa; border-bottom: 2px solid #aaaaaa; padding: 22px 10px; }
.section-max-width:after,
.newsletter-box:after{
clear: both;
width: 100%;
height: 0;
content: "";
display: block;
}
.newsletter-box .dd-nl-box{ float: left; color: #000; margin-right: 15px; }
.newsletter-box .title{ font-size: 20px; font-weight: bold; line-height: 36px; color: #000; float: left; }
.newsletter-box .newsletter-form .input{
	border: 1px solid #cccccc;
	width: 180px;
	height: 36px;
	padding: 5px 14px;
	margin-right: 4px;
	float: left;
	outline: 0;
}
.newsletter-box .newsletter-form button[type="submit"],
.newsletter-box .newsletter-form input[type="submit"]{
	background: #000;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	height: 36px;
	padding: 0 14px;
	border:  none;
}
.newsletter-box .newsletter-footer a{ color: #777777; font-size: 11px; font-style: italic; line-height: 34px;}
.dd-social-media { float: right;  }
.dd-social-media ul{ list-style: none; float: left; margin-left: 15px; }
.dd-social-media ul li{ float: left; margin-left: 4px; }
.dd-social-media a{
	width: 36px;
	height: 36px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-indent: -9000px;
}
.dd-social-media .rss a{
	background-image: url(images/icon-rss.svg);
	background-size: 18px;
}
.dd-social-media .facebook a{
	background-image: url(images/icon-fb.svg);
	background-size: 10px;
}
.dd-social-media .twitter a{
	background-image: url(images/icon-tw.svg);
	background-size: 18px;
}
.dd-social-media .google_plus a{
	background-image: url(images/icon-gp.svg);
	background-size: 20px;
}
.dd-social-media .instagram a{
	background-image: url(images/icon-ig.svg);
	background-size: 15px;
}
.dd-social-media .youtube a{
	background-image: url(images/icon-yt.svg);
	background-size: 14px;
}

.section.whats-trending{ background: #191919; padding: 20px 30px; }
.whats-trending.no-margin{ margin-bottom: 0; }
.section.whats-trending a{ color: #fff; }
.section.whats-trending .post.preview .header .meta a,
.section.whats-trending .post.preview .header .meta{ color: #999999; }

.whats-trending-title{ width: 25%; padding: 0 10px 20px 10px; float: left; height: auto !important; }
.whats-trending-title h2{
	font-size: 90px;
	line-height: 100px;
	font-weight: 300;
	color: #fff;
	padding-top: 115px;
	position: relative;
}
.whats-trending-title h2:before{
	background: url(images/whats-trending-title.svg) no-repeat;
	content: "";
	display: block;
	width: 93px;
	height: 75px;
	position: absolute;
	top: 22px;
	left: 0;
	background-size: contain;
}


.ads.leaderboard{
	max-width: 100%;
	width: 720px;
	margin: 0 auto;
	height: 90px;
	background: #444444;
	color: #fff;
	display: block;
	line-height: 90px;
	text-align: center;
	font-size: 18px;
}
.ads.leaderboard span{  }

.large-ads{
	width: 300px;
	height: 600px;
	background: #444444;
	color: #fff;
	display: block;
	line-height: 600px;
	text-align: center;
	font-size: 18px;
}
.sidebar-ads{ padding: 0 40px; overflow: hidden; }
.sidebar-ads.stick{ position: fixed; top: 0; }
.sidebar-ads .side-ads{ margin-bottom:40px; }
.sidebar-ads .side-ads img{ max-width:100%; }
.sidebar-ads-scroll-checker{ width: 100%; height: 1px; }

.section-grid{ width: 25%; float: left;  padding: 0 10px 40px 10px; position: relative; }
.section-grid.large{ width: 50%; }

.section-grid .wrap{ padding: 25px 40px 30px; float: left; width: 100%; position: relative; }
.section-grid.large h2{ padding: 0; margin-bottom: 20px; font-size: 34px; padding-top: 10px; }
.section-grid h2{ font-weight: 300; font-size: 26px; padding: 25px 40px 15px; color: #000; }
.section-grid.no-box::before{ display: none; }
.section-grid.no-box .post.preview{ width: 100%; }
.section-grid.no-box .post.preview h2{ padding: 0; font-size: 21px; line-height: 31px; color: #000; font-weight: bold; }

.first-highlight{ display: block; position: relative; }
.first-highlight:after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(0,0,0,0.3);
	top:0;
	left:0;
	z-index:9;
}
.first-highlight span{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    padding: 0 30px 20px;
    display: block;
    z-index: 10;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
}

.list-posts{ position: relative; z-index: 11; padding: 25px 40px 15px; list-style: none; }
.list-posts img{ max-width: 60px; float: left; margin-left: -80px; margin-top: 5px; }
.list-posts li{ padding: 15px 0; border-top: 1px solid #cccccc; }
.list-posts li a{ font-size: 13px; color: #000; line-height: 18px; display: block; padding: 0 0 0 80px; }
.site-main:after,
.list-posts li:after{ clear: both; display: block; width: 100%; height: 0; content: ""; }
.list-posts li:last-child{ border-bottom: 1px solid #cccccc; }

.section-grid.large .list-posts{ padding: 0; }
.section-grid.large .list-posts img{ max-width: 120px; margin-left: -140px; margin-top: 0; }
.section-grid.large .list-posts li a{ padding-left: 140px; font-size: 18px; line-height: 28px; font-weight: bold; }
.section-grid.large .list-posts li a .date{
	font-size: 12px;
	color: #333333;
	display: block;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}
/* Footer */
#footer{ width: 100%; float: left; display: block; position: relative; z-index:27; }

#footer .section.newsletter{ background: #fff; border-top: 1px solid #dddddd; margin:0; padding: 0; }
#footer .section.newsletter .newsletter-box{border: none;padding: 0;}
#footer .section.newsletter .newsletter-box .dd-nl-box{ padding: 37px 0; }
#footer .section.newsletter .newsletter-box .dd-nl-box.title{ padding-left: 24px; }
#footer .section.newsletter .newsletter-box .dd-nl-box.newsletter-form{ border-right: 1px solid #ddd; padding-right: 20px; }
#footer .dd-social-media{ padding: 22px 10px; }
#footer .dd-site-partner {
	float: right;
    height: 110px;
}
#footer .dd-site-partner .title{
    border-left: 1px solid #ddd;
    padding: 0 24px;
    line-height: 110px;
    float: left;
}
#footer .site-partner{
	float: left;
    height: 110px;
    border-left: 1px solid #ddd;
    padding: 0 24px;
    line-height: 1;
    display: table;
    vertical-align: middle;
}
#footer .site-partner span,
#footer .site-partner a{ display: table-cell; vertical-align: middle; }
#footer .site-partner span img,
#footer .site-partner a img{ max-height: 90px; }


#footer h3.logo{ width: 57px; height: 24px; float: left; display: block; margin: 24px 20px; text-indent: -9000px; }
#footer h3.logo a{ display: block; width: 57px; height: 24px; background: url(images/logo.svg) no-repeat center; }

#footer .nav{ width: auto; height: 72px; float: left; position: relative; }

#footer .nav ul.social{ width: auto; float: left; margin: 21px 10px 21px 0; list-style: none; }
#footer .nav ul.social li{ width: auto; float: left; margin: 0 5px 0 0; }
#footer .nav ul.social li a{ 
width: 30px; 
height: 30px; 
display: block; 
background-repeat: no-repeat; 
background-position: center; 
background-color: #fff; 
border-radius: 3px; 
-moz-border-radius: 3px; 
-webkit-border-radius: 3px;
text-indent: -9000px; 
}
#footer .nav ul.social li.rss a{ background-image: url(images/rss.svg); }
#footer .nav ul.social li.facebook a{ background-image: url(images/facebook.svg); }
#footer .nav ul.social li.twitter a{ background-image: url(images/twitter.svg); }
#footer .nav ul.social li.google_plus a{ background-image: url(images/google_plus.svg); }
#footer .nav ul.social li.instagram a{ background-image: url(images/instagram.svg); }
#footer .nav ul.social li.youtube a{ background-image: url(images/youtube.svg); }

#footer .nav ul.footer_nav{ width: auto; float: left; list-style: none; }
#footer .nav ul.footer_nav li{ width: auto; float: left; margin: 21px 0; }
#footer .nav ul.footer_nav li a{ height: 30px; display: block; font-size: 13px; font-weight: bold; text-transform: uppercase; padding: 0 6px; color: #fff; line-height: 30px; }
#footer .nav ul.footer_nav li a:hover{ color: #999; }

#footer .meta{ float: right; font-size: 11px; color: #999; line-height: 17px; text-align: right; padding: 18px 20px 0; }
#footer .meta span{ display: block; }
#footer .meta a{ color: #999; }
#footer .meta a:hover{ text-decoration: underline; }

hr.post-divider{
background: transparent;
border: 1px solid #fff;
color: #fff;
}
.navigation.post-navigation{ display: none !important; }
.site-main{ padding: 100px 30px 50px; background: #fff; }
.site-main.single-post{ padding: 70px 00px 0px; background: #fff; }
.site-main.single-post .section.grid{padding:0;margin-bottom:0;width: 100%;background: #fff;/*-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);*/}
.site-main.single-post .section .wrapper{max-width:100%;}
.post.automated{ margin-bottom: 80px; }

/* Forms */
.wpcf7{ display: block; clear: both; padding: 10px 0 0 !important; }
.wpcf7-form{ width: 100%; display: block; overflow: hidden; position: relative; }
.wpcf7-form fieldset{ width: 100%; float: left; display: block; border: 0; border-bottom: 1px dotted #ccc; padding: 0 0 20px; margin: 0 0 30px; }
.wpcf7-form label{ display: block; font-size: 15px; font-weight: bold; line-height: 20px; text-transform: uppercase; padding: 0 0 0 5px; margin: 0 0 8px; }
.wpcf7-form div.form_radios{ width: 100%; float: left; margin: 0 0 20px; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.wpcf7-form div.form_radios .wpcf7-list-item{ display: inline-block; padding: 0 4px 4px 0; }
.wpcf7-form div.form_field{ width: 100%; float: left; margin: 0 0 20px; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.wpcf7-form div.form_field span{ display: block; }
.wpcf7-form div.form_field input, 
.wpcf7-form div.form_field select,
.wpcf7-form div.form_field textarea { 
width: 100%; 
display: block; 
font-family: inherit; 
color: inherit;
font-size: 15px; 
padding: 12px 14px;
background: none;
border: 1px solid #ddd;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
-webkit-appearance: none;
border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;	
outline: none;
}
.wpcf7-form div.form_field textarea { height: 140px; }
.wpcf7-form div.form_field select{ 
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
text-indent: 0.01px;
text-overflow: '';
padding-right: 32px;
background: url(images/arrow_down.svg) no-repeat right 12px top 50%;
-webkit-background-size: 10px 6px; 
-moz-background-size: 10px 6px;  
-o-background-size: 10px 6px; 
background-size: 10px 6px;
}
.wpcf7-form div.form_field select::-ms-expand { display: none; }
.wpcf7-form div.form_field input::-webkit-input-placeholder{ color: #333; }
.wpcf7-form div.form_field input:-moz-placeholder{ color: #333; }
.wpcf7-form div.form_field input::-moz-placeholder{ color: #333; }
.wpcf7-form div.form_field input:-ms-input-placeholder{ color: #333; }
.wpcf7-form div.form_field select::-webkit-input-placeholder{ color: #333; }
.wpcf7-form div.form_field select:-moz-placeholder{ color: #333; }
.wpcf7-form div.form_field select::-moz-placeholder{ color: #333; }
.wpcf7-form div.form_field select:-ms-input-placeholder{ color: #333; }
.wpcf7-form div.form_field textarea::-webkit-input-placeholder{ color: #333; }
.wpcf7-form div.form_field textarea:-moz-placeholder{ color: #333; }
.wpcf7-form div.form_field textarea::-moz-placeholder{ color: #333; }
.wpcf7-form div.form_field textarea:-ms-input-placeholder{ color: #333; }

.wpcf7-form div.submit{ width: 100%; float: left; clear: both; margin: 0 0 20px; position: relative; }
div.wpcf7 img.ajax-loader{ position: absolute; top: 50%; right: 0; margin-top: -8px; }
.wpcf7-form div.submit input { 
width: auto; 
float: left; 
font-family: 'festersemi-condensed_bold', sans-serif; 
font-size: 18px;
color: #fff; 
text-transform: uppercase; 
padding: 12px 22px;
background: #396faa;
margin: 0; 
border: 1px solid #396faa;
position: relative; 
cursor: pointer;
outline: none;
-webkit-appearance: none;
border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;	
z-index: 9; 
}
.wpcf7-form div.submit input:hover{ color: #396faa; background: none; }

div.wpcf7-response-output{ 
clear: both;
color: #fff !important;
font-size: 15px;
font-weight: bold;
line-height: 22px;
border: 1px solid #396faa !important;
background: #396faa;
margin: 0 0 20px !important; 
padding: 25px 20px !important;
color: inherit; 
text-align: left;
border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
}
div.wpcf7-validation-errors{ color: #fff !important; border: 1px solid #ff0000 !important; background: #ff0000; text-align: center; }

span.wpcf7-not-valid-tip {
width: auto !important;
height: 1px;
position: absolute;
overflow: hidden;
background: transparent !important;
border: 0 !important;
border-top: 1px solid #ff0000 !important;
text-indent: -9000px;
top: 0 !important;
left: 5px !important;
right: 5px !important;
bottom: inherit !important;
padding: 0 !important;
}

.wpcf7-form .contact-us-form label{
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    font-family: 'Oswald', sans-serif;
    text-transform: none;
}
.wpcf7-form .contact-us-form .form_field.left{ width:50%; padding-right: 20px; }
.wpcf7-form .contact-us-form .form_field.right{ width:50%; padding-left: 20px; }

.wpcf7-form .contact-us-form div.submit input{
	background: #000;
	color:#fff;
	font-size: 22px;
    text-transform: none;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
	border-color:#000;
    padding: 6px 15px;
}
.wpcf7-form .contact-us-form div.submit input:hover{
	color:#000;
	background:#fff;
	border-color:#000;
}

/* Content Block Universal Code */
/* Begin Images */
.content-block img{ display: block; max-width: 100%; height: auto; padding: 0 0 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.content-block .aligncenter { display: block; margin: 0 auto; }
.content-block .alignleft{ max-width: 50%; display: inline-block; float: left; padding-right: 30px; vertical-align: top; }
.content-block .alignright{ max-width: 50%; display: inline-block; float: right; padding-left: 30px; vertical-align: top; }
.content-block .alignleft img, .content-block .alignright img{ padding-left: 0; padding-right: 0; }
.content-block .wp-caption{ width: auto !important; text-align: center; margin: 0 0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.content-block .wp-caption.alignleft, .content-block .wp-caption.alignright{ width: 50% !important; padding: 0; }
.content-block .wp-caption.alignleft{ margin-right: 30px; }
.content-block .wp-caption.alignright{ margin-left: 30px; }
.content-block .wp-caption p.wp-caption-text{ display: block; font-size: 15px; font-weight: bold; line-height: 23px; padding: 6px 0; margin: 0; }
.content-block .wp-caption img{ padding: 10px 0 0; margin: 0 auto; }
/* END Images */

/* Begin Image Gallery */
.content-block .gallery{ display: block; max-width: 1020px; padding: 10px 0 30px; margin: 0 auto; overflow: hidden; }
.content-block .gallery .gallery_item{ width: 16.6666%; float: left; }
.content-block .gallery .gallery_item a{ display: block; padding: 5px; margin: 5px; }
.content-block .gallery .gallery_item a img{ display: block; width: auto; max-width: 100%; height: auto; padding: 0; margin: 0 auto; }
/* END Image Gallery */

/* Video */
.content-block embed, .content-block iframe, .content-block object{ max-width: 100%; }
.content-block video { max-width: 100%; height: auto; }

.content-block a{ text-decoration: underline; }
.content-block a:hover{ opacity:0.7; }

blockquote {
	font: 16px
	width: inherit !important;
	font-family: inherit !important;
	font-style: italic;
	padding-left: 70px;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-right: 10px;
	background-color: #ffffff;
	border-top: 1px solid #ccc;
	border-bottom: 3px solid #ccc;
	margin: 5px;
	background-image: url(/wp-content/uploads/q.png);
	background-position: middle left;
	background-repeat: no-repeat;
	text-indent: 23px;
} 

blockquote cite {
	color: #a1a1a1;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
 
blockquote cite:before {
	content: "\2014 \2009";
}

.content-block blockquote p{ line-height: 25px; }
.content-block blockquote p:last-child{ margin-bottom: 0; }

.content-block h1, .content-block h2, .content-block h3, .content-block h4, .content-block h5{ font-size: 20px; font-weight: normal; line-height: 30px; text-transform: uppercase; padding: 12px 0; }
.content-block h1:first-child, .content-block h2:first-child, .content-block h3:first-child, .content-block h4:first-child, .content-block h5:first-child{ padding-top: 0; }

.content-block ul, .content-block ol{ padding: 0 0 20px 40px; }
.content-block ul{ list-style: square; }
.content-block ul li, .content-block ol li{ padding: 0 0 8px; line-height: 26px; }
.content-block ul li p, .content-block ol li p{ margin: 0 0 15px; }
/* END Content Block Universal Code */

/* Modal Window */
#modal, #mask{
display:none;
width: 100%;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999998;
}
#mask{ background: #000; }

.modal_window{
display: none;
position: absolute;
top: 0; 
right: 0; 
left: 0; 
bottom: 0;
margin: 0 0 45px;
z-index: 99999999;
}
.modal_window .loader{ background-color: transparent !important; }

.modal_window_content{
display:none;
width: auto;
height: auto;
background: #fff;
-webkit-box-shadow: 0px 0px 60px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 0px 60px rgba(0,0,0,0.12);
box-shadow: 0px 0px 60px rgba(0,0,0,0.12); 
position: fixed;
z-index: 999999;
}
.modal_window_content .loader{ background-color: transparent !important; }
.modal_window_content .close{
width: 40px;
height: 40px;
display: block;
position: absolute;
top: 0;
right: 0;
text-indent: -9000px;
background: url(images/close.svg) no-repeat center;
-webkit-background-size: 14px; 
-moz-background-size: 14px;   
-o-background-size: 14px;  
background-size: 14px; 
border-left: 1px solid #ddd;
border-bottom: 1px solid #ddd;
border-radius: 0 0 0 5px; 
-moz-border-radius: 0 0 0 5px; 
-webkit-border-radius: 0 0 0 5px;
z-index: 9;
cursor: pointer;
}
.modal_window_content .close:hover{ border-color: #396faa; }

.controls{
display: none;
width: 100%;
height: 100%;
position: relative;
z-index: 99999999;
}
.controls .wrap{ width: 100%; display: block; position: absolute; bottom: -45px; text-align: center; }
.controls .btns{ width: auto; display: inline-block; margin: 0 auto; }
.controls .btns span{ width: auto; height: 30px; display: inline-block; font-size: 16px; color: #999; line-height: 30px; background: #fff; border-right: 1px solid #000; vertical-align: top; }
.controls .btns span.prev_btn, .controls .btns span.next_btn{ font-size: 21px; line-height: 28px; }
.controls .btns span.next_btn{ border-right: 0; }
.controls .btns .disabled{ color: #aaa; padding: 0 12px;  }
.controls .btns span a{ display: block; color: #333; padding: 0 12px; cursor: pointer; }
.controls .btns span a:hover{ color: #bf2e1a; text-decoration: none; }


.author-profile-grid h1{
	color:#000;
	font-weight:bold;
	font-size:60px;
	line-height:80px;
}
.author-profile-grid .author-description{
	font-size:32px;
	line-height:48px;
	font-weight:300;
	padding:10px 0 30px;
	border-bottom:4px solid #cccccc;
	margin-bottom:30px;
}
.author-profile-grid  .dd-social-media{ float:none; }
.author-profile-grid  .dd-social-media ul{ margin: 10px 0 0; }

.author-post-grid .section.ads{ margin-bottom:20px; padding: 0; }


.single-post .main-single-content{width: 100%;padding: 40px 80px 80px;float:left;position:relative;z-index:25;background:#fff;}
.single-post .post-sidebar{width: 365px;padding: 0 0 0 0;float:right;position:relative;z-index:24;margin-right: -365px;}
.single-post .post-sidebar .inner-wrap{
	height:100%;
}
.single-post .post-sidebar .inner-wrap:after{
	content:"";
	display:block;
	width:2px;
	height:100%;
	position:absolute;
	top:0;
	left:13px;
	z-index:2;
}
.single-post .post-sidebar .thumb{ position:relative; z-index:5;}

.single-post h1.post-title{
	font-size: 58px;
	line-height:80px;
	color:#000;
}
.single-post .header .excerpt{
	padding: 20px 0;
}
.single-post .header .excerpt p{
	font-weight:300;
	font-size:32px;
	line-height:48px;
	color:#777777;
}
.single-post .header{border-bottom:5px solid #cccccc;margin-bottom:45px;padding-bottom: 20px;}

.single-post .post-sidebar-meta{ padding: 40px 25px 40px 20px; position:relative; background:#fff; margin-left: 20px; }
.page.single-post .post-sidebar-meta{ padding: 40px 25px 0px 40px; position:relative; }
.page.single-post .sidebar-ads{ padding-top: 40px; }

.post-sidebar-meta .post-meta-featured{
	position: absolute;
    top: -18px;
    left: 0;
    z-index: 10;
}
.post-sidebar-meta ul{
	margin:0;
	list-style:none;
	border-top:1px solid #cccccc;
}
.post-sidebar-meta ul li{ border-bottom:1px solid #ccc; font-size:16px; line-height: 17px; padding: 14px 30px; color:#333333; }
.post-sidebar-meta ul li a{ font-weight:bold; }
.post-sidebar-meta ul li.post-author{ background: url(images/by-author.svg) no-repeat 5px 14px;background-size: 18px; }
.post-sidebar-meta ul li.post-date{ background: url(images/icon-post-date.svg) no-repeat 5px 14px;background-size: 18px; }

.post-sidebar-meta ul.menu li{ padding: 17px 10px 18px; }
.post-sidebar-meta ul.menu li a{ font-weight:300; font-family: 'Oswald', sans-serif; font-size:21px; line-height: 1; }
.post-sidebar-meta ul.menu li.current-menu-item a{ font-weight:bold; }

.cat.comment_count a{
	background-image: url(images/comment-counts.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 8px;
	padding-left: 34px;
}

.main-single-content img{ max-width:100%; height: auto; }

.main-content-single{ padding-left: 180px; clear:both; }
.page .main-content-single{ padding-left:0; }
.page.single-post .post-sidebar{ border-left: 2px solid #dddddd; }
.main-content-single .main-content-container{ position:relative; text-align: left; }

.main-content-single ol{ margin: 0 0 20px 30px; }
.main-content-single ol ol,
.main-content-single ol ul{ margin: 0 0 0px 30px; }

.main-content-single .main-content-container > div{ max-width: 100%; }


.post-ads-box{
	width: 300px;
    height: 300px;
    float: left;
    margin-left: -167px;
    margin-right: 40px;
    margin-bottom: 20px;
	clear:both;
}
.post-ads-box img { max-width: 100%; }
.bottom.leaderboard_ads,
.middle.leaderboard_ads,
.section.leaderboard_ads{ text-align: center; }
.middle.leaderboard_ads{ padding: 20px 0; clear:both; }

.bottom.leaderboard_ads{ padding: 40px 0; clear:both; }
.post-newsletter-ads{
	width:300px;
	height:300px;
	background:#dd4c39;
	color:#fff;
	text-align:center;
	padding:30px 20px;
	font-size:34px;
	line-height:48px;
	font-weight:bold;
    float: left;
    margin-left: -167px;
    margin-right: 40px;
    margin-bottom: 20px;
	clear:both;
}
.leaderboard_ads img { max-width: 100%; height: auto; }
.post-newsletter-ads .title{ text-transform:uppercase; }
.post-newsletter-ads form{ margin-top: 30px; }
.post-newsletter-ads input[type="text"]{
    height: 36px;
    background: transparent;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #fff;
    padding: 0 14px;
    width: 160px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
	margin-right:2px;
	outline:0;
}
.post-newsletter-ads input[type="submit"]{
	margin-left:2px;
	display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #dd4c39;
    padding: 6px 12px;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
    font-family: 'Oswald', sans-serif;
    vertical-align: middle;
	outline:0;
}

.meet-the-team-author .dd-social-media:after,
.main-content-single:after,
.single-post-wrapper article.post:after,
.single-post-wrapper:after{ clear:both; width:100%; height:0; content:""; display:block; }
.single-post-wrapper article.post{ width:100%; float:left; }
.single-post-wrapper article.single-post .post-sidebar .sidebar-ads{ display:none; }
.single-post-wrapper article.post:first-of-type{ z-index:1000; }
.single-post-wrapper article.post{ z-index: 2000; }
.single-post-wrapper article.post:first-of-type .post-sidebar .sidebar-ads{display:block;max-width: 365px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.single-post-wrapper article.post{position:relative;padding-right: 365px;}
.fullwidth .single-post-wrapper article.post{ padding-right: 0; }
.fullwidth .section-max-width.single-post-section{ padding-right: 0 !important; }
.scroll-bar-option-top,
.single-post-wrapper article.post hr.top{
	position:absolute;
    position: absolute;
    top: 0;
    right: 30%;
    left: 0;
	height:1px;
}
.scroll-bar-option-bottom,
.single-post-wrapper article.post hr.bottom{
	position:absolute;
    position: absolute;
    bottom: 0;
    right: 30%;
    left: 0;
	height:1px;
}
.section-max-width.single-post-section{/* overflow:hidden; */padding-right: 100px;}


/* category */
.category .post.featured .wrapper .inside-wrap{ text-align:left; }
.category .post.featured .wrapper .inside-wrap .header{
    border-radius: 0px 10px 10px 0px;
    -moz-border-radius:  0px 10px 10px 0px;
    -webkit-border-radius:  0px 10px 10px 0px;
	border-left:none;
}
.category .post.featured .wrapper{ position:relative; }

.category-main-section{
	position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 100%;
    background: #000;
    display: table;
    padding: 40px;
    vertical-align: middle;
	color:#fff;
}
.category-main-section .wrap-in{
    display: table-cell;
    vertical-align: middle;
}
.category-main-section h1{ font-size:90px; line-height: 90px; padding:30px 0; position:relative; border-bottom: 4px solid rgba(255,255,255,0.4); margin-bottom:30px; }
.category-main-section .article-counts{ font-size:44px; font-weight:300; }

.wrap-inner{ float: left; width:100%; overflow:hidden; }
.category-main-section.mobile{ display:none; }


.what-trending-links{
    clear: both;
    margin: 30px 0;
    position: relative;
    z-index: 20;
	list-style:none;
	padding:0;
}
.what-trending-links li{ display: inline-block; margin-right:3px; }
.what-trending-links li a{
	display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 6px 12px;
    background: transparent;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border: 1px solid #fff;
}
.what-trending-links li a.active{
	border-color:#fff;
	background:#fff;
	color:#191919;
}
.show-trending-on-click{ float: right; width:75%; }
.show-trending-on-click .post.preview{ width: 33.33% }
.show-trending-on-click .author-details{
    padding: 20px 40px;
    color: #fff;
	clear:both;
	position:relative;
	z-index:1000;
}
.section.whats-trending .author-details a{
	display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding: 6px 12px;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 20px 0 0;
}
#show-authors .post.preview .thumb{ position:relative; z-index:20; }
#show-authors .post.preview::before{ border: 2px solid #666666; }

.show-column-wrapper{ padding: 40px; position: relative; z-index:100; color:#777777; }
.show-column-wrapper h2{ font-size: 36px; letter-spacing:-1px; }
.show-column-wrapper .show-column-meta-data { font-size:24px; font-weight: 300; margin-bottom:15px; }
.show-column-wrapper .show-column-meta-data a{ font-size: 18px; color:#777777; }
.show-column-wrapper .list-posts{ padding: 0; }
.show-column-wrapper .list-posts a{ font-family: 'Open Sans'; }
.post.preview .show-column-wrapper .thumb{ width: auto; padding:0; }
 
.culture .show-column-wrapper h2{ color: #7f00db; }
.current-affairs .show-column-wrapper h2{ color: #dd4c39; }
.islam .show-column-wrapper h2{ color: #3498db; }
.life .show-column-wrapper h2{ color: #17a768; }
.society .show-column-wrapper h2{ color: #e67e22; }

.culture .main-content-single ol.commentlist .comment-reply-link,
.culture #respond form #submit,
.view-comments-btn.culture{ background-color: #7f00db; }

.current-affairs .main-content-single ol.commentlist .comment-reply-link,
.current-affairs #respond form #submit,
.view-comments-btn.current-affairs{ background-color: #dd4c39; }

.islam .main-content-single ol.commentlist .comment-reply-link,
.islam #respond form #submit,
.view-comments-btn.islam{ background-color: #3498db; }

.life .main-content-single ol.commentlist .comment-reply-link,
.life #respond form #submit,
.view-comments-btn.life{ background-color: #17a768; }

.society .main-content-single ol.commentlist .comment-reply-link,
.society #respond form #submit,
.view-comments-btn.society{ background-color: #e67e22; }

.single-comment-section{ padding: 50px 0 45px; }

#commentform input[type="submit"],
.view-comments-btn{
	background-image: url(images/comment-counts.svg);
    background-repeat: no-repeat;
    background-position: 42px 20px;
    background-size: 28px;
    padding-left: 34px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    height: 64px;
    display: block;
    line-height: 64px;
    padding: 0 50px 0 80px;
    font-size: 24px;
    max-width: 340px;
    margin: 0 auto;
    border: none;
}
.single-main-comment-section{ padding: 30px 0 50px; display: none; }
.single-main-comment-section.active{ display: block; }

#main .index-main{ padding: 40px 0 0; }

.author-list-wrap:after,
.search-heading:after,
#main .index-main:after{ clear:both; width:100%; height:0; display:block; content:""; }
.search-heading{ padding: 0 0 20px; margin: 0 10px 40px; border-bottom: 2px solid #aaaaaa; }
.search-heading h1{ float:left; max-width: 50%; font-size: 50px; line-height: 60px; }
.search-heading .search-meta{ float:right; max-width: 50%; text-align:right; font-size:30px; font-weight: 300; line-height:60px; }


.main-content-single h3{
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	line-height: 48px;
	color: #000;
	margin-bottom:30px;
}

.load_more{ float:left; width:100%; text-align:center; position:relative; clear:both; }
.load_more a{
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 0 50px;
    background: #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 66px;
    line-height: 66px;
    font-family: 'Oswald', sans-serif;
	border:1px solid #000;
}
.load_more a:hover{
	color:#000;
	background: transparent;
}
.author-list-wrap{ margin: 0 -10px 40px; }

#meet-the-team .author-img img{ width:100%; }

.meet-the-team-author{ float: left; width: 20%; padding: 0 10px; margin-bottom: 20px; }


.meet-the-team-author:nth-child(6){ clear:both; }
.meet-the-team-author:nth-child(11){ clear:both; }
.meet-the-team-author:nth-child(16){ clear:both; }
.meet-the-team-author:nth-child(21){ clear:both; }
.meet-the-team-author:nth-child(26){ clear:both; }
.meet-the-team-author:nth-child(31){ clear:both; }
.meet-the-team-author:nth-child(36){ clear:both; }
.meet-the-team-author:nth-child(41){ clear:both; }

.meet-the-team-author .dd-social-media{ float:none; }
.meet-the-team-author .dd-social-media ul li,
.meet-the-team-author .dd-social-media ul{ margin-left: 0; }

.meet-the-team-author .dd-social-media ul li{ margin-right: 3px; }

.mtt-wrap{ position:relative; padding:5px 0; height:100%; }
.mtt-wrap:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
    bottom: -5px;
    border: 2px solid #ddd;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    z-index: 9;
}
.mtt-wrap .author-details{ padding: 20px; position: relative; z-index: 10; }
.mtt-wrap .author-details .author-position,
.mtt-wrap .author-details h2{ margin-bottom: 15px; }

.author-list-sec-title{ float: left; width: 100%; text-align: center; font-weight: bold; font-size: 30px; margin-bottom: 20px; }

.main-single-content.click{ height: auto !important; }


.single-post-wrapper article.post:before{
	display:block;
	content:"";
	width: 2px;
	height: 100%;
	right: 350px;
	background:#000;
	top:0;
	position:absolute;
}
.page .single-post-wrapper article.post:before{ display:none; }
.single-post-wrapper article.post.culture:before{ background:#7f00db; }
.single-post-wrapper article.post.current-affairs:before{ background:#dd4c39; }
.single-post-wrapper article.post.islam:before{ background:#3498db; }
.single-post-wrapper article.post.life:before{ background:#17a768; }
.single-post-wrapper article.post.society:before{ background:#e67e22; }
/*
.single-post-wrapper .single-post-wrapper .single-post .post-sidebar .sidebar-ads{ display: none !important; }
.single-post-wrapper article.single-post .post-sidebar .sidebar-ads{ display: block; }
*/


.main-content-single ol.commentlist {
  margin: 20px 0 20px 0;
font-size: 14px;
line-height: 18px;
}
.main-content-single ol.commentlist .cb-gravatar-image {
  width: 80px;
  float: left;
  margin-left: 30px;
  display: none;
}
.main-content-single ol.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  border-top: 1px solid #f0f0f0;
  padding: 20px 0;
}
.main-content-single ol.commentlist li .cb-comment-body {
  width: 100%;
  float: left;
  padding: 0 10px;
}
.main-content-single ol.commentlist li:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #f0f0f0;
}
.main-content-single ol.commentlist li:last-child article {
  border-bottom: none !important;
}
.main-content-single ol.commentlist li article {
  padding: 40px 0;
}
.main-content-single ol.commentlist ul.children {
  background: white;
  padding: 0 0 0 20px;
  margin: 0;
}
.main-content-single ol.commentlist ul.children li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.main-content-single ol.commentlist .bypostauthor {
  background: #f0f0f0;
  border-bottom: 3px solid #fff;
}
.main-content-single ol.commentlist .bypostauthor article {
  border-bottom: 3px solid #fff;
}
.main-content-single ol.commentlist .comment-author {
  margin: 0 0 10px 0;
}
.main-content-single ol.commentlist .says{ display:none; }

.main-content-single ol.commentlist .commentmetadata {
    font-size: 12px;
    margin-bottom: 15px;
}
.main-content-single ol.commentlist .vcard cite.fn {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  font-style: normal;
  margin: 0 0 2px 0;
  display: block;
}
.main-content-single ol.commentlist .vcard cite.fn a.url {
  color: #4d4d4d;
}
.main-content-single ol.commentlist .vcard time {
  display: block;
  font-size: 12px;
  color: #b3b3b3;
  letter-spacing: 0.1em;
}
.main-content-single ol.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.main-content-single ol.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.main-content-single ol.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background-color: #fff;
}
.main-content-single ol.commentlist .comment_content p {
  margin: 0 0 20px 0;
  color: gray;
}

.main-content-single ol.commentlist .comment-reply-link {
  text-decoration: none;
  float: left;
  background: #f7f7f7;
  padding: 7px 20px;
  font-size: 14px;
  color: #999999;
  border: 3px solid #e9e9e9;
  -webkit-transition: opacity, 0.35s;
  -ms-transition: opacity, 0.35s;
  -o-transition: opacity, 0.35s;
  -transition: opacity, 0.35s;
  transition: opacity, 0.35s;
  margin-bottom: 10px;
  letter-spacing: 2px;
  text-transform: none;
  background: #000;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  padding: 0 14px;
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-family: 'Oswald', sans-serif;
}
.main-content-single ol.commentlist .comment-reply-link:focus {
  text-decoration: none !important;
}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
#reply-title {
  padding: 0 0 5px 0;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 16px;
  color: gray;
  margin: 0 0 15px 0;
  border-bottom: 10px solid #f0f0f0;
}
#reply-title small {
  float: right;
}
#reply-title a {
  display: block;
  margin-top: 5px;
  font-size: 12px;
}

#respond {
  margin: 0 0 30px 0;
  background: white;
}
#respond p {
  margin: 0 0 30px 0;
}
#respond form {
  font-size: 18px;
}
#respond form label, #respond form small {
  display: block;
}
#respond form .comment-form-author, #respond form .comment-form-email {
  width: 48%;
  float: left;
}
#respond form .comment-form-author {
  margin: 0 4% 0 0;
}
#respond form .comment-form-url {
  width: 100%;
}
#respond form .comment-notes {
  font-size: 16px;
  color: #cccccc;
  margin: 0 0 20px 0;
}
#respond form input[type=text],
#respond form input[type=email],
#respond form input[type=url],
#respond form textarea {
  padding: 12px;
  font: inherit;
  line-height: 1.5em;
  border: 3px solid #e9e9e9;
  background: #f7f7f7;
  color: gray;
  margin-top: 10px;
  -webkit-transition: background, 0.35s;
  -ms-transition: background, 0.35s;
  -o-transition: background, 0.35s;
  -transition: background, 0.35s;
  transition: background, 0.35s;
}
#respond form input[type=text]:focus,
#respond form input[type=email]:focus,
#respond form input[type=url]:focus,
#respond form textarea:focus {
  background: #e9e9e9;
  outline: none;
}
#respond form input[type=text]:invalid,
#respond form input[type=email]:invalid,
#respond form input[type=url]:invalid,
#respond form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
#respond form input[type=text],
#respond form input[type=email],
#respond form input[type=url] {
  width: 100%;
  margin-top: 10px;
}
#respond form textarea {
  width: 100%;
  height: 150px;
}
#respond form #submit {
    background-image: url(images/comment-counts.svg);
    background-repeat: no-repeat;
    background-position: 42px 20px;
    background-size: 28px;
    padding-left: 34px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    height: 64px;
    display: block;
    line-height: 64px;
    padding: 0 50px 0 80px;
    font-size: 24px;
    max-width: 340px;
    margin: 0 auto;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor:pointer;
}

#comment-form-title {
  margin: 0 0 15px;
}

.comments-logged-in-as, .logged-in-as {
  font-size: 12px;
  color: #b3b3b3;
  letter-spacing: 1px;
}

#allowed_tags {
  margin: 20px 10px 10px 0;
}

.nocomments {
  margin: 0 20px 20px;
}

.comment-body{
	padding-left: 65px;
}

.dd-blockquote{
	float: left;
    width: 300px;
    padding: 30px 20px 30px 0;
    border-top: 2px solid #cccccc;
    margin-left: -150px;
    margin-right: 30px;
    font-weight: bold;
    font-size: 21px;
    font-style: italic;
	position:relative;
}
.dd-blockquote:after{
	content:'“';
	font-family: inherit !important;
	font-weight:bold;
	color:#111111;
	font-size: 82px;
	line-height: inherit !important;
    position: absolute;
    top: -16px;
    right: 0;
    background: #fff;
    width: 70px;
    height: 50px;;
}
.dd-blockquote.right{
	float:right;
	margin-left: 30px;
	margin-right: 0;
}
.main-content-single a{ text-decoration:underline; }
/**tst**/