/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

.whiteTxt, a.whiteTxt {
	color: white!important;
}

a.whiteTxt:hover {
	color: rgb(0,153,255)!important;
}

.greyTxt, a.greyTxt {
	color: #575656!important
}

a.greyTxt:hover {
	color: rgb(0,153,255)!important;
}

#slider-1-slide-1-layer-4.hidden{
	opacity:0;
	display:none;
	transition: 0.5s all;
}

.rs-parallax-wrap:has(#slider-1-slide-1-layer-4) {
	position: fixed!important;
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50%,-50%);
	z-index: 9999;
}

#ubermenu-main-2.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
	text-align:center;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
	display:none;
}

form#gform_1 #input_1_6 {
	width: 100%;
	display: block;
	margin-top:2px;
} 

form#gform_1 #input_1_6_6_container {
	padding: 0 0!important;
}

form#gform_1 #input_1_6_6_label {
	font-weight:bold;
}

#owl-big, #owl-thumbs .item {
	padding: 2em;
	border: 1px solid #575656;
}

#owl-thumbs {
	padding:1.4em 0 0;
}

#ubermenu-main-2 #menu-item-148 {
	position: relative;
	z-index: 9999;
}

#ubermenu-main-2 #menu-item-354 {
	position: relative;
	z-index: 9998;
}
#ubermenu-main-2 #menu-item-125 {
	position: relative;
	z-index: 9997;
}
#ubermenu-main-2 #menu-item-148 ul, #ubermenu-main-2 #menu-item-354 ul, #ubermenu-main-2 #menu-item-125 ul {
	left:50%!important;
	transform:translatex(-50%);
	z-index: 9999;
}
nav#ubermenu-main-2 .ubermenu-submenu-id-89 {
	border-top: none;
}
nav#ubermenu-main-2 li#menu-item-354 .ubermenu-column ul.ubermenu-submenu li:first-child span {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 10px;
}
nav#ubermenu-main-2 ul.ubermenu-submenu-id-350 .ubermneu-divider {
	visibility: hidden;
}

/* Archive Page Styles */

main#main {
	max-width:90%;
	margin:0 auto;
	padding: 65px 0;
	display: grid;
    grid-template-columns: .4fr 1fr;
}
.page-header {
    text-align: center;
    margin-bottom: 2em;
	flex: 1 1 100%;
	grid-column: 1 / 3;
}

.page-title {
    font-size: 3em;
    margin-bottom: 0.5em;
}

/* Article Styles */

.posts {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	width: 100%;
	padding: 1em;
}

.posts article {
	position: relative;
	padding: 2em;
	background-repeat: no-repeat;
	background-position: center;
  	background-size: cover;
}

.posts article:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 10px #000000;
}

.posts article .overlay {
	position: absolute;
	left:0;
	top:0;
	background: rgba(0,0,0,0.5);
	width:100%;
	height:100%;
}

.entry-title {
    font-size: 2rem;
    margin-bottom: 0.5em;
}

h2.entry-title a {
	color: white;
	text-shadow: 0 0 10px #000000;
}

.entry-content {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 1em;
	
}

.posts article .entry-content {
	color: white!important
}

.entry-footer {
    font-size: 1.2em;
}

.entry-tags {
    list-style: none;
    margin: 0;
    padding: 0;
}

.entry-tags li {
    display: inline-block;
    margin-right: 0.5em;
}

article.hentry {
	margin-top: 0;
}

.x-sidebar.right {
	float: none;
	width:100%;
	padding: 1em;
}

#glt-translate-trigger {
	display: none;
}

input.x-search-input {
	color:white!important;
}

#google_language_translator {
	display: flex;
}

.post-template-default .x-the-content.entry-content {
	color: #333333;
}

@media screen and (max-width: 768px) {
	.tg-search-holder {
		width: 100%;
	}
	.tg-search-inner {
		width: 100%;
    	display: grid!important;
    	grid-template-columns: 30px auto 30px;
	}
	input.tg-search {
		max-width: none;
	}
	.tg-filters-holder {
		
	}
}