/* Enter Your Custom CSS Here */


.headerright {
    width: 60%;
}

body {
 margin: 0 auto;
}

section#home_slider {
    display: none;
}

#wrapfirst, #wrapsecond {

    display: none; 
}

.page_content {
    padding: 50px 0;
}

#sidebar {
    display: none;
}

.site-main {
    width: 100%;
}

.entry-title {
	display: none;
}

th {
    text-align: left;
}

h2 {
	font-weight: bold;
}

select {
  border: 1px solid #bbb;
  padding:.75em 1em .5em 1em;
  box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
  background-color:white;
  background-image:url(select-arrow.png);
  background-position: right;
  background-repeat: no-repeat;
}

select:hover {
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}


.tablepress thead th {
	background-color: white;
	font: bold 15px arial, sans-serif;
}

@media screen and (max-width: 767px) {
select#lang_choice_1 {
    margin-left: 15%;
    width: 70%;
    margin-bottom: 15px;
}


}

.dataTables_filter {
    display: none;
}


.headersidebar.widget_polylang {
    margin-left: 30px;
}


ol li  {
 list-style-position:inside
}



.rtbs .rtbs_menu li {
  	font-weight: bold;
    font-size: medium;
}