/*
| ====================================================================
| = SIDEBAR - Widget Style| ====================================================================
*/

/*  Widget Title
================================================== */

/* Title  */
.tit-widget {
	overflow: hidden;
	text-align: left;
	margin-bottom: 20px;
	position: relative;
	}

.sas-widget .tit-widget span {
	position: relative;
	}

.sas-widget .tit-widget span:before,
.sas-widget .tit-widget span:after {
	content: "";
	position: absolute;
	width: 600px;
	height: 1px;
	top: 49%;
	}

.sas-widget .tit-widget span:after {
	left: 100%;
	margin-left: 15px;
	}

.sas-widget .tit-widget span:after {
    border-bottom-color: #333;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}


/*  Widget Base Style
================================================== */

.sas-widget {
	border: solid 1px #DCDAD5;
	margin-bottom: 20px;
	padding: 25px 25px;
	background-color: transparent;
}
.sas-widget li {
	line-height: 1.8em	
}
.sas-widget ul,
ul.product-categories,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.widget select {
    max-width: 100%;
    text-overflow: ellipsis
}
.widget_archive li {
    color: #7d7d7d
}

.widget_search .search-submit {
    display: none
}
.widget_nav_menu .sub-menu,
.widget_pages .children {
    padding-top: 0;
    padding-bottom: .5em
}
.widget_nav_menu a,
.widget_pages a {
    display: block;
    padding: .6em 0
}

.widget_nav_menu a,
.widget_nav_menu a:focus,
.widget_nav_menu a:hover,
.widget_pages a,
.widget_pages a:focus,
.widget_pages a:hover {
    text-decoration: none;
    border-bottom: 1px dashed gray
}
.widget_nav_menu li,
.widget_pages li,
.widget_categories li {
    padding: 0
}
.widget_nav_menu li ul,
.widget_pages li ul,
.widget_categories li ul {
    margin-left: 1em
}
.widget_meta li {
    padding: 0
}
.widget_recent_comments li {
    line-height: 1.3em;
    padding-bottom: .5em
}
.widget_recent_comments a:focus,
.widget_recent_comments a:hover {
    padding-left: 0
}
.widget_rss li {
    margin-bottom: 1em;
    line-height: 1.3em
}
.widget li a.rsswidget {
    padding-right: .5em;
    font-size: 1em;
    line-height: 1.4em
}
.rss-date,
.widget_rss cite {
    color: #333;
    font-size: .8em
}
.rssSummary {
    font-family: Crimson Text, serif;
    padding: .5em 0;
    font-size: .9em;
    line-height: 1.3em
}
.widget_search input[type=search] {
    box-sizing: border-box;
    width: 100%;
    padding: .5em 1em;
    border: 1px solid #c3c3c3;
    border-radius: 0
}
.widget_calendar {
    font-weight: 400
}
.widget_calendar caption {
    padding: .5em 0;
    font-size: 1em;
    font-weight: 500;
    text-align: left
}
.widget_calendar thead {
    background: transparent;
    color: #000
}
.widget_calendar thead th {
    border-bottom-width: 2px
}
.widget_calendar td {
    padding: .2em;
    font-size: .8em;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc
}
.widget_calendar th {
    border: none;
    text-align: center
}
.widget_calendar .pad {
    background: #eaeaea
}
.widget_calendar a {
    font-weight: 900;
    text-decoration: none
}
.textwidget {
   /* line-height: 1.3em */
}
.footer-widgets {
    margin: 2em 0 0;
    padding: 1em 0;
    background-color: #1a1a1a
}

/* end base widget */


/*  Widget Select Sidebar archive/cat/menu
================================================== */
.sas-widget select[name=archive-dropdown],
select[name=cat],
select[name=tag],
.textwidget form select {
	padding: 0px 0px 0px 10px;
	margin-bottom: 0px;
	cursor: pointer;
	background: #FBFBFB;
	border: 1px solid #DFDFDF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	color: #BCBCC4;
	font-size: 14px;
	resize: none;
	-webkit-transition: background 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
	-moz-transition: background 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
	-o-transition: background 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
	transition: background 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
	width: 100%;
	min-width: 232px;
	-webkit-appearance: none;
	height: 50px;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}
.sas-widget select[name=archive-dropdown]:focus,
select[name=cat]:focus,
select[name=tag]:focus {
	outline: none !important;
	border-color: #333;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
	border-width: 1px;
}


/*  Widget Select Sidebar search
================================================== */
.sas-widget .widget_search form {
	background: #FBFBFB;
	border: 1px solid #DFDFDF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	color: #BCBCC4;
	font-size: 14px;
	resize: none;
	-webkit-transition: background 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
	-moz-transition: background 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
	-o-transition: background 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
	transition: background 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	}
	
	@media (max-width: 600px) {
		.widget_search form {
			margin: 0px;
			width: auto;
		}
	}
	
.sas-widget .widget_search form input[type="search"] {
	cursor: pointer;
	outline: none;
	padding: 15px 0px 15px 10px;
	width: 100%;
	background: none;
	border: none;
	min-width: 232px;
	}

/*  Widget Calendar
================================================== */
#wp-calendar caption { 
	color: #666666; 
	font-size: 12px; 
	
	margin-top: 10px; 
	margin-bottom: 15px; 
	text-align: right; 
}
#wp-calendar thead th {
	color: #dadada;
	
	padding-bottom: 10px;
	text-align: center;
}
#wp-calendar thead {font-size: 10px;}
#wp-calendar {width: 100%;}
#wp-calendar tbody td {padding:8px;}


/*   Widget Tag Cloud
================================================== */
.sas-widget .tagcloud {
	line-height: 40px;
	width: 100%;
	padding: 0;
	list-style: none;
	height: auto;
	}
.sas-widget .tagcloud a {
	margin-right: 4px;
	padding: 6px 8px;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 13px!important;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
	}
.sas-widget .tagcloud a:hover {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
	}
.widget-video iframe {
	width: 100%;
	}

/* Style Footer  */
footer .sas-widget .tagcloud a {
	margin-right: 4px;
	padding: 6px 8px;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 13px!important;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
	}

/*  Widget ADV 
================================================== */
.ig_bg_images img {
	-webkit-transform: translateZ(0);
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
	}
.ig_bg_images img:hover {
	opacity:0.8;
	-webkit-transform: translateZ(0);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	}


/*  Widget ADV Full
================================================== */
.sas-widget .ig_full_banner {
  margin-top: -25px;
  margin-bottom: -25px;
  margin-left: -25px;
  margin-right: -25px;
}

/*  Recent Posts Widget
================================================== */
ul.ig_recent_posts {
	margin-bottom: 0px;
	}

ul.ig_recent_posts li:last-child {
	margin-bottom: 0px;
	}

ul.ig_recent_posts li  {
	list-style: none;
    clear: both;
    display: inline-block;
	}

.ig_recent_posts li figure {
	float: left;
	width: 80px;
	box-shadow: none !important;
	margin: 0px 0px 2px 0px;
	}
	.ig_recent_posts li figure a img {
	margin-bottom: 10px;
	width: 100%;
	height: auto;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transform: translateZ(0);
	}
	.ig_recent_posts li figure a img:hover {
	opacity: 0.8;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transform: translateZ(0);
	}
	
.ig_recent_posts li figure a:before {
	display: none;
	}

.ig_recent_post_details {
	margin-left: 100px;
	}

a.ig_recent_post_title {
	display: block;
	color: #333; /* Dynamic */
	}
	
.ig_recent_post_details a:before {
	display: none !important;
	}

.ig_recent_post_details span {
	color: #848484; /* Dynamic */
	}

/*  Big Recent Posts Widget
================================================== */
ul.ig_recent_big_posts {
	margin-bottom: 0px;
	}

ul.ig_recent_big_posts li:last-child .ig_recent_big_post_details{
	margin-bottom: 0px !important;
	}

ul.ig_recent_big_posts li  {
	list-style: none;
	display: inline;
	}

.ig_recent_big_posts li a img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	}

.ig_recent_big_posts li a:before {
	display: none !important;
	}

.ig_recent_big_post_details {
	width: 100%;
	margin-bottom: 20px;
	}
.ig_recent_big_post_details a {
	margin-bottom: 3px;
	display: block;
	}

.ig_recent_big_post_details a:before {
	display: none !important;
	}

.ig_recent_big_post_details span {
	font-size: 11px;
	color: #848484;
	}

/*  Vertical Widget About Me
================================================== */
.img-cover-aboutme {
	background: none no-repeat center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: 0;
	padding: 0;
	min-height: 420px;
	width: 100%;
	margin-bottom: 20px;
	}

.aboutme-overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	}

.cont-aboutme {
	text-align: left;
	color: #fff;
	padding: 50px;
	position: relative;
	z-index: 999999999999;
	}
	
.cont-aboutme h5.tit {
	text-align: left;
	color: #fff;
	 transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
	}
.cont-aboutme h5.tithover {
	transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     color: #fff;
     margin: 0px;
	}	
	
.cont-aboutme h5.tithover:hover {
	transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
	}
.cont-aboutme p.desc {
	text-align: left;
	color: #fff;
	margin-top: 140px;
	}

.cont-aboutme ul.meta-share  {
margin: 10px 0px 0px 0px;
padding: 0px;
	}

.cont-aboutme ul.meta-share li a {
	color: #fff;
	}
	
	
/*  Classic Widget About Me (2020)
================================================== */
.container-aboutme img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	}

.classic-aboutme {
	position: relative;
	margin-top: 30px;
	}

.classic-aboutme p.tit {
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1.5px;
	font-weight: normal;
		transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
	line-height: 18px;
    margin-bottom: 5px;
	}

.classic-aboutme p.tithover {
	transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
	}

.classic-aboutme p.tithover:hover {
	transition: all 0.3s ease 0s;
	 -webkit-transition: all 0.3s ease 0s;
	 -o-transition: all 0.3s ease 0s;
	 -moz-transition: all 0.3s ease 0s;
	}

.classic-aboutme p.desc {
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 25px;
	}

.classic-aboutme ul.meta-share  {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	line-height: 15px;
	font-weight: normal;
	font-size: 11px;
	}

/*  Widget Social
================================================== */

.box_widget_social a i	 {
	padding: 0px 10px 0px 10px;
	font-size: 15px;
	display: inline;
}


/*  Instagram  Widget
================================================== */

#instagram-footer {
	text-align:center;
	overflow:hidden;
	width: 100%;
	margin-top: 40px;
	display: inline-block;
	margin-bottom: -10px;
}
	@media (max-width: 600px) {
		#instagram-footer {
				margin-top: 10px;
		}
	}
.instagram-title {
	margin-bottom: 60px;
}
#instagram-footer .instagram-pics li {
	width:16.66666666666667%;
	float:left;
	list-style: none;
}
@media (max-width: 700px) {
	#instagram-footer .instagram-pics li {
		width: 33.3%;
		float:left;
	}
}
#instagram-footer .instagram-pics li img {
	max-width:100%;
	-webkit-transform: translateZ(0);
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
}
#instagram-footer .instagram-pics li img:hover {
	opacity:0.8;
	-webkit-transform: translateZ(0);
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
}
#instagram-footer p.clear {
	position: absolute;
    display: inherit;
    text-align: center;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: -60px;
}

/*** Instagram widget ***/
	.sas-widget .instagram-pics li {
		width: 29.3%;
		display: inline-block;
		border-bottom: none;
		padding: 0;
		margin: 2%;
		float: left;
	}
	.sas-widget .instagram-pics li a {
		line-height: 0px !important;
	}

	.sas-widget .instagram-pics li img {
		max-width:100%;
		transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
	}
	.sas-widget .instagram-pics li img:hover {
		opacity:0.8;
		transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
	}
.sas-widget .instagram-pics li a:before {
	content: "";
	}
	
	
	
/*  Instagram Feed Widget 2019 - https://wordpress.org/plugins/instagram-feed/
	[instagram-feed num=6 cols=6 imagepadding=0 showbutton=false showfollow=false]
================================================== */
	
.ig_feed_title {
	margin-bottom: 35px;
}
	
.sb_instagram_header {
	text-align: center;
}
#sb_instagram .sbi_type_carousel .fa-clone {
	font-size: 18px;
}

/* center header */	
#sb_instagram .sb_instagram_header {
    float: none !important;
}	
#sb_instagram .sb_instagram_header a {
    display: flex;
    float: none !important;
    flex-direction: row-reverse;
    justify-content: center;
}
#sb_instagram .sbi_header_text {
    float: none !important;
    width: auto;
}
#sb_instagram .sbi_header_img {
    margin: 0 !important;
    float: none !important;
}	
#sb_instagram .sbi_header_text .sbi_bio, #sb_instagram .sbi_header_text h3 {
    margin: 0px!important;
}

/* Hover header */
#sb_instagram .sbi_header_img_hover i {
	display: none;
}
#sb_instagram .sbi_header_img_hover {
	background: transparent !important;
}
/* Responsive column */
@media (max-width: 480px) {
	#sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
	    width: 50% !important;
	}
}	


/*  Class for widget elementor
================================================== */

.elementor-widget-container .sas-widget {
	background:transparent;
	border: none;
	margin-bottom: 0;
	padding: 0; 
}