/*
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
*/

.widget.comments_widget_plus ul.cwp-ul {
    padding: 15px 25px;
}
.header-is-sticky .main-navigation a{
    padding: 15px 12px;
}
.top-header{
    height: 32px;
}
.top-header .container{
    max-width: initial;
}

.top-header a{
    display: block;
    padding: 0 30px;
    text-decoration: none;
}
.top-header li{
    margin-right: 0;
}
.top-header .collocations a{
    display: block;
    width: 170px;
    background: #d70a20 url(img/collocations-cta.jpg) no-repeat 0 0;
    font-size: 0;
    height: 32px;
}
.top-header .dictionary a{
    display: block;
    width: 170px;
    background: #d70a20 url(img/dictionary-cta.jpg) no-repeat 0 0;
    font-size: 0;
    height: 32px;
}

.top-header .thesaurus  a{
    background: #3272b7;
    display: block;
    width: 170px;
    background: #3272b7 url(img/thesaurus-cta.jpg) no-repeat 0 0;
    font-size: 0;
    height: 32px;	
}

#sidr-main .dictionary,
#sidr-main .thesaurus, 
#sidr-main .collocations{ 
    border-bottom: 0;
}
#sidr-main .dictionary{
	background: #d70a20;
}
#sidr-main .thesaurus{
	background: #3272b7
}

#sidr-main .collocations{
	background: #f06400
}

#sidr-main .dictionary a,
#sidr-main .thesaurus a, #sidr-main .collocations a{
    display: block;
    width: auto;
    background: url(img/waves_white.png) no-repeat 18px center;
	padding-left: 40px;
	color: #FFF;
	text-transform: uppercase;
	background-size: 14px auto;
	
}
#sidr-main a{
	font-weight: 500;
}


.vce-wrap-right .top-nav-menu{
    font-size: 0;
}

.vce-header-ads-custom {
    margin: 52px 0;
}
.vce-header-ads-custom {
    float: right;
    width: 595px;
}

.vce-header-ads-custom #searchform {
    box-shadow: 0px -2px 4px 0px rgba(76, 76, 76, 0.3);
    position: relative;
    border-radius: 50px;
}
.vce-header-ads-custom #searchform #inputandsubmit{
    position: relative;
    border-radius: 50px;
    box-shadow: 0px 2px 4px 0px rgba(76, 76, 76, 0.3);    
}

.vce-header-ads-custom #searchform #search_submit{
    border-radius: 0;
    background: url(img/long-arrow.svg);
    background-repeat: no-repeat;
    background-size: 22px auto;
    background-color: transparent;
    background-position: center center;
    min-width: 60px;
    padding: 16px 0;
    border-radius: 50px;
    font-size: 0;
}
.vce-header-ads-custom #searchform:hover #search_submit{
	background: url(img/long-arrow-red.svg);
	background-repeat: no-repeat;
    background-size: 22px auto;
    background-color: transparent;
    background-position: center center;
}
.vce-header-ads-custom #searchform #search_submit_div{
    position: absolute;
    right: 0;
    top: 0;
}

.vce-header-ads-custom #searchform #search_input{
    height: 55px;
    padding-right: 65px;
    border-radius: 50px;
    font-size: 22px;
	border: 0;
}

.vce-header-ads-custom #searchform #search_input{
    padding-left: 40px;
}

.site-footer .widget li a:hover, .site-footer .widget a, .site-info a{
    color: #FFF;
}



@media (min-width: 1024px){

}

@media (max-width: 1023px){
    .vce-header-ads-custom {
        float: right;
        width: 100%;
    }
	 .header-2-wrapper{
		 height: 60px !important;
	 }
    .vce-header-ads-custom {
        margin: 36px 0 30px;
    }
	.site-branding img {
		max-width: 155px;
		max-height: 40px;
	}
	.header-2-wrapper .site-branding{
		padding: 10px 0 4px;
	}
	.vce-responsive-nav {
		margin: 16px 0 11px;
	}
}

@media (max-width: 480px){
    .vce-header-ads-custom #searchform #search_input{
        font-size: 16px;
    }
}