/*
Theme Name:     Voice Child
Theme URI:      http://mekshq.com
Description:    Child theme for the Voice Theme
Author:         Meks
Author URI:     http://mekshq.com
Template:       voice
Version:        0.1.0
*/

/* Helpers */
.hr-text {
	background: #f9f9f9;
    color: #b6b6b6;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
	padding: 10px;
	text-align: center;
	width: 75%;
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

/*
.single .meta-image{
    float: left;
    width: 50%;
    margin: 5px 10px 0 0;
}
.vce-lay-b.post .meta-image{
    display: none;
}
.vce-lay-b.post{
    padding: 0 20px;
	}
.vce-lay-b .entry-content{
    margin-left: 0px;
}
.vce-lay-b .entry-content p{
    margin-bottom: 20px;
}
*/
.vce-lay-b .entry-header {
    padding: 0;
}
.sidebar, .vce-sid-left .sidebar{
	padding-top: 7.5px;
}
.sidebar .widget:first-child{
	margin: 7.5px 0 0 0;
}

.rpt-widget>p{
	margin-bottom:0px;
}

.rpt-block ul{
	list-style: none !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.rpt-block li{
	padding:0px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	padding-bottom: 10px;
	list-style-type: none;
}

.rpt-block a{
	display: inline !important;
	text-decoration: none;
	color: #0862bc !important;
}

.rpt-block a:hover{
	display: inline !important;
	text-decoration: underline !important;
	color: #0862bc !important;
}

.rpt-block h3{
	background: none !important;
	clear: none;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	font-weight: 400;
	font-size: 20px !important;
	line-height: 1.5em;
}

.rpt-thumb{
	border: 1px solid #eee !important;
	box-shadow: none !important;
	margin: 2px 10px 2px 0;
	padding: 3px !important;
}

.rpt-summary{
	font-size: 12px;
}

.rpt-time{
	color: #bbb;
	font-size: 11px;
}

.rpt-comment{
	color: #bbb;
	font-size: 11px;
	padding-left: 5px;
}

.rpt-alignleft{
	display: inline;
	float: left;
}

.rpt-alignright{
	display: inline;
	float: right;
}

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

.rpt-clearfix:before,
.rpt-clearfix:after{
	content: "";
	display: table !important;
}

.rpt-clearfix:after{
	clear: both;
}

.rpt-clearfix{
	zoom: 1;
}
/* Dec 16, 2022 | Added after updating to 7.6.7 from 6.6.7 for LayerSlider Plugin*/
#layerslider_1 .ls-bg-wrap img,
.home .ls-wp-container .ls-bg-wrap img{
	opacity: 0.5;
}
#layerslider_1 .search-form,
.home .ls-wp-container .search-form{
	background: #fff;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.5);
}
#layerslider_1 .search-form form,
.home .ls-wp-container .search-form form {
	padding: 0px;
}
#layerslider_1 .search-form input,
.home .ls-wp-container .search-form input{
	width: 90%;
}
.universities{
	background: #f9f9f9;
}
.universities .site-content{
	padding: 15px 0;
}
.universities .logos .col-2 {
	text-align: center;
	padding: 5px;
}
.universities .logos img{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	opacity: 0.5;
}

.categories-featured .col-lg-4{
	padding: 0 35px;
}
.categories-featured .heading{
	font-size: 25px;
	line-height: 35px;
	color: #0862bc;
	font-weight: bold;
	min-height: 70px;
}
.categories-featured .mks_dropcap{
	margin-top: 0px;
    font-size: 25px;
    color: #ffffff;
    background-color: #0862bc;
    padding: 20px;
	width: 70px;
    height: 70px;
	margin: 5px 25px 0 0;
}
.categories-featured hr{
	clear: both;
	margin: 20px 0;
    width: 25%;
	padding: 2px;
}
.categories-featured p{
	margin-bottom: 5px;
}

@media (max-width: 768px) {
	.universities hr,
	.categories-featured hr{
		display: none;
	}
	.universities .hr-text{
		position: relative;
		top: initial;
		left: initial;
		transform: initial;
		width: auto;    
	}
	.categories-featured .heading{
		min-height: auto;
	}
}

#header .site-branding img{
	max-width: 200px;
}
#sidebar #vce_posts_widget-2>p{
	margin-bottom: 0px;
}
#sidebar .vce-post-list .vce-post-link{
	padding: 0px;
}

body > ins.adsbygoogle[data-anchor-status="dismissed"]{
	z-index: auto !important;
}

.vce-ad-container{
	margin: 0 auto;
	width: 970px;
}
.site-footer .vce-search-submit {
	color: #444444;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	#layerslider_1 .ls-layers > .ls-wrapper,
	.home .ls-wp-container .ls-layers > .ls-wrapper {
		left: 25px !important;
	}
	#layerslider_1 .ls-layers > .ls-wrapper .ls-clip,
	.home .ls-wp-container .ls-layers > .ls-wrapper .ls-clip {
		clip: initial !important;
	}
	#layerslider_1 .ls-layers > .ls-wrapper #text-insider-tips,
	.home .ls-wp-container .ls-layers > .ls-wrapper #text-insider-tips {
		font-size: 15px !important;
	}
	
	/* search form */
	#layerslider_1 .ls-layers > .ls-wrapper #form-search,
	.home .ls-wp-container .ls-layers > .ls-wrapper #form-search {
		width: 275px !important;
	}
	#layerslider_1 .ls-layers > .ls-wrapper #form-search .search-form,
	.home .ls-wp-container .ls-layers > .ls-wrapper #form-search .search-form {
		padding: 5px;
	}
	
	/* slider text */
	#layerslider_1 .ls-layers > .ls-wrapper ~ .ls-wrapper,
	.home .ls-wp-container .ls-layers > .ls-wrapper ~ .ls-wrapper {
		top: 15px !important;
	}
	#layerslider_1 .ls-layers > .ls-wrapper #text-insider-tips,
	.home .ls-wp-container .ls-layers > .ls-wrapper #text-insider-tips {
		font-size: 16px !important;
	}
	
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}