/*
Theme Name: weblizar-child
Theme URI: 
Author: weblizar
Author URI: http://weblizar.com/
Template: weblizar
Version:  1.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl.html
Tags: brown, white, two-columns,one-column ,three-columns ,four-columns , custom-menu, right-sidebar, fixed-layout, fluid-layout, custom-background, featured-image-header, sticky-post, theme-options, threaded-comments, featured-images, flexible-header, responsive-layout
Text Domain: weblizar
*/
@import url("../weblizar/style.css");
.btn-primary {border-color:#black;}

/* Remove padding between footer and body */
.body-wrapper {padding-bottom:0;}

/* Adjust size of bar copy above footer bar */
h4, .h4 {font-size: 15px;}

/* Adjust color and spacing of bottom footer */
.copyright {
	background-color: #ac5fad !important;
	padding-top: 3px;
}
/* Adjust footer color */
.footer {background-color: #ff9d35;}

/* Adjust footer spacing under last line */
p , pre {margin:0px;}

/* Adjust service spacing in bar over footer */
ul.contact-info li {margin-bottom: -1px;}

/* Change spacing in bar above footer */
.footer-wrapper {padding-bottom: 0px; padding-top: 10px;}

/* Remove space below services and above footer */
.space-sep20 {height:10px;}

/* Adjust color of font awesome icons in services */
.content-box.content-style2 h4 i {color: #39992e;}
.content-box.content-style2 h4 i:hover {color: #660077;}

/* Change color of main heading on home page */
.h2-section-title {color:#660077;}

/* Change color of copy on multiple elements */
body, html, button, input, select, text area {color: #660077}

/* Move top Belle logo to the top of the section*/
.logo {margin-top:0px !important;}

/* Delete box shadow and border on top of home page slider */
#header:after {box-shadow:none;}
.top-title-wrapper, #header {border-bottom:0;}

/* Adjust top title wrapper on pages */
.top-title-wrapper {background-color:#660077;}

/* Set font size for main content on page */
p {font-size: 14px;}

/* Change color of accents on main body text */
.heading-title h2:before, .heading-title h2:after {border-top: 3px solid #39992e;}

/* Remove space after tagline in middle of home page */
.space-sep60 {height: 25px !important;}

/* Adjust individual page head background color */
.top-title-wrapper {background-color: #ac5fad;}

/* Delete extra feature space below services */
.feature {display:none;}

/* Center performance image on detail page */
.performance {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*Adjust shape of FAQ's */
.ui-corner-all {border-radius: 10px;}

/* Adjust color background on FAQ */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: none repeat scroll 0 0 #39992e;
	font-family: "open sans",sans-serif;
	font-size: 14px;
  	font-weight: normal;
}

/* Adjust color of font in FAQ */
 .ui-state-default a:link, .ui-state-default a:visited {
  	color: white !important;
  	text-decoration: none !important;
}

/* Adjust setting in purple footer */
.col-md-3.purple-footer.col-sm-3.purple-footer {
  	text-align: center;
  	color: white;
  	font-size: 15px;
  	margin-top: 12px;
}

/* Adjust Facebook icon position */
.social-icons {
	display: block;
	margin-left: 44%;
	margin-bottom: 3px;
}

/* Adjust spacing of items on small screen sizes */
@media (max-width: 992px) {
.heading-title h2:before, .heading-title h2:after {
   	display: none;
}
}
@media (max-width: 992px) {
#mega-menu-wrap-primary #mega-menu-primary {
  padding: 15px 0px 10px 0px;
}
}
/* Add color and underline to links in pages, not on home page */ 
.body-wrapper a
{ color: #39992e !important; text-decoration: underline !important; }
.body-wrapper a:hover
{ color: #660077 !important; text-decoration: underline !important; } 

/* Adjust color on home page for service links */
h4.h4-body-title a, div.content-box-text a, h4.h4-body-title a:hover, div.content-box-text a:hover {text-decoration: none !important;}

/* Remove author and comment fields from listing of posts */
div.icon-user  {display:none !important;}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a {
	 cursor: default;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child a {
  cursor: pointer;
}

/* Don't show stock Weblizar carousel */
.carousel {display: none !important;}

@media (max-width: 1024px) {
.center-title p {
	max-width: 750px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
}

@media (max-width: 768px) {
.col-md-3.purple-footer.col-sm-3.purple-footer {
	margin-bottom: 0px;
	margin-top: 0px;
}
.col-md-3.orange-footer.col-sm-3.orange-footer {
	margin-bottom: 0px; 
}
}


/* Remove bottom border line from footer items */
.col-md-3 ul li a {border-bottom: none;}

/* Don't show stock Weblizar carousel */
.carousel {display: none !important;}

/* Adjust setting in purple footer */
.col-md-3.purple-footer.col-sm-3.purple-footer {
  	text-align: center;
  	color: white;
  	font-size: 15px;
  	background-color: #660077;
	min-height: 58px;
	border-display: none;
}

/* Add space under home slider and above tagline */
.h2-section-title {padding-top:15px;}

@media (max-width: 1100px) {
#mega-menu-wrap-primary .mega-menu-toggle {
    display: block;
    color: black;
    margin: auto;
    margin-right: 10%;
    margin-left: 60%;
}
}

/* Mobile menu display */
#mega-menu-wrap-primary .mega-menu-toggle #mega-toggle-block-1:after {
    content: 'MENU';
    color: #000 !important;
    float: left;
}
#mega-menu-wrap-primary .mega-menu-toggle #mega-toggle-block-1:before {
    content: '\f333';
    font-family: 'dashicons';
    font-size: 24px;
    margin: 0 0 0 5px;
    color: #000 !important;
}

/* Don't display titles on mouseover for photo galleries */
.gmPhantom_ThumbLabel {display: none;}
