/*
 Theme Name:   TBG Child
 Theme URI:    www.borensteingroup.com
 Description:  Child Theme for the TBG Theme
 Author:       The Borenstein Group
 Author URI:   www.kriesi.at
 Template:     enfold
 Version:      1.0.0
*/

/* Header **/

.header_color .container_wrap_meta {
	background: rgba(0,0,0,0.10);
}

.main_menu ul:first-child > li a {
font-size: 18px;
}

.main_menu ul:first-child > li > a {
color: #4fabc0;
}

.header_color .main_menu ul:first-child > li > a {
	color: #4fabc0;
}

.header_color .main_menu ul:first-child > li.active-parent-item > a {
    color: #efb439;
}

.header_color .main_menu ul:first-child > li a:hover, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a {
    color: #efb439;
}

/* Home Content Slider Font Size and Color **/

.home .avia-content-slider .slide-entry-title {
font-size: 50px;
line-height: 1.2em; 
margin: 0;
color: #F0B439;
}

.home .main_color h3 {
color: #fff;
padding-top: 15px;
line-height: 1.35em;
}



slide-entry-excerpt entry-content, .main_color h3 {
	color: #fff;
	padding-top: 15px;
	line-height: 1.35em;
}

.avia-section {
	border: none;
}

h4 {
	font-size: 18px;
	line-height: 1.3em;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.template-page .entry-content-wrapper h2 {
	letter-spacing: inherit;
	text-transform: inherit;
}

.template-page .entry-content-wrapper h1 {
	letter-spacing: inherit;
}


.main_color h3 {
color: #000;
padding-top: 15px;
line-height: 1.35em;
}

/* 
.av-special-heading-tag {
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
**/

.special_amp {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
}

/* Body Copy **/
body {
font-size: 15px;
}

/* Removing the border on the gallery **/
#top div .avia-gallery img {
float: left;
border-style: none;
padding: 7px;
width: 100%;
border-radius: 0;
}

th {
	background-color: #000;
	color: #fff;
	font-size: 18px;
}

.main_color a {
	color: #4fabc0;
}

/* Header Drop Text Shadow **/
.av-inherit-size .av-special-heading-tag {
font-size: 1em;
text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.8);
}

.home h5 {
font-size: 22px;
line-height: 1.3em;
}

.home .main_color .hr-inner {
border-color: rgba(255,255,255,0.2);
}


/* Image Overlay Effect **/

.image-overlay .image-overlay-inside:before {
    position: absolute;
    border-radius: 0;
    background: none repeat scroll 0% 0% #000;
    height: 40px;
    width: 40px;
    line-height: 40px;
    left: 50%;
    top: 50%;
    margin: -20px 0px 0px -20px;
    z-index: 500;
    text-align: center;
    color: #4fabc0;
}

.image-overlay:hover {
    background: rgba(255, 255, 255, .2);
}

.main_color h3{
	color: #4fabc0;
}

.main_color .sidebar a {
}

.fallback-post-type-icon {
display: none;
}


@media only screen and (max-width: 767px) {
.responsive #header_meta { display: none; }
}

.avia-button.avia-size-large {
	font-weight: bold;
	font-family: 16px;
}

#mobile-advanced a {
	color: #4fabc0;
}

.avia-menu-text {
	font-weight: bold;
}
function modify_jquery() {
if (!is_admin()) {
	wp_deregister_script('jquery');
	wp_register_script('jquery', 'https://code.jquery.com/jquery-1.11.3.min.js');
	wp_enqueue_script('jquery');
}
}
add_action('init', 'modify_jquery');
