/*
Theme Name: enigma-pro-parallax3-7-3 Child theme of enigma-pro-parallax3-7-3
Theme URI: 
Description: Child theme of enigma-pro-parallax3-7-3 theme for the enigma-pro-parallax3-7-3 theme
Author: <a href="http://weblizar.com/">weblizar</a>
Author URI: 
Template: enigma-pro-parallax3-7-3
Version: 3.7.3
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Tue, 09 Aug 2022 15:54:25 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

.enigma_service_iocn i {
line-height: 80px !important;
}

@media only screen and (max-width: 480px) and (min-width: 320px){ .dropdown-menu { width: 100%; float: none; position: static !important; } } .gazetteArticles .image img { border:none; margin:0px auto; display:block; padding-bottom:8px; } .gazetteArticles .listing-item h2 { border-top:none; border-bottom: solid 1px #000; padding-top:50px; margin-top:8px; padding-bottom:10px; }

/** Slider sizing **/
.carousel-inner img {
    width: 100%;
    height: 100%;
}

/*  header contact info section ***/
.header_section{
	background-image:url('https://www.mistypinespetcompany.com/graphics/enigma_headerbg.jpg') !important; /* Z Changed. was - > background-color:#31A3DD;*/
	color:#fff;
}
/** navbar menus ***/
.navigation_menu{
	background-color: #e8e2c8 !important;
	/*border-top:2px solid #31A3DD; - z commented out 1/6/2017 */
}
.navbar-collapse {
        margin-top:10px !important;
        margin-bottom:10px !important;
}
/*** breadcum style css **/
.breadcrumb li a {
color: #007e58 !important;
}
.enigma_header_breadcrum_title {
        background:#b5cdbd !important;
        margin-bottom:5px !important;
        padding-top:0px !important;
        padding-bottom:0px !important;
}
.enigma_header_breadcrum_title h1 {
    color: #777777;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top:5px;
}
.logo250 {
	display:none;
	width:inherit;
}
.image250 {
	display:none;
}
.logo575 {
	display:none;
	width:inherit;
}
.image575 {
	display:none;
}
@media only screen and (min-width: 767px) and (max-width: 992px) {
.logo{
	text-align:center;
	padding-top:0px; /*Z changed. was 15px */
	padding-bottom:0px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.logo575 {
	display:block;
}
.image575 {
	display:block;
	margin:0px auto;
}
.logo250 {
	display:none;
}
.image250 {
	display:none;
}
.logo{
	/*text-align:center;
	padding-top:15px;      - Z commented out. 1/18/17
	padding-bottom:0px;*/ 
	display:none;
	}
.carousel-text h1 {
font-size:2em;
}
.list-unstyled {
display: none;
}
.carousel-text .enigma_blog_read_btn {
margin-top: 20px;
}
.enigma_service_iocn {
margin-bottom:60px;
}
} 

@media only screen and (min-width: 480px) and (max-width: 610px) {
	.image575 {
	width:100%;
}
}
@media only screen and (min-width: 200px) and (max-width: 480px) {
.logo250 {
	display:block;
}
.image250 {
	display:block;
	margin:0px auto;
}
.logo575 {
	display:none;
}
.image575 {
	display:none;
}
.logo{
	/*text-align:center;
	padding-top:15px;      - Z commented out. 1/18/17
	padding-bottom:0px;*/ 
	display:none;
	}
.carousel-text h1 {
font-size:1em;
}
.list-unstyled {
display: none;
}
.carousel-text .enigma_blog_read_btn {
    display: none;
}
.carousel-caption {
    top: 20%;
}

}

.carousel-inner li{
	background: url('https://www.mistypinespetcompany.com/graphics/enigma_headerbg.jpg') !important; 
        /* Z changed. was background-color: <?php echo $wl_theme_options['weblizar_custom_color']; ?> !important; */
	background-color: #a14110 !important; /* Z added because sometimes the image won't load for some reason and this will maintain the woodlike color */
}

@media only screen and (min-width: 200px) and (max-width: 310px) {
	.image250 {
	width:100%;
}
}
/***** Call Out Section *****************************************************************
***************************************************************************************/
.enigma_callout_area {
	background-image: url('https://www.mistypinespetcompany.com/graphics/wp-bottom.gif') !important; /* Z changed. was background-color: <?php echo $wl_theme_options['weblizar_custom_color']; ?>; */
	background-position: bottom center; /* Z added all background lines and height to make wp-bottom.jpg scalable */
	background-repeat:no-repeat;
        padding-top:0px !important;
	/*  background color: #033627;  */
	height: 112px;
}
.enigma_callout_shadow {
	position: absolute;
	left: 0;
	right: 0;
	height: 16px !important;
	z-index: 99;
	width: 100%;
	background-size: 100% 100%;
	margin-top:0px !important;
	background: url('https://www.mistypinespetcompany.com/site/wp-content/themes/enigma-pro-parallax3-7-3/images/shadow-header.png') center center repeat-x !important;
}
.enigma_footer_widget_area{
	background: #033526 !important;
        padding: 0px !important;
        border: none !important;
}
.enigma_footer_area {
background: #007e58 !important;
border-top: 0px solid #6b6b6b !important;
padding: 10px !important;
}

/*  header contact info section ***/
.header_section{
    background-image: url(/graphics/enigma_headerbg.jpg);
    background-repeat: repeat-x;
    background-color: #e8e2c8;
    background-position: center;
    color: #fff;
    height: 230px;
}

/** navbar menus ***/
.navigation_menu{
	background-color: #e8e2c8 !important;
	border-top:0px solid <?php echo $wl_theme_options['weblizar_custom_color']; ?> !important; /*Z Changed. was border 2px*/
}

/**************** blog css ********************************************************
********************************************************************************/

.blog-date-left {
	display: none !important; /* Z added to remove date and other blocks showing up on top left of the post */
}
.enigma_blog_read_btn{
	border: 1px solid #a9a9a9; /* Z changed. was <?php echo $wl_theme_options['weblizar_custom_color']; ?> !important; */
	background-size: 100% 200%;
	background-position: 0 !important;
	/* background-color:<?php echo $wl_theme_options['weblizar_custom_color']; ?> !important; */
    background-image: url('https://www.mistypinespetcompany.com/graphics/enigma_headerbg.jpg') !important; /* Z changed. was linear-gradient(to bottom, <?php echo $wl_theme_options['weblizar_custom_color']; ?> !important 50%, #fff 50%); */
   }
.enigma_blog_read_btn:hover{
	background-position: 0 !important;
	color: white !important;
	background-color:#ffffff !important;
	text-decoration: underline; !important;
}
.enigma_category {
    display: none !important;
}

/***** Call Out Section *****************************************************************
***************************************************************************************/
.enigma_callout_area {
	background-image: url('<?php echo esc_url( home_url( '/graphics/' ) ); ?>wp-bottom.gif') !important; /* Z changed. was background-color: <?php echo $wl_theme_options['weblizar_custom_color']; ?>; */
	background-position: bottom center; /* Z added all background lines and height to make wp-bottom.jpg scalable */
	background-repeat:no-repeat;
	background color: #033627;
	height: 112px;
}

/*Cal Widget*/

.carousel-list li{
	background: url('https://www.mistypinespetcompany.com/graphics/enigma_headerbg.jpg') !important; 
        /* Z changed. was background-color: <?php echo $wl_theme_options['weblizar_custom_color']; ?> !important; */
	background-color: #a14110 !important; /* Z added because sometimes the image won't load for some reason and this will maintain the woodlike color */
}
.carousel-caption {
    position: absolute;
    right: 15%;
    left: 15%;
    bottom: 50%;
    top: 28%;
    z-index: 99;
    padding-top: 0px; 
    padding-bottom: 0px; 
    color: #fff;
    text-align: center;
}
/********* Tribe Events Calendar ***************/
.tribe-events .datepicker {
background-color: #fff !important;
}

.tribe-events .tribe-events-series-archive__icon {
    display: none !important; /* Z added. this removes the series icon */
}

/********** Regular Styles *************/
blockquote {
padding-left:10px;
}
video {
  margin-left: 0 !important;
  margin-right: 0 !important;
  min-height: 100% !important;
  min-width: 100% !important; 
}
.enigma_recent_widget_post_img {
    margin-right: 10px !important;
	width: 300px !important; /* Z changed. was 64 */
	height: 141px !important; /* Z changed. was 64 */
    transition: opacity 0.3s ease-out 0s;
	display: block;

}
