/**
  Generic Widget
  **/
.widget {
	margin-bottom: 20px;
}

#content-top .widget,
#content-bottom .widget {
	margin-bottom: 40px;
}

.widgettitle {
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
}

.widgettitle:after {
	clear: both;
	content: '';
	display: block;
}


.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget ul.page-numbers li:before,
.widget ul.unstyled li:before {
	display: none;
}

.widget ul li {
  padding: 2px 5px 4px 18px;
  position: relative;
  line-height: 150%;
}

.widget ul li:last-child {
	padding-bottom: 0;
}

.widget ul.page-numbers li {
	padding: 0;
}

.widget ul li:before {
  content: "\f054";
  font-size: 10px;
  position: absolute;
  font-family: fontawesome;
  top: 3px;
  left: 3px;
}

/** CALENDAR **/
.widget_calendar table {
	text-align: center;
}

.widget_calendar caption {
	padding: 0 0 10px;
	margin-bottom: 5px;
	font-size: 14px;
  text-align: right;
  font-size: 12px;
}

.widget_calendar th {
	text-align: center;
	padding: 10px 0;
}

.widget_calendar tbody {
	margin-bottom: 15px;
}

.widget_calendar tbody td {
  text-align: center;
  height: 40px;
}

.widget_calendar tbody td a {
  display: block;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  width: 100%;
}

.widget_calendar tbody td a:hover {
  cursor: pointer;
}

.widget_calendar tfoot td {
	padding-top: 15px;
}

.widget_calendar tfoot tr td {
	padding-top: 10px;
}

.widget_calendar tfoot #prev {
	text-align: left;
}

.widget_calendar tfoot #next {
  text-align: right;
}

.widget_calendar tfoot #prev a,
.widget_calendar tfoot #next a {
  font-size: 11px;
  text-transform: uppercase;  
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 15px;
  text-align: center;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
}

.widget_calendar tbody .pad:hover,
.widget_calendar tbody .pad {
  background: none !important;
}


/** RSS **/
.widget_rss > ul li .rsswidget {
	display: block;
	font-weight: 600;
	line-height: 16px;
}

.widget_rss .rss-date {
	font-style: italic;
	font-size: 12px;
	margin-bottom: 8px;
	display: block;
}

.widget_rss .rssSummary {
	margin-bottom: 12px;
}

.widget_rss cite {
	text-align: right;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}


/** Contact Box **/
.widget_widgets_contact dl {
	margin-bottom: 0;
}

.widget_widgets_contact dt {
  width: 35%;
  text-align: left;
  margin-top: 2px;
}
.widget_widgets_contact dd {
  margin-left: 36%;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .widget_widgets_contact .dl-horizontal dt {
    width: 100%;
    min-height: auto;
    margin-bottom: 15px;
  }
  .widget_widgets_contact .dl-horizontal dd {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
  }
}


/** WPML Language Widget **/
#topbar-language #lang_sel {
  margin-left: 15px;
}
#lang_sel {
	z-index: 9999;
}

#lang_sel img.iclflag {
  top: -1px;
}

#lang_sel ul ul {
  top: 35px;
}

.icl_lang_sel_translated {
	font-size: 10px;
	margin-top: 5px;
}


/**
  Widget services
  **/
.widget_widgets_services > ul > li {
	padding: 0 15px 30px !important;
}

.widget_widgets_services .service-box {
  margin-left: 100px
}

/**
  Widget Tag Cloud
  **/
.widget_tag_cloud .tagcloud a {
	padding: 8px 15px;
	font-size: 13px !important;
	margin: 0 15px 10px 0;
	display: inline-block;
	position: relative;
	border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.widget_tag_cloud .tagcloud a:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: -12px;
	border-width: 6px;
	margin-top: -5px;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: inherit;
	border-style: solid;
}


/**
  Recent Portfolio
  **/
.widget_widgets_portfolio_recent li {
	margin-right: 10px;
  margin-bottom: 10px;

}

/**
  Team member
  **/
.widget_widgets_teams .post-grid {
	margin-top: 40px;
}


/** 
  Testimonial Widget
  **/
.widget_widgets_testimonial .testimonials {
	margin-top: 40px;
}


.widget_widgets_testimonial .items .wrapper {
	border-width: 2px;
	border-style: solid;
	border-color: inherit;
	padding: 30px;
	position: relative;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.widget_widgets_testimonial .items .quote {
	position: absolute;
	font-family: montserrat;
	top: -20px;
	right: 20px;
	font-size: 300px;
	line-height: 1;
	display: block;
	z-index: -1;
}

.widget_widgets_testimonial .post-round-thumbnail .post-pseudo-wrapper,
.widget_widgets_testimonial .post-round-thumbnail {
	width: 82px !important;
	height: 82px !important;
}

.widget_widgets_testimonial .post-round-thumbnail {
	padding: 0;
	margin: 0;
}

.widget_widgets_testimonial .testimonial-entry {
	margin-left: 110px;
}

.widget_widgets_testimonial .testimonial-entry .name {
	font-size: 18px;
	margin: 0;
}

.widget_widgets_testimonial .testimonial-items {
	margin-bottom: 30px; 
}

.widget_widgets_testimonial .testimonial-items .wrapper {
  white-space: normal;
}

