/*
 Theme Name:   Total Child Theme
 Theme URI:    https://your-site.com/
 Description:  Your site description. Go to Appearance > Editor to modify this file.
 Author:       Your Name
 Author URI:   https://your-site.com/
 Template:     Total
 Version:      1.0.0
 Text Domain:  totalchildtheme
*/
body {
    color: #000;
}
 
div#headerMenu .current-menu-item a {
    text-decoration: underline;
}

div#headerMenu a:hover {
    text-decoration: underline;
}

ul.wp-block-list li {
    margin-bottom: 10px;
}

.headingWithLineOnRight {
    background: url(images/headline-bg.png) 0 50% repeat-x;
    display: block;
    margin: 30px 0 8px 0 !important;
}
.headingWithLineOnRight > font {
	background: #fff;
	display: inline;
    padding: 0 10px 0 0;
}

.sideNavigationList ul li a {
	color: #495D7E;
	padding-left: 15px;
position: relative;
	text-decoration: none;
	    display: inline-block;
    width: 100%;
	margin-bottom: 5px;
}
.sideNavigationList ul li a:before {
	position: absolute;
	content: '';
	background: #495D7E;
	width: 5px;
	height: 6px;
left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-mask-image: none !important;
    mask-image: none !important;
}

.sideNavigationList ul li a:hover {
    color: #82ABF0;
}

.SiteFooter a {
	text-decoration: none;
	color: #495D7E !important;
}

.SiteFooter a:hover {
    color: #82ABF0 !important;
}

.contactDetails .wpcf7-form p {
	margin-bottom: 0;
	padding-bottom: 0;
	display: block;
	width: 100%;
}

.contactDetails .wpcf7-form input[type="text"],
.contactDetails .wpcf7-form input[type="email"]{
	width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #eee inset;
    color: #999; 
}

.contactDetails .wpcf7-form .wpcf7-form-control-wrap {
    margin-bottom: 10px !important;
    display: block;
    width: 100%;
}
.contactDetails .wpcf7-form .wpcf7-list-item {
	margin: 0;
}

.contactDetails .wpcf7-form input[type="submit"]{
	background-color: #000;
    border: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    padding: 16px 24px;
    padding: 0.6rem 1.4rem;
    text-transform: uppercase;
    width: auto;
    float: right;
}
.contactDetails .wpcf7-form input[type="submit"]:hover {
    background-color: #72B626;
}
.contactDetails .wpcf7-form input[type="checkbox"]{
	height: 18px;
    font-size: 34px;
    width: 18px;
}
.listWithBlueBox ul li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px !important;
}
.listWithBlueBox ul li:before {
	position: absolute;
	content: '';
	background: #495D7E;
	width: 5px;
	height: 6px;
left: 0;
	top: 2px;
	bottom: 0;
	margin: auto;
}
.sideNavigationList .widgettitle,
.postLoop .wpex-post-cards-entry .wpex-card-meta,
.postLoop .wpex-post-cards-entry .wpex-card-more-link{
	display: none;
}
.sideNavigationList ul li.current-cat a {
    text-decoration: underline;
}
#headerMobileMenu {
	position: fixed !important;
    top: 0;
    z-index: 9999;
    background: #fff;
	left: 0 !important;
}
.fw550{
	font-weight: 550 !important;
}
.mobileHeading. {
	display: none;
}
.desktopVisible {
		display: block;
	}
	.mobileVisible {
		display: none;
	}
#headerMobileMenu button.vcex-off-canvas-menu__toggle {
    display: flex;
    flex-direction: row-reverse;
}
.picture img {
	opacity: 1;
	transition: all 0.4s 
ease-in-out 0s;
}
.picture img:hover {
    opacity: 0.8;
    transition: all 0.4s 
ease-in-out 0s;
}
.postLoop .wpex-post-cards-entry .wpex-card-title {
	font-size: 14px !important;
    font-size: 1.4rem;
    line-height: 1;
    border-bottom: 0px solid #f0f0f0;
    font-family: open sans !important;
    font-weight: 600 !important;
	color: #495D7E;
    line-height: 1.6;
	background: url(images/headline-bg.png) 0 50% repeat-x;
}
.postLoop .wpex-post-cards-entry .wpex-card-title a {
	background-color: white;
	padding: 0 0 10px 0; 
}
.languageContainerD {
    text-align: right;
}
.languageContainerM {
    text-align: center;
}
.languageContainerD .trp-shortcode-switcher,
.languageContainerM .trp-shortcode-switcher{
	padding: 0
}
.dFlex p{
	display: flex;
}
.justifyContentBetween p{
justify-content: space-between;	
}
.headingWithLineOnRight span {
    background: #fff; 
}
@media(max-width:991px){
	:root, .site-boxed.wpex-responsive #wrap {
    --wpex-container-max-width: 90% !important;
}
}
@media(max-width: 767px){
	.mobileHeading. {
	display: block;
}
	.mwAuto img{
		width: auto !important
	}
	.desktopVisible {
		display: none;
	}
	.mobileVisible {
		display: block;
	}
	.mobileTextCenter {
		text-align: center;
	}
	.mobilePaddingLeft0{
		padding-left: 0  !important
	}
	.mobilePaddingRight0{
		padding-right: 0  !important
	}
}
