/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Stan Diers
Author URI: https://www.standiers.com
Description: Child theme created by Stan Diers, for www.xixicity.org website.
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.3.0.1604299519
Updated: 2020-11-02 06:45:19

*/

/*GENERAL*/
/*Removing the blue frame around the hamburger menu on mobile*/
.elementor-menu-toggle {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
-webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
outline: none !important;
}

/*Changing the color of the menu lang switcher*/
.wpml-ls-native{color: #E1402A;}
.wpml-ls-native:hover{color:#007cba}/*
.sub-menu span.wpml-ls-native { color: inherit; }*/

/*DISCUSSION*/
/*adjusting the color of the board header color*/
.ctdb-board-header{
	background: #95C9CC;
}
/*adjusting the backgroud color of the meta wrap*/
.ctdb-board-meta-wrap{
	background: #fbfbfb;
}
/*removing the extra line from the meta wrap border*/
.ctdb-board-wrapper{
	border-bottom: 0px;
}
/*adjusting the date frame in the single discussion*/
.classic-topic-date{
	border: 1px solid #eaeaea;
}
/*changing the color of the discussion board titles*/
.ctdb-board-header h2.board-title{
	color:#fff!important;
}
/*removing the persistant Website field in the registration part of new comments*/
.comment-form-url {
	display:none;
}
/*hiding the classic comment time*/
.classic-topic-date .comment-metadata {
	display:none;
}

/*COMMENTS LAYOUT*/
/*adjusting the layout of comments replies*/
#comments .comment .comment-body, #comments .pingback .comment-body{
    padding: 30px 0 30px 120px;
}
.ctdb-comments-area .comment-author .avatar{
    border-radius:0%!important;
    margin-left: 10px;
}
.ctdb-author-data .ctdb-info-cell{
    padding: 2px;
}
