@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');
body,
small,
#primary-menu ul ul li > a,
.wp-caption,
.feature-box.fbox-center.fbox-italic p,
.skills li .progress-percent .counter,
.nav-tree ul ul a { font-family: 'PT Sans', sans-serif ; }

h1,
h2,
h3,
h4,
h5,
h6,
#logo,
#primary-menu ul li > a,
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a,
#top-search form input,
.entry-link,
.entry.entry-date-section span,
.button.button-desc,
.counter,
label,
.nav-tree li a,
.wedding-head .first-name,
.wedding-head .last-name,
.cposts .entry-title, .text-overlay-title h2, .text-overlay-title h3, .text-overlay-title h4, .font-secondary, .cat-title h2,
.head-widget, .cat-title, .post-navigation
{ font-family: 'PT Sans', sans-serif; }

.entry-meta li,
.entry-link span,
.entry blockquote p,
.more-link,
.comment-content .comment-author span,
.button.button-desc span,
.testi-content p,
.team-title span,
.before-heading,
.wedding-head .first-name span,
.wedding-head .last-name span {
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
}

body, #wrapper {
  background: #EEE;
  font-family: 'Arial', 'Helvetica', sans-serif;
}
.cursor-pointer{
  cursor: pointer;
}
.row {
  margin-right: -5px;
  margin-left: -5px;
}
.row > .col,
.row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.surtalchilgaa img,
.surtalchilgaa iframe,
.surtalchilgaa video{
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
}
.text-overlay-title h2, 
.text-overlay-title h3, 
.text-overlay-title h4{
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.fancy-title {
  margin-bottom: 0;
}

.fancy-title h1, 
.fancy-title h2, 
.fancy-title h3, 
.fancy-title h4, 
.fancy-title h5, 
.fancy-title h6 {
  background: #EEE;
  color: #e00000;
}

.fancy-title.title-border::before {
  border-top: 1px solid #e00000;
} 

.owl-carousel .owl-item:last-child {
  margin-right: 0 !important;
}

#list-news {
  height: 1000px;
  overflow: auto;
}
#top-news .oc-item{
  margin-bottom: 10px;
}
#top-news .text-overlay-title h2{
  font-size: 16px !important;
}
.bld-carousel .entry-c {
  padding: 10px;
  background: #fff;
}
.bld-carousel .entry-title h4{
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 42px;
}
.bld-carousel .entry-c{
  border-bottom: 3px solid #fff;
}

.bld-carousel .oc-item:hover .entry-c{
  border-bottom: 3px solid #e00000;
}

#sidebar-tabs{
  border: 1px solid #ccc;
  background: #fff;
}
#sidebar-tabs .tab-nav > li{
  width: 50%;
}
#sidebar-tabs .tab-nav > li,
#sidebar-tabs .tab-nav > li > a{
  padding: 0;
  margin: 0;
  border: 0;
  background: #fff;
}
#sidebar-tabs ul.tab-nav:not(.tab-nav-lg){
  border: none !important;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAFklEQVQImWNgwAEe3HnwfwhJMDAwAAABvRk+h01ApwAAAABJRU5ErkJggg==) repeat !important;
}
#sidebar-tabs ul.tab-nav:not(.tab-nav-lg) li{
  height: auto;
  background: transparent;
  border-bottom: 1px solid #ccc;
}
#sidebar-tabs ul.tab-nav:not(.tab-nav-lg) li a{
  padding-left: 15px;
  text-align: left;
  height: 60px;
  line-height: 60px;
  background: transparent;
}
#sidebar-tabs ul.tab-nav:not(.tab-nav-lg) li a{
  margin: inherit;
  top: inherit;
  font-size: 18px;
}
#sidebar-tabs ul.tab-nav:not(.tab-nav-lg) li a::after{
  content: "";
  position: absolute;
  display: none;
  width: 100px;
  height: 3px;
  background: #f00;
  top: 0;
}
#sidebar-tabs ul.tab-nav:not(.tab-nav-lg) li:hover a{
  background: rgba(255,255,255,0.1) !important;
  color: #222;
}
#sidebar-tabs ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active{
  background: transparent;
}
#sidebar-tabs ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a{
  background: transparent;
  color: #333333;
  top: 0;
}
#sidebar-tabs ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a::after{
  display: block;
}

#sidebar-tabs .tab-container{
  padding: 0;
}

#sidebar-tabs .spost {
  margin: 0;
  padding: 10px;
}

@media (max-width: 1000px) {
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {
  .qr-code-view{
 	display:block !important;
    position: fixed;
    z-index: 999;
    bottom: 10px;
    left: 10px;
    width: 120px;
  }
  .qr-code-view .card-header,
  .qr-code-view .card-body{
 	padding: 5px;
    font-size: 10px;
    color: #222;
  }
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}