/*
Theme Name: Sydney Child
Theme URI: none
description: >-
  Sydney Child Theme
Author: MR
Author URI: http://example.com
Template: sydney
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: sydney-child
*/

/*
* ALTALANOS
*/

.content-area ol li{
  margin-bottom: 10px !important;
}

/*
* *****************************************
*/

.widget-area .widget{
  margin-bottom: 30px !important;
}

.widget-area #lang_choice_polylang-2,
.mec-single-event #polylang-3,
.widget-area .search-form input{
  width: 100%;
}

.mec-single-event #polylang-3 ul {
  padding: 10px 0 !important;
}
.mec-single-event #polylang-3 {
  text-align: center;
}

#mainnav ul ul a,
#mainnav ul li ul { 
  width: 200px;
}
/*
#mainnav ul li.menu-item-has-children::after {
  color: #fff;
  content: ' ►';
}*/

#masthead{
  padding-top: unset !important;
}
#masthead .row .image-holder {
  background-color: white;
}
img.logo-image{
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.full-width {
  width: 100% !important;
}

.site-header.float-header {
  /*background-color: rgba(15,120,66,0.9) !important;*/
  background-color: rgba(38,50,70,0.9) !important;
}


/*
* LANGUAGE
*/
.widget_polylang ul li {
  display: inline-block;
  margin-right: 10px;
}

/*
* KEPTAR
*/
.keptar-list .keptar-title {
  font-size: 20px !important;
  
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wp-block-contact-form-7-contact-form-selector input,
.wp-block-contact-form-7-contact-form-selector label{
  width: 100% !important;
}

/*
* FOOTER
*/
.footer-lang {
  display: inline-block;
  float: right;
}
.footer-text {
  display: inline-block;
  float: left;
}
@media all and (max-width: 1000px) {
  .footer-lang,
  .footer-text {
    display: block;
    width: 100%;
    text-align: center;
  }  
}

.sydney_contact_info_widget .contact-address {
  display: flex !important;
  width: 230px!important;
}
/*
* front
*/
.front-title,
#mec_skin_909 {
  text-align: center;
}
.front-page-news {
  text-align: justify;
}

.front-page-news p {
  margin-bottom: 10px !important;
}

.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next, 
.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev {
  height: unset !important;
}

#polylang-5 {
  text-align: right;
}

.bga-container {
  background-color: #252525 !important;
  text-align: center !important;
}
.footer-widgets-grid {
  padding-bottom: unset !important;
}
.bga-container img {
  width: 100%; padding-bottom: 20px;
  max-width: 1150px;
}

/*
* MAIN MENU
*/
@media only screen and (max-width: 1024px) {
  .site-header {
    background-color: rgba(38,50,70,0.9) !important;  
  }
  #mainnav-mobi {
    background-color: #3b4658 !important;
  }
  #mainnav-mobi ul.sub-menu {
    background-color: rgba(38,50,70) !important;
  }
}
/*
* FONT
*/
body,
#content,
#mainnav ul li a,
.portfolio-info,
.roll-counter .name-count,
.roll-counter .numb-count,
.roll-button,
.roll-testimonials .name,
.roll-tabs .menu-tab li a,
.roll-team .team-item .team-pop .name,
.roll-team .team-contact .name,
.roll-testimonials .name,
button,
.llms-button-action,
.llms-student-dashboard .llms-button-secondary,
input[type="button"],
input[type="reset"],
input[type="submit"],
h1, h2, h3, h4, h5, h6, #mainnav ul li a, .portfolio-info, .roll-testimonials .name, 
.roll-team .team-content .name, .roll-team .team-item .team-pop .name, .roll-tabs .menu-tab li a, 
.roll-testimonials .name, .roll-project .project-filter li a, .roll-button, .roll-counter .name-count, 
.roll-counter .numb-count button, input[type="button"], input[type="reset"], input[type="submit"]
{
  font-family: sans-serif !important;
}

/*
* Taglista
*/
.tagLista {
  width: 33%;
  display: inline-block;
}
@media all and (min-width: 500px) and (max-width: 750px) {
  .tagLista {
    width: 50%;
  }  
}
@media all and (max-width: 500px) {
  .tagLista {
    width: 100%;
  }  
}
