/*
Theme Name: Raaz Design
Theme URI: https://javed.best/
Author: Javed Akhtar
Author URI: https://javed.best/
Description: Raaz Design is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.0
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: raazdesign

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*
*
* Body and Structure Design
*
*
*/
a {
	color: #161B5A;
	font-weight: 600;
}

a:hover {
	color: red !important;
	text-decoration: none;
}

h1 {
	font-size: 1.7rem;
	font-weight: 600;
}

h2 {
	font-size: 1.5rem;
	font-weight: 600;
}

h3 {
	font-size: 1.3rem;
	font-weight: 600;
}

h4 {
	font-size: 1.1rem;
	font-weight: 600;
}

h4 {
	font-size: 0.9rem;
	font-weight: 600;
}



.content-body a {
	font-weight: 500;
}

/*
*
* Header Section Design
*
*
*/

.raaz-logo-col {
	padding:0px 20px;
}

.raaz-logo-col img {
	width: 100%;
	padding-top: 10px;
	margin: Auto;
	display: inline-block;
	text-align: center;
}

.raaz-logo-col img:hover {
	opacity: 0.8;
	transition: all 0.5s;
}

.top-banner-ads {
	width: 100%;
	height: auto;
	vertical-align: center;	
	display: inline-block;
	-o-object-fit: contain;
	object-fit: contain;
}

.raaz-header-row {
	padding: 7px;
	margin-bottom: 10px;	
	-webkit-box-shadow: 0px 5px 5px 0px rgba(207,199,207,1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(207,199,207,1);
	box-shadow: 0px 5px 5px 0px rgba(207,199,207,1);
}

/*
*
* Navigation Menu Section Design
*
*
*/

.raaz-nav-row {
	margin-bottom: 0px;
}

.navbar {	
	background: none;
	text-align: center;
	width: 100%;	
	font-size: 18px;
	font-weight: 600;
}

.navbar ul li {	
	margin-right: 5px;
}

.navbar-light .navbar-nav .nav-link {
	text-align: center;
    color: #161B5A;    
}

.navbar ul li a:link,
.navbar ul li a:visited {	
	display: block;
}

.bg-light {
    background-color: #fff0 !important;
 }

.raaz-search-form {
    position: relative;
}

.raaz-search-form label {
	display: inline-block;
    width: 100%;
    margin: 0;
    color: red;
    box-sizing: inherit;
}

.raaz-search-form input[type="submit"], .raaz-search-form .raaz-search-submit::before,
.raaz-search-form .raaz-search-submit::before  {
    background: -webkit-linear-gradient(162deg, #161B5A 0%, #5c608c 100%);
    background: -o-linear-gradient(162deg, #161B5A 0%, #5c608c 100%);
    background: linear-gradient(162deg, #161B5A 0%, #5c608c 100%);
    color: #FFFFFF;
    position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	border-radius: 0px 160px 160px 0px;
	padding: 5px 25px;
	cursor: pointer;
}

.raaz-screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.raaz-search-form .raaz-search-field {
    width: 100%;
    border-radius: 35px;
    padding: 5px 17px;
    height: 45px;
    border: 1px solid #dedede;
}



/*
*
* Slider Section Design
*
*
*/

.raaz-slide-row {
	margin-bottom: 10px;
	padding: 0px 0px;
	overflow: hidden;
}


.slick-slide {
    margin: 4px;
}

.slide {
	overflow: hidden;
}

.slide a {
	display: inline-block;
	overflow: hidden;
	text-align: center;	
}

.corotitle {
	display: block;
	height: 50px;
	overflow: hidden;
	text-align: center;	
}

.slick-slide img {
    width: 100%;
    max-height: 110px;   
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/*
*
* Main Site Section Design
*
*
*/

.raaz-main-site-row{
	padding-top: 10px;
	-webkit-box-shadow: 0px -5px 5px 0px rgba(207,199,207,1);
	-moz-box-shadow: 0px -5px 5px 0px rgba(207,199,207,1);
	box-shadow: 0px -5px 5px 0px rgba(207,199,207,1);
}


/*
*
* Footer Section Design
*
*
*/

.raaz-footer-row {
	color: white;	
	margin-top: 0px;
	background-color: #161B5A;
	-webkit-box-shadow: 0px -5px 5px 0px rgba(207,199,207,1);
	-moz-box-shadow: 0px -5px 5px 0px rgba(207,199,207,1);
	box-shadow: 0px -5px 5px 0px rgba(207,199,207,1);
}

.raaz-cright-col {
	padding-top: 17px;	
}

.raaz-cright-col a {
	color: white;;
	font-weight: 600;
}

.raaz-cright-col a:hover {
	color: red;
	font-weight: 600;
}


.raaz-footer-menu-col ul li a {	
	color: #fff!important;
	font-size: 16px;
	font-weight: 600;
}

.raaz-footer-menu-col ul li a:hover {	
	color: red!important;
}

/*
*
* Sidebar Section Design
*
*
*/

.raaz-sidebar-col {
	padding-left: 7px;
	padding-right: 10px;
}

.raaz-sidebar-col ul{
	margin-left: -1.4rem;	
}

.raaz-sidebar-col h2 {
	margin-top: 0px;
	background: rgb(255,255,255);
	background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(22,27,90,0.8802871490393032) 100%);
	text-align: center;
	padding-bottom: 7px;
	font-weight: 600;
}


/*
*
* Main Content Colomn Section Design
*
*
*/

.raaz-conten-col {
	overflow: hidden;
	max-width: 100%;
	padding-left: 20px;
}


.hhead {
	background: rgb(255,255,255);
	background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(22,27,90,0.8802871490393032) 100%);
	text-align: center;
	padding: 0px 7px 7px 7px;
	font-weight: 600;
	text-shadow: 1px 0px 2px rgba(255, 255, 255, 1);
}

.col-md-12 {
	padding: 0px 5px;
}

.raaz-slide-col {
	padding: 5px 18px;
}


.raaz-himg {
	overflow: hidden;
}

.raaz-himg-col {
	width:100%;
  	height: auto;
  	overflow: hidden;
  	padding: 0px 5px;  	
}

.raaz-himg-col img{
	width:100%;
  	height: auto;
  	overflow: hidden;
}

.raaz-himg img:hover {
	transform: scale(1.2);
	transition: all 0.5s;
}


.raaz-fimg-col {
	width:100%;
  	height: auto;
  	overflow: hidden;
  	padding: 5px;	
	-webkit-box-shadow: 0px 0px 3px 0px rgba(163,160,163,1);
-moz-box-shadow: 0px 0px 3px 0px rgba(163,160,163,1);
box-shadow: 0px 0px 3px 0px rgba(163,160,163,1);

}

.raaz-fimg-col img{
	width: 100%;
  	height: auto;  	 
}

.raaz-fimg-aside-col {	
	width:100%;
  	height: auto;
  	overflow: hidden;
  	padding: 5px;	
	-webkit-box-shadow: 0px 0px 3px 0px rgba(163,160,163,1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(163,160,163,1);
	box-shadow: 0px 0px 3px 0px rgba(163,160,163,1);
  	
}

.raaz-fimg-aside-col img{
	width:100%;
  	max-height: 145px;
  	overflow: hidden; 
}

.htitle {
	font-size: 1.1rem;
	margin-bottom: 5px;
	display: block;
	height: 50px;
	overflow: hidden;
	text-align: center;
	text-transform: capitalize;
}

.htitle a {
	display: inline-block;	
}

.ftitle a {
	display: inline-block;
	font-size: 1.7rem;	
}

.ftitle {
	display: block;
	height: 80px;
	overflow: hidden;
	text-align: center;	
	text-transform: capitalize;
}

/*
*
* content.php Design
*
*
*/

.raaz-index-single-post {
	padding: 0px 5px;
	
}

.raaz-index-single-post img{
	width:100%;
  	height: auto;
  	overflow: hidden;
  }


.raaz-single-thumb-col img {
	width:100%;
  	height: auto;
  	overflow: hidden;
  	padding-bottom: 10px;
}

.raaz-single-thumb-col {
	padding: 0px 5px;
}

.raaz-single-read-col{
	padding: 0px 5px;
}

.raaz-single-related-post-row {	
	margin: 0px;
	padding: 10px 0px;
	text-align: center;
}

.comments-area {
	padding: 5px;
	margin: 0 auto;
	text-align: center;
}

.post-navigation {
	padding: 10px;
}
/*
* Content Design Custom CSS
*
*/

.sgt {
	text-align: center;
	font-weight: 600;
	font-size: 1rem;
	padding: 5px;
	margin-bottom: 0px;
}

.wp-block-button__link {
	background: rgb(255,255,255);
	background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(22,27,90,0.8802871490393032) 100%);
	text-align: center;		
	text-shadow: 1px 0px 2px rgba(255, 255, 255, 1);	
	color: #161B5A !important;
	font-size: 1.3rem;	
	width: 100%;
	font-weight: 700;
	border-radius: 50px;
	padding: 3px;	
	text-decoration: none !important;	
}

.wp-block-button__link:hover {
	opacity:80%;
	transition: ease-in 0.4s;
}


.lrc {
	text-align: center;
	font-weight: 600;
	text-transform: capitalize;
}

.inlink {
	text-align: center;
	font-weight: 500;
	background: lightgray;
	padding: 5px;
}

.inlink a {
	text-decoration: none;
	color: #161B5A;
	font-weight: 700;
}

.inlink a:hover {
	color: red;
	}

.kwd {
	text-align: justify;
	text-transform: capitalize;
	font-size: 14px;
	background: lightgray;
	padding: 10px;
}

.lpost {
	width: 100%;	
	font-weight: 500;
	}

.lpost a {
	text-decoration: none;
	color: #161B5A;
	font-weight: 700;	
}

.lpost a:hover {
	color: red;
}

.scrl {
  height: 115px;
  overflow: scroll;
}

.error-404 {
	padding: 10px;
	margin: auto;
	text-align: center;
}

.no-results {
	padding: 10px;
	margin: auto;
	text-align: center;
}

.pagination {
	position: relative;
	padding: 10px;
	margin: 0px auto;
	text-align: center;
}

.pagination h2::after {	
	content: "- ";
}

.raaz-social-share-btn {
	margin: auto;	
	text-align: center;
	padding-bottom: 10px;
}

.btn-group-lg > .btn, .btn-lg {
	margin: 1px;
	color: white!important;
	background: #161B5A;
    padding: .3rem .4rem;
    width: 1.9rem;
    font-size: .9rem;    
    border-radius: 50px;
}

/*Audio Player Customize Code*/

/* .mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: none!important;
    border-radius: 30px;
}
.mejs-container {
    clear: both;
    max-width: 100%;
}
.mejs-container {
    background: #000;
    box-sizing: border-box;
    font-family: Helvetica,Arial,serif;
    position: relative;
    text-align: left;
    text-indent: 0;
    vertical-align: top;
}


.mejs-time-total {
    background: hsla(0,0%,100%,.3);
    margin: 5px 0 0;
    width: 0%!important;
}


.mejs-time {
    display: none;
}

.mejs-time-rail {
    display: none;
}

.mejs-volume-button {
    display: none;
}

.mejs-controls a.mejs-horizontal-volume-slider {
    display: none!important;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-time-rail span {
    display: none;
} */

.auplayer {
	background: #d6d6d6;	
	text-align: center;		
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 10px 0px;
	position: relative;
	width: 100%;
	height: 55px;
	border-radius: 10px;
	overflow: hidden;
}

.auplayer:hover {
	background: rgb(232,232,232);
	background: radial-gradient(circle, rgba(232,232,232,1) 60%, rgba(214,214,214,1) 100%);
}

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

.autitle {
	color: #161B5A !important;
	width: 66%;
	text-align: left;
	text-transform: capitalize;
	font-size: 1.1rem;
	font-weight: 600;
	padding: 0px 5px;

}

.aubtn {
	width: 10%;
	min-width: 3.2rem;
	padding: 0px;
	margin: 0px;
}

.audwn {
	position: absolute;
	margin: 10px 0;	
	width: 20%;	
	right: 10px;
	color: white;
	background: #161B5A;
	border-radius: 10px;
	padding-top: 5px;
	padding-bottom: 7px;
}

.audwn a {			
	color: white;
	font-size: 1rem;	
}

.audwn a:hover {	
	color: yellow!important;
}

/* .mejs-button > button {    
    margin: 17px 10px!important;    
    } */

.entry-meta {
	width: 100%;
}

/*Collapsible Content Design*/

.collapsbtn {
	width: 100%;
	padding: 5px;
	font-size: 18px;
	color: white;
	font-weight: 600;
	border: none;
	background-color: #0EAF62;
}

.collapsbtn:hover {
	color: #161B5A;
	background: rgb(186,229,209);
	background: radial-gradient(circle, rgba(186,229,209,1) 0%, rgba(14,175,98,1) 100%);
	transition: all 0.4s;
}

.adsbygoogle {
	margin-top: 10px;
	margin-bottom: 10px;
}

.raaz-match-ads-col {
	margin-top: -15px;
}

iframe {
	height:203px;
	width: 360px;	
}

.wp-block-tag-cloud{
	display: none;
}

.att-player {
	text-align: center;			
}

.delay-text {
	font-size: 1.3rem;
	padding-top: 5px ;
	padding-bottom: 8px;
	text-align: center;
	margin-top: -6px;
	margin-bottom: -6px;
}

.att-title {
	text-align: center;
	font-size: 1.5rem;

}

.delay-btn {
	text-align: center;
	font-size: 1.3rem;
	margin-top: 18px;
	margin-bottom: 18px;

}

.delay-btn a {
	padding: 5px 15px 9px 15px;
	background: green;
	background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(22,27,90,0.8802871490393032) 100%);
	font-weight: 600;
	text-shadow: 1px 0px 2px rgba(255, 255, 255, 1);
	border-radius: 50px;
}

.att-excerpt {
	text-align: justify;
	color: gray;
	font-size: 1.1rem;
}

.page-numbers {	
    padding: 0px 8px 3px 8px;    
    border-radius: 20%;
    background: #161B5A;
    color: white;
}

.raaz-trending-rintgone-wrapper{
	display: flex;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid gray;
}

.raaz-trending-ringtone-thumb{
	width: 30%;
	height: 75px;
	overflow: hidden;
	border-radius: 50%;	
	background-color: rgb(34,193,195);
	background-color: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(6,47,79,1) 100%);
}

.raaz-trending-ringtone-thumb img{
	width: auto;
	height: 100%;	
}

.raaz-trending-ringtone-title{	
	width: 68%;
	height: 75px;
	margin-left: 2%;
	overflow: hidden;	
	text-transform: capitalize;
}




.raaz-last-week-post-row{
	margin: 0px;
}

.raaz-last-week-post-wrapper{	
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid gray;
}

.raaz-last-week-ringtone-thumb{	
	float: left;
	width: 30%;
	height: 75px;
	overflow: hidden;
	border-radius: 20px;	
	background: rgb(34,193,195);
	background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(6,47,79,1) 100%);
}

.raaz-last-week-ringtone-thumb img{
	width: auto;
	height: 100%;
}

.raaz-last-week-ringtone-title{	
	float: right;	
	width: 65%;
	height: 75px;
	margin-left: 2%;
	overflow: hidden;
	text-transform: capitalize;		
}

.raaz-thanking-message{
	padding: 5px;
	margin: 5px 0 10px 0;
	font-size: 16px;	
	text-align: center;
	font-family: monospace;
	background-color: #d6d6d6;
}

.raaz-disclaimer-note{
	padding: 5px;
	margin: 5px 0 10px 0;
	font-size: 1.2rem;
	text-align: justify;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	background-color: #d6d6d6;
}

/* .wp-block-latest-posts{
	display: none!important;
}

.wp-block-latest-posts.is-grid{
	display: none!important;
}

iframe{
	display: none;
} */