/**
 * Theme Name: Blink - Child Theme
 * Theme URI: https://codestag.com/themes/blink/
 * Author: Codestag
 * Author URI: http://codestag.com
 * Description: A beautiful blogging theme for those who have more to say.
 * Version: 1.0.0
 * License: GNU General Public License
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: blink
 * Template: blink
 */

/**
 * Place Custom CSS Below this.
 */
 
/* font adjustments */
.entry-content {font-size: 1.8rem!important; line-height: 1.4;}
.entry-title-primary { font-size: 5rem!important; line-height: 1;}
.entry-subtitle { font-size: 2rem!important; font-family: 'Lato','Helvetica Neue',Helvetica,Arial,sans-serif!important;}


/* page adjustments */
.page-cover { margin-bottom: 3rem; }
.archive-title { margin: 7rem 0 1.2rem 0!important; }
.taxonomy-description p { text-align: center!important; margin-bottom: 80px!important; }

  
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}
/* .footer-text-container {
	text-align: center;
} */

.gangdopepreto_fields_wrap {
	margin-top: 40px;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.gangdopepreto_fields_wrap_left {
	width: 25%;
	float:left;
	display: flex;
    flex-direction: column;
    border-right: 1px solid;
   /* padding-right: 40px;*/
}
.gangdopepreto_fields_wrap_right {
	display: flex;
    flex-direction: column;
    padding-left: 40px;
}
.gangdopepreto_fields_wrap p, .gangdopepreto_fields_wrap_left p {
	margin-bottom: 0;
	/*font-size: 15px;*/
	font-size: 13px;
	padding-top: 20px;
}
.clrf {
	clear: both;
}

/*single*/
.sidebar-right {
    margin-right: 4%;
}
.percent-blog, .percent-page {
    width: 68%;
    float: left;
    position: relative;
}
.percent-sidebar {
    width: 28%;
    float: left;
    position: relative;
}
/*search*/

/*author widget*/
#mks_author_widget-2 p { font-size: 15px; }

/*testimonials*/
.testimonials-widget-testimonial blockquote {font-size: 100%!important;  line-height: 100%;}
.open-quote {font-size: 14px!important;}
.close-quote {font-size: 14px!important;}
.credit {font-size: 18px!important;}

/*@media only screen and (max-width: 766px) {*/
@media only screen and (max-width: 1024px) {
	.gangdopepreto_fields_wrap_left {
		width: 100%;
		float:none;
		border-right: none;
    	/*padding-right: 0px;*/
	}
	.gangdopepreto_fields_wrap_right {
		padding-left: 0px;
	}
}

@media screen and (min-width: 800px) {
.main-navigation {
    vertical-align: top!important;
}
}

/* icone spotify */
#fixedbutton {
    position: fixed;
    bottom: 20px;
    left: 20px; 
	z-index: 999;
}
#fixedbutton img {
	max-width: 50px;
}

/* sharing */
.sharedaddy {
	padding-top: 30px;
}

/* footer */
.gangdopepreto_footer {
	font-size: 14px;
	color: white;
}
.gangdopepreto_footer a {
	font-size: 14px;
	color: white;
}
.gangdopepreto_footer_credits {
	font-size: 10px;
	color: #999999;
	text-align: left;
}
.gangdopepreto_footer_credits a {
	font-size: 10px;
	color: #999999;
}

/* archive page */
.taxonomy-description p {
	font-size: 16px;
}

/* slideshow */
.slideshow-window {
	background-color: white!important;
	border: 0px solid black!important;
	border-radius: 0px!important;
}

/* bullets */
.entry-content ul li{
list-style-image:url(../../uploads/2018/02/obrigatorio.jpg);
padding-left: 20px;
}
.entry-content ul {
    margin: 10px 0;
}
.entry-content ol li{
list-style-image:url(../../uploads/2018/02/obrigatorio.jpg);
padding-left: 20px;
}

/* contact form */
input[type="text"] {
	width: 100%;
}
input[type="email"] {
	width: 100%;
}


/* mixed */
.entry-title {
    text-transform: none;
}
.site-logo-link {padding: 0px 0;}
.yarpp-related {
	border-top: 1px solid black;
	padding-top: 40px;
}
.yarpp-related a {
	font-weight: 400;
	color: black;
}
.yarpp-related .entry-title-primary {
	font-size: 2rem!important;
}
.yarpp-related .entry-subtitle {
	font-size: 1.5rem!important;
	margin-top: 0px;
}
.entry-content ol { margin: 0}
.subscribe-label {text-transform: inherit;}
.comment-subscription-form {text-transform: inherit;}

body .jetpack-slideshow div.slideshow-controls a {
	background-color: black !important;
}
body .jetpack-slideshow div.slideshow-controls a,
body .jetpack-slideshow div.slideshow-controls a:hover {
	border-color: white !important;
}

/* títulos página o gang */
.page-id-39 .entry-subtitle { font-size: 2.3rem!important; }
.page-id-39 .entry-title-primary { font-size: 5.4rem!important; }

/* sombra main menu */
.overlay-header .primary-menu a {
text-shadow: 0px 0px 5px rgba(89, 89, 89, 1); }

.menu-toggle {
text-shadow: 0px 0px 5px rgba(89, 89, 89, 1); }