/*
Theme Name: Total Child
Author: Digital Leap
Author URI: https://www.digitalleap.co.za/
Version: 3.3.3
Text Domain: total-child
Domain Path: /languages/
Template: Total
*/

/*** General ***/

body .vc_custom_1479823867990{
	background-position: top center !important;
}

body .theme-button.outline{
	border: 1px solid #f58220;
	color: #f58220 ;
	border-radius: 0px;
}

body .theme-button.outline:hover{
	background: #f58220 ;
}

.entry ul.leaf{
	list-style: none;
}

.leaf li:before {
    	font-family: 'FontAwesome';
    	content: "\f06c";
    	margin: 0 8px 0 -25px;
}

.page-id-94 p, .page-id-94 .vcex-list_item{
	font-size: 1.25em;
}

/* Product - Portfolio Grid */

.overlay-view-lightbox-text {
    	background: #fff;
    	background: rgba(255,255,255,0.65);
}

.overlay-view-lightbox-text a {
    	color: #000;
    	border: 2px solid #000;
}

.overlay-view-lightbox-text a:hover {
    	background: #000;
    	color: #fff;
}

.related-portfolio-posts .portfolio-entry-details{
	display: none;
}

/* Forms - Gravity */

select{
	border-radius: 5px;
    	background-color: #ffffff;
	border: 1px solid #eee;
}

body .gform_wrapper textarea.medium {
    width: 100%;
}

/*** Footer ***/

#footer-widgets{
	text-align: center;
}

#menu-online{
    	text-align: center;
}

#menu-online li{
	border: 1px solid #00a2ad;
	padding: .5em 1em;
    	display: inline-block;
	margin: 0 14px 14px 14px;
}

#menu-online li a{
	color: #fff;
	text-decoration: none;
}