/*
Theme Name: Whiskers Child
Theme URI: http://cmsmasters.net/whiskers-child/
Author: cmsmasters
Author URI: http://cmsmasters.net/
Description: Whiskers Child Theme
Template: whiskers
Version: 1.0.0
License:
License URI:
Text Domain: whiskers-child
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

.darkfont * {
	color: #2f3237 !important
}

/* HEADER */
.header_top .meta_wrap {
	height: auto;
}

.header_mid_scroll {
	height: 100px !important
}

/* logo header */
.header_mid .logo_wrap .logo img {
  padding-bottom: 10px !important;
}

/*CUSTOM 3 COL SECTION HOVER*/
.3-col-featured-section { 
}

.linked-1-3-featured {
    min-height: 365px;
	max-width: 305px;
    color: white;
    display: flex;
    padding-bottom: 15px;
    align-items: flex-end;
	position: relative;
  	overflow: hidden;
	padding: 20px;
	margin: auto
}

.linked-1-3-featured h4 {
color: white;
}

.linked-1-3-featured h6 {
	color:rgba(255, 255, 255, .6)
}

.linked-1-3-featured::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  height: 100%;
  background-color: transparent;
  transition: bottom 0.5s ease-in-out;
  background: linear-gradient(0deg, #44b1e2, transparent);
}

.linked-1-3-featured:hover::before {
  bottom: 0;
}
.add_form_style form input[type=submit],
.add_form_style form a.button.ctct-button,
.form_volunteering form input[type=submit] {
  border-color: #f8992b !important;
  background-color:  #f8992b !important;
}
.add_form_style form input[type=submit]:hover,
.add_form_style form a.button.ctct-button:hover,
.form_volunteering form input[type=submit]:hover {
  color: #FFF !important;
  border-color: #033d52 !important;
  background-color:  #033d52 !important;
 }
 .add_form_style form p.ctct-form-field input[type=text],
 .add_form_style form p.ctct-form-field input[type=email], 
 .add_form_style form p.ctct-form-field textarea {
  width: 100%;
 }
 .add_form_style a.button.ctct-button {
  display: none; 
 }
 .form_volunteering form input[type=submit]{

 }
 iframe {
  width: 100% !important;
  max-width: 100% !important;
 }

#hide {
	display: none !important
}

/*SLIDERS*/
.black-pagination
.owl-pagination
.owl-page {
	background-color: #7a5b84 !important;
}

.black-pagination
.owl-page.active {
	background-color: black !important
}

/* SEARCH RESULTS */
.search-results .headline h1.entry-title,
.search-results .cmsmasters_breadcrumbs_inner * {
	color: #033d52;
}

.search-results .cmsmasters_breadcrumbs_inner a:hover {
	color: #f8992b;
}

@media screen and (max-width: 768px) {
	 .header_mid_inner .logo img.logo_retina {
		width: 60% !important;
		max-height: 150px;
	}
	.home-3-button-section .cmsmasters_column_inner {
		display: flex;
       justify-content: center;
	}
	
}
/* home - saco padding para iframe */
.iframe-full-width .cmsmasters_column_inner {
	padding:0 !important;
}
.edit-form-footer {
	display: flex;
	width: 100%;
}
#bottom aside a.button.ctct-button {
	display: none;
}
#bottom aside input[type=email] {
	border-radius: 0 !important;
}
/* style template category, blog and author banner */
.archive.category .headline.cmsmasters_color_scheme_default .headline_outer .headline_inner .headline_text .entry-title,
.archive.category .headline.cmsmasters_color_scheme_default .headline_outer a,
.archive.category .headline.cmsmasters_color_scheme_default .headline_outer .cmsmasters_breadcrumbs .cmsmasters_breadcrumbs_inner *,
.archive.author .headline.cmsmasters_color_scheme_default .headline_outer .headline_inner .headline_text .entry-title,
.archive.author .headline.cmsmasters_color_scheme_default .headline_outer a,
.archive.author .headline.cmsmasters_color_scheme_default .headline_outer .cmsmasters_breadcrumbs .cmsmasters_breadcrumbs_inner *,
.page-id-11267 .headline.cmsmasters_color_scheme_default .headline_outer .headline_inner .headline_text .entry-title,
.page-id-11267 .headline.cmsmasters_color_scheme_default .headline_outer a,
.page-id-11267 .headline.cmsmasters_color_scheme_default .headline_outer .cmsmasters_breadcrumbs .cmsmasters_breadcrumbs_inner *
{
	color: #2f3237 !important;
}
