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

html {
  font-size: 16px !important;
}

body.ed-cacadores-de-noticias {
  background-color: #f1f1f7;
}
.container {
  padding-left: 0;
  padding-right: 0;
}

.ads {
  display: flex;
  flex-direction: column;
}
.ads p {
  font-size: 10px;
  color: #666;
  text-transform: uppercase;
}
.ads iframe{
  background: #FFF;
}
#ads-post-container {
  position: relative;
  display: block;
  margin-top: 4rem;
  margin-bottom: 2.8rem;
  margin-left: auto;
  margin-right: auto;
}
#ads-post-container > div {
  margin: 0 auto
}
@media (min-width: 992px) {
  #ads-post-container {
    float: right;
    margin-top: 0;
    margin-right: 0;
    margin-left: 4.5%;
    width: 300px;
  }
}

#content .vce-lay-b {
  display: flex;
  width: auto;
  flex-direction: column;
}
#content .vce-lay-b .meta-image {
  display: flex;
  max-width: 100%;
  min-width: 250px;
}
#content .vce-lay-b .meta-image a {
  flex: 1;
  display: flex;
}
#content .vce-lay-b .meta-image img {
  flex: 1;
  object-fit: cover;
}
#content .vce-lay-b .entry-title, #content .vce-lay-h .entry-title {
  font-size: 1.25rem;
  line-height: 1.25;
}

body.single-post article.type-post h1.entry-title {
  margin-top: 2rem;
  font-size: 2.5rem;
  line-height: 1;
}
body.single-post article.type-post .entry-content {
	width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
body.single-post article.type-post .entry-content p {
  margin-bottom: 1rem;
  font-size: 1.15rem;
}

body.single-post article.type-post .meta-author {
  display: block;
  text-align: center;
  position: relative;
  z-index: 11;
}

#content a.mks_button.mks_button_small {
	min-width: 25px;
}
#content .mks_button i {
	margin: 0;
}

#content .owl-theme .owl-nav [class*=owl-] {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	border-radius: 0;
}
#content .vce-gallery-slider .owl-nav .owl-prev,
#content .wp-block-gallery .owl-nav .owl-prev {
	left: 0;
}

.site-footer .bit-3 {
  width: 100%;
  padding: 0px;
}
.site-footer .bit-23 {
  display: none;
}
#content .sidebar .widget {
  margin-left: 0;
  float: none;
  width: 100%;
	background-color: transparent;
  padding: 0;
  border-radius: inherit;
  border: none;
}
.site-footer .widget > ul,
.site-footer .widget > div,
.site-footer .widget p {
  padding: 0;
  text-align: center;
}

.widget_text p, .widget > div p, .widget > form p {
  margin-bottom: 0px;
}
.sidebar .widget.vce_adsense_widget{
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}
.vce-share-items li .yt {
  background-color: #cf4d35;
}
.vce-share-items li .rss {
  background-color: #ff9933;
}
.vce-header-ads {
  margin: 45px 0 0 0;
}
#superbanner, .mobile {
  text-align: center;
}
.mobile {
  margin:10px 0px;
}
.sidebar .widget-title {
  font-size: 18px;
  line-height: 16px;
}
.widget_text > ul,
.widget_text > div,
.widget_text p,
.widget_text > form{
  padding: 10px 0 0 0;
}

#back-contact {
	position: fixed;
	right: 70px;
  bottom: 0;
  z-index: 1041;
  height: 40px;
  background: 0 0;
  text-indent: 0;
  color: #e8e8e8;
  font-size: 32px;
  line-height: 26px;
  padding: 4px 0 0;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
#back-contact .contato {
  margin-top: -5px;
	float: left;
	background-color: #81d742;
  font-size: 24px;
  color: #FFF;
  width: 205px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#back-contact .contato:hover{
  cursor: pointer;
  text-decoration: none;
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0.1))); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%); /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%); /* Opera 11.10+ */
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%); /* IE10+ */
  background-image: linear-gradient(to right, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1a000000',GradientType=1 ); /* IE6-9 */
}
#back-contact a{color: #FFF;}
#back-contact a.mks_button.mks_button_small{background: none !important; min-width: 25px !important; font-size: 24px; margin-right: 0px;}

#content {
  display: flex;
  flex-wrap: wrap;
}
#primary, #sidebar {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 1px;
}
#sidebar {
  display: flex;
  flex-direction: column;
}

@media (min-width: 576px) {
  #content .vce-lay-b {
    flex-direction: row;
  }
  #content .vce-lay-b .meta-image {
    max-width: 250px;
    min-width: 250px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  #content .vce-lay-b .entry-title, #content .vce-lay-h .entry-title {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  #primary, #sidebar {
    padding-left: 15px;
    padding-right: 15px;
  }
	#primary {
    flex: 0 0 calc(100% - 330px);
    max-width: calc(100% - 330px);
  }
  #sidebar {
    flex: 0 0 330px;
    max-width: 330px;
  }
  #content .vce-lay-b .entry-title, #content .vce-lay-h .entry-title {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  #content .vce-lay-b .meta-image {
    max-width: 300px;
    min-width: 300px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
  #content .vce-lay-b .meta-image {
    max-width: 375px;
    min-width: 375px;
  }
  #content .vce-lay-b .entry-title, #content .vce-lay-h .entry-title {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
