/*
 * Sidebar + Widgets Wrapper
*/
.widget-wrapper{float:left;margin:0 0 20px;width:100%;background-color:#fff}
.widget-head{width:100%;float:left;position:relative;}
.widget-head .w-heading {display:block;width:100%;text-indent:10px;font-weight:700;}
.widget-head .w-heading a,
.widget-head .w-heading span{max-width:90%}
.widget-head-style2 .w-heading span {color:#fff;z-index:5}
.widget-head-style1 {border-right:1px solid #e9edf0;border-left:1px solid #e9edf0;border-bottom:1px solid #e9edf0;}
.widget-body{width:100%;margin:0;padding:10px 10px 5px;list-style:none;overflow:hidden;
	border-right:1px solid #e9edf0;
	border-left:1px solid #e9edf0;
	border-bottom:1px solid #e9edf0;
}
.widget-body p{margin:0 0 10px;line-height:1.7}
.rtl .widget-wrapper,
.rtl .widget-head,
.rtl .widget-body,
.rtl .widget-content,
.rtl .widget-head .w-heading {float:right}
.widget-wrapper .wp-video {margin-bottom:2px!important}
.sidebar-small .fb_iframe_widget,
.sidebar-small .fb_iframe_widget span,
.sidebar-small .fb_iframe_widget span iframe,
.sidebar .fb_iframe_widget,
.sidebar .fb_iframe_widget span,
.sidebar .fb_iframe_widget span iframe[style]{width:100%!important}
.sidebar-ads {padding:10px;display:inline-block;margin:0 0 20px;width:100%}
.sidebar-ads img {display:block;margin:auto;text-align:center;}
.dark .widget-wrapper{background-color:#1d2327}
.dark .widget-body{background-color:#1d2327;border-color:#272F34}
.dark .widget-body p{color:#ddd}
.dark .widget-body li{border-color:#272F34}
.dark .widget-head-style1{border-color:#272F34}
.dark .widget-head .w-heading span,
.dark .widget-head .w-heading a{color:#fff !important}
@media only screen and (max-width:986px) and (min-width:768px){
	.sidebar {-webkit-columns:2;-moz-columns:2;columns:2;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px}
	.widget-wrapper{-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid-column;display:table;margin-left:0;margin-right:2%;width:100%!important;}
	.widget-wrapper:nth-child(even){margin-right:0}
	.widget-body{display:block;width:100%!important}
	.rtl .widget-wrapper{margin-left:2%;margin-right:0}
	.rtl .widget-wrapper:nth-child(even){margin-left:0}
}
@media only screen and (max-width:767px) and (min-width:560px){
	.sidebar{-webkit-columns:auto;-moz-columns:auto;columns:auto;-webkit-column-gap:normal;-moz-column-gap:normal;column-gap:normal;position:static;}
	.widget-wrapper{-webkit-column-break-inside:auto;page-break-inside:auto;break-inside:auto;display:block;margin-left:0;margin-right:0;width:100%!important}
	.widget-body{width:100%!important;display:block}
}
@media only screen and (max-width:559px){
	.widget-wrapper{display:block;margin-left:0;margin-right:0;width:100%!important}
	.widget-body{width:100%!important;display:block}
}
/*
 * Sticky Sidebar
*/
@media (min-width: 987px) {
	.stick-sidebar .custom-badge:last-child,
	.stick-sidebar .twitter-wrapper:last-child,
	.stick-sidebar .facebook-wrapper:last-child,
	.stick-sidebar .sidebar-ads:last-child,
	.stick-sidebar .widget-wrapper:last-child {position:-webkit-sticky !important;position:sticky !important;top:20px}
}
@media (max-width: 986px) {
	.sticky-content .sidebar,
	.sticky-content #content {min-height:initial!important;height:initial!important}
}
/*
 * Widgets Simple 1
*/
.widget-body .first{float:left;width:100%;border-bottom:1px solid #e9edf0;margin:0 0 5px;padding:0 0 5px}
.widget-body .first.last-child{border-bottom:none;margin:0}
.widget-body .first .thumbnail{float:left;width:40%}
.widget-body .first .thumbnail img{width:100%}
.widget-body .first h2{float:left;width:58%;margin-left:2%}
.rtl .widget-body .first,
.rtl .widget-body .first .thumbnail{float:right}
.rtl .widget-body .first h2{float:right;margin-left:0;margin-right:2%}
/*
 * Widgets Simple 2
*/
.widget-body .second,
.widget-body .second .thumbnail{float:left;width:100%}
.widget-body .second .thumbnail img{width:100%;display:block}
.widget-body .second h2,
.widget-body .second h2.ht2{float:left;width:98%}
.widget-body .second{border-bottom:1px solid #e9edf0;margin:0 0 5px}
.widget-body .second.last-child{border-bottom:none;}
.widget-body .second h2{margin:10px 1%}
.widget-body .second h2.ht2{display:table;margin:0 1% 5px;padding:5px 0 5px}
.widget-body .second h2.ht2 svg{fill:#e5e8e9;vertical-align: middle;display:table-cell;width:18px;height:18px;padding-right:5px}
.widget-body .second h2.ht2 a{vertical-align: middle;display:table-cell;}
.rtl .widget-body .second,
.rtl .widget-body .second .thumbnail,
.rtl .widget-body .second h2,
.rtl .widget-body .second h2.ht2{float:right}
.rtl .widget-body .second h2.ht2 svg{padding-left:5px;padding-right:0}
/*
 * Widgets Simple 3
*/
.widget-body .third{width:49%;margin:0 2% 10px 0;vertical-align:top;display:inline-block}
.widget-body .third.nth-last-of-type-2{padding-bottom:0;margin:0 2% 0 0}
.widget-body .third.nth-child-2{margin-right:0}
.widget-body .third .thumbnail{float:left;margin-bottom:5px;height:0;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}
.widget-body .third .thumbnail img{height:100%;left:0;position:absolute;top:0;width:100%}
.widget-body .third h2{float:left;width:100%;text-align:center}
.rtl .widget-body .third{margin:0 0 10px 2%}
.rtl .widget-body .third.nth-last-of-type-2{margin:0 0 10px 2%}
.rtl .widget-body .third.nth-child-2{margin-left:0}
.rtl .widget-body .third .thumbnail{float:right}
.rtl .widget-body .third h2{float:right}
/*
 * Widgets Simple 4
*/
.widget-body .fourth{width:100%;border-bottom:1px solid #e9edf0;margin:0 0 5px;padding:0 0 5px;display:table;}
.widget-body .fourth.last-child{border-bottom:none;margin:0;padding:0}
.widget-body .fourth .thumbnail{display:table-cell;vertical-align:top;width:90px}
.widget-body .fourth .thumbnail img{width:80px;height:80px;border-radius:50px;}
.widget-body .fourth .info{display:table-cell;vertical-align:top}
.widget-body .fourth h2,
.widget-body .fourth .author{width:100%;display:inline-block}
.widget-body .fourth .author{margin-bottom:5px}
/*
 * Widgets Simple 5
*/
.widget-body .fifth{position:relative;margin:0 0 5px}
.widget-body .fifth,
.widget-body .fifth .thumbnail img{width:100%}
.widget-body .fifth .time {display:inline-block;line-height:1.3;margin:0 0 3px;font-size:13px;font-family:sans-serif;font-weight:400;}
.widget-body .fifth h2{width:100%;bottom:0;position:absolute;padding:2% 4%}
.widget-body .fifth h2 a{color:#fff}
.widget-body .fifth h2 a:hover{color:#fff!important}
/*
 * Widgets Simple 6
*/
.widget-body .sixth{display:table;float:left;width:100%;border-bottom:1px solid #e9edf0;margin:0 0 5px;padding:0 0 5px}
.widget-body .sixth.last-child{border-bottom:none;padding:0}
.widget-body .sixth .num{display:table-cell;vertical-align:middle;min-width:40px;color:#ddd;font-size:45px;font-family:sans-serif;line-height:45px}
.widget-body .sixth h2{width:inherit;margin-left:2%;display:table-cell!important;vertical-align:middle;padding:5px 0}
.rtl .widget-body .sixth{float:right}
.rtl .widget-body .sixth h2{margin-left:0;margin-right:2%}
/*
 * Widgets jQuery Gallery 1
*/
.widget-body .gallery{overflow:hidden;position:relative}
.widget-body .gallery a{width:100%;display:block;}
.widget-body .gallery,
.widget-body .gallery a,
.widget-body .gallery img{width:100%;float:left;display:block;height:100%;color:#fff;}
.widget-body .gallery-overlay{bottom:0;color:#fff;padding:2%;position:absolute;width:100%;z-index:600}
.widget-body .gallery-pager{float:left;padding:12px 0}
.widget-body .gallery-pager span{background-color:#eee;border:1px solid #aaa;border-radius:10px;float:left;height:20px;margin-right:8px;padding:8px;width:20px}
.widget-body .gallery-pager a.cycle-pager-active span{background-color:#ccc}
.widget-body .gallery-next,
.widget-body .gallery-prev{height:38px;top:1px;position:absolute}
.widget-body .gallery-next{right:0}
.widget-body .gallery-prev{right:40px}
.widget-body .gallery-next svg,
.widget-body .gallery-prev svg{width:40px;height:40px}
.widget-body .gallery-next svg{fill:#aaa!important;right:0}
.widget-body .gallery-next svg:hover{fill:#000!important}
.widget-body .gallery-prev svg{fill:#aaa!important;right:20px}
.widget-body .gallery-prev svg:hover{fill:#000!important}
.widget-body .gallery-control{float:left;height:38px;position:relative;width:100%}
.rtl .widget-body .gallery,
.rtl .widget-body .gallery a,
.rtl .widget-body .gallery img,
.rtl .widget-body .gallery-pager{float:right}
.rtl .widget-body .gallery-pager span{float:right;margin-left:8px;margin-right:0}
.rtl .widget-body .gallery-next{left:40px;right:auto}
.rtl .widget-body .gallery-prev{left:0;right:auto}
.rtl .widget-body .gallery-control{float:right}
.dark .widget-body .gallery-pager span{background-color:#384046;border:1px solid #384046}
.dark .widget-body .gallery-pager a.cycle-pager-active span{background-color:#272F34}
/*
 * Widgets jQuery Gallery 2
*/
.widget-body .gallery-2{float:left;margin-bottom:1%;overflow:hidden;position:relative}
.widget-body .gallery-2 a{color:#fff;width:100%;display:block;}
.widget-body .gallery-2-pager{margin:0}
.widget-body .gallery-2-overlay{bottom:0;color:#fff;padding:2%;position:absolute;width:100%;z-index:600}
.widget-body .gallery-2-pager{float:left}
.widget-body .gallery-2-pager span{width:32.667%;margin:0 1% 1% 0;cursor:pointer;vertical-align:top;display:inline-block}
.widget-body .gallery-2-pager span:nth-child(3n){margin:0 0 1%}
.widget-body .gallery-2-pager span.cycle-pager-active{opacity:.65}
.rtl .widget-body .gallery-2{float:right}
.rtl .widget-body .gallery-2-pager{float:right}
.rtl .widget-body .gallery-2-pager span{margin:0 0 1% 1%}
.rtl .widget-body .gallery-2-pager span:nth-child(3n){margin:0 0 1%}
.widget-body .gallery-2,
.widget-body .gallery-2 a,
.widget-body .gallery-2 img,
.widget-body .gallery-2-pager,
.widget-body .gallery-2-pager span img{width:100%;height:100%}
/*
 * Widgets jQuery Pictures
*/
.widget-wrapper .picture {padding-bottom:5px}
.widget-wrapper .picture .photo{position:relative}
.widget-wrapper .picture,
.widget-wrapper .picture .photo,
.widget-wrapper .picture .photo img{float:left;width:100%;display:block}
.widget-wrapper .picture h2{color:#fff;float:left;padding:10px 2%;width:100%}
.widget-wrapper .picture h2:hover{background-color:#111}
.widget-wrapper .picture .count{bottom:5px;color:#fff;left:5px;padding:3px 8px;position:absolute;border-radius:2px;border:1px solid #fff;background-color:rgba(0,0,0,0.3);}
.rtl .widget-wrapper .picture,
.rtl .widget-wrapper .picture h2,
.rtl .widget-wrapper .picture .photo,
.rtl .widget-wrapper .picture .photo img{float:right}
.rtl .widget-wrapper .picture .count{left:auto;right:5px}
/*
 * Widgets : jQuery ------> 24 Hours
*/
.scroller{overflow:hidden;width:100%}
.widget-body .rhours{border-bottom:1px solid #e9edf0;display:table;margin:0 0 5px 4%;padding:5px 0;width:96%}
.widget-body .rhours a{color:#222;display:table}
.widget-body .rhours.last-child{border-bottom:none!important}
.widget-body .rhours h2{display:table-cell;height:20px;padding:5px;line-height:0}
.widget-body .rhours h2:hover{color:#47c}
.widget-body .rhours .time{border:1px solid #eee;color:#222;display:table-cell;height:20px;padding:2px 4px;vertical-align:top;white-space:nowrap}
.widget-body .rhours .time i{font-style:normal}
.textBox{overflow:hidden;position:relative;vertical-align:middle}
.textBox span{position:absolute;white-space:nowrap;transform:translateX(0);transition:1s;transition-timing-function:ease-in}
.textBox:hover span{transform:translateX(calc(200px - 100%));transition:4s;transition-timing-function:ease-out}
.miniscroll-thumb{cursor:pointer}
.miniscroll-container{left:8px!important}
.rtl .widget-body .rhours{margin:0 4% 5px 0}
.rtl .widget-body .textBox{vertical-align:middle}
.rtl .miniscroll-container{left:auto!important;right:8px!important}
.rtl .textBox:hover span{transform:translateX(calc(100% - 200px))}
.w1170 .scroller{height:340px}
.w1170 .widget-body .textBox{width:304px}
.w986 .scroller{height:300px}
.w986 .widget-body .textBox{width:250px}
.scroller-native {direction:rtl;overflow-x:hidden;overflow-y:scroll}
.scroller-native .rhours {direction:ltr}
.rtl .scroller-native {direction:ltr;overflow-x:hidden;overflow-y:scroll}
.rtl .scroller-native .rhours {direction:rtl}
.scroller-native::-webkit-scrollbar {-webkit-appearance:none;width:5px}
.scroller-native::-webkit-scrollbar-thumb {border-radius: 4px;background-color:rgba(0,0,0,.5);-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);}
.dark .widget-body .rhours{border-color:#272F34}
.dark .widget-body .rhours a{color:#ddd}
.dark .widget-body .rhours h2{}
.dark .widget-body .rhours h2:hover{color:#47c}
.dark .widget-body .rhours .time{border-color:#272F34;color:#999}
@media only screen and (max-width:1219px){
	.widget-body .textBox{width:245px!important}
}
@media only screen and (max-width:986px) and (min-width:768px){
	.widget-body .textBox{width:250px!important}
}
@media only screen and (max-width:767px) and (min-width:560px){
	.widget-body .textBox{width:320px!important}
}
@media only screen and (max-width:559px){
	.widget-body .textBox{width:95%!important}
}
/*
 * Widgets jQuery Most Viewed & Popular
*/
.widget-wrapper ul.tab_nav{float:left;list-style:none;margin:0;position:relative;width:100%}
.widget-wrapper ul.tab_nav li{float:left;margin:0 10px 0 0}
.widget-wrapper ul.tab_nav li a{float:left}
.widget-wrapper .tabs .tab_content{display:none}
.widget-wrapper .tabs{float:left;width:100%;min-height:300px}
.rtl .widget-wrapper .tabs,
.rtl .widget-wrapper ul.tab_nav{float:right}
.rtl .widget-wrapper ul.tab_nav li{float:right;margin:0 0 0 10px}
.rtl .widget-wrapper ul.tab_nav li a{float:right}
.tab-head{color:#fff;float:left;text-indent:10px;width:100%}
.rtl .tab-head{float:right}
.tabs .cat_nav {border-right:1px solid #e9edf0;border-left:1px solid #e9edf0;border-bottom:1px solid #e9edf0;padding:5px 10px 0;}
.tabs .cat_nav  li a.current_tab{margin:0 0 -2px;background-color:#fff;padding:0 10px;border:1px solid #e9edf0;border-bottom:none;}
.dark .tabs .cat_nav{border-color:#272F34;}
.dark .tabs .cat_nav  li a.current_tab{background-color:#1d2327;border-color:#272F34}
.tab_nav.tab-nav-1 {border-bottom:none!important;padding:8px 8px 0}
.tab_nav.tab-nav-1 li{border-bottom:none!important;margin:0 5px 0 0!important}
.tab_nav.tab-nav-1 li a.current_tab{background-color:#fff;padding:0 10px;border-bottom:none!important}
.tab_nav.tab-nav-1 li a{background-color:rgba(255, 255, 255, 0.15);color:#fff;padding:0 10px}
.rtl .tab_nav.tab-nav-1  li{margin:0 0 0 5px!important}
.tab-style-1.add-tabs-shadow .tab-content-1{background-color:#fff;padding:10px 10px 5px}
.widget-body .tab-posts{list-style:none;margin:0;padding:0;width:100%}
.widget-body .tab-post{border-bottom:1px solid #e9edf0;padding:0 0 5px;width:100%;display:inline-block}
.widget-body .tab-post.last-child{border-bottom:none;margin-bottom:0;padding-bottom:0!important}
.widget-body .tab-post .thumbnail{float:left;position:relative;margin:0 2% 0 0;width:40%}
.widget-body .tab-post .thumbnail img{width:100%}
.widget-body .tab-post .thumbnail span{background-color: rgba(0, 0, 0, 0.3);color:#fff;font-family:sans-serif;font-weight:700;border:1px solid #fff;padding:2px 10px 3px;position:absolute;bottom:5px;left:5px}
.widget-body .tab-post .title{float:left;width:58%}
.rtl .widget-body .tab-post.last-child{border-bottom:none;margin-bottom:0;padding-bottom:0!important}
.rtl .widget-body .tab-post .thumbnail{float:right;margin:0 0 0 2%}
.rtl .widget-body .tab-post .thumbnail span{right:5px;left:auto}
.rtl .widget-body .tab-post .title{float:right}
.dark  .tab-style-1.add-tabs-shadow .tab-content-1{background-color:#1d2327}
.dark .tab_nav.tab-nav-1 li a.current_tab{background-color:#1d2327;color:#fff!important;}
.dark .tab_nav.tab-nav-1 li a{background-color:rgba(0, 0, 0, 0.15);}
/*
 * Widgets : Addon ------> Facebook Like Box
*/
.fb-like-box,
.fb-like-box span,
.fb-like-box span iframe[style]{width:100%!important}
.facebook-wrapper{float:left;margin:0 0 15px;width:100%}
.rtl .facebook-wrapper{float:right}
@media only screen and (max-width:986px) and (min-width:768px){
	.facebook-wrapper{-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid-column;display:table;margin-left:0;margin-right:2%;width:100%!important;}
	.rtl .facebook-wrapper{margin-left:2%;margin-right:0}
}
@media only screen and (max-width:767px) and (min-width:560px){
	.facebook-wrapper{-webkit-column-break-inside:auto;page-break-inside:auto;break-inside:auto;display:block;margin-left:0;margin-right:0;width:100%!important}
}
/*
 * Widgets : Addon ------> Twitter Timeline
*/
.twitter-wrapper{border:1px solid rgba(15,70,100,0.12);float:left;margin:0 0 10px;width:100%}
.rtl .twitter-wrapper{float:right}
@media only screen and (max-width:986px) and (min-width:768px){
	.twitter-wrapper{-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid-column;display:table;margin-left:0;margin-right:2%;width:100%!important}
	.rtl .twitter-wrapper{margin-left:2%;margin-right:0}
}
@media only screen and (max-width:767px) and (min-width:560px){
	.twitter-wrapper{-webkit-column-break-inside:auto;page-break-inside:auto;break-inside:auto;display:block;margin-left:0;margin-right:0;width:100%!important}
}
/*
 * Widgets : Addon
 *
 * ------>  Facebook Badge
 * ------>  Twitter Badge
 * ------>  Youtube Badge
 * ------>  Pinterest Badge
*/
.custom-badge{background-color:#fff;float:left;margin-bottom:20px;width:100%}
.custom-badge .icon-b{float:right;position:relative;z-index:999}
.custom-badge .icon-b .facebook,
.custom-badge .icon-b .twitter,
.custom-badge .icon-b .youtube,
.custom-badge .icon-b .telegram,
.custom-badge .icon-b .pinterest{height:80px;line-height:80px;text-align:center;vertical-align:middle}
.custom-badge .icon-b svg{fill:#fff;height:40px;vertical-align:middle}
.custom-badge .icon-b .svg-badge {display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:40px 40px;width:40px;height:40px}
.custom-badge .icon-b .facebook{background-color:#4267b2;border-left:5px solid #2f4676}
.custom-badge .icon-b .twitter{background-color:#000;border-left:5px solid #111}
.custom-badge .icon-b .youtube{background-color:#cf2200;border-left:5px solid #ad1d01}
.custom-badge .icon-b .pinterest{background-color:#ca2127;border-left:5px solid #aa1d22}
.custom-badge .icon-b .telegram{background-color:#0088cc;border-left:5px solid #007CBA}
.custom-badge .content{border-bottom:1px solid #e9e9e9;border-left:1px solid #e9e9e9;border-top:1px solid #e9e9e9;float:left;height:80px;position:relative;z-index:1}
.custom-badge .content .button{padding:6px 10px}
.custom-badge .content .title{border-bottom:1px solid #eef1f5;margin:10px 10px 5px;padding:0 0 5px}
.custom-badge .content .facebook{color:#4267b2}
.custom-badge .content .twitter{color:#000}
.custom-badge .content .youtube{color:#cf2200}
.custom-badge .content .pinterest{color:#ca2127}
.custom-badge .content .telegram{color:#007AB8}
.w1170 .custom-badge .icon-b{width:25%}
.w1170 .custom-badge .icon-b .facebook,
.w1170 .custom-badge .icon-b .twitter,
.w1170 .custom-badge .icon-b .youtube,
.w1170 .custom-badge .icon-b .telegram,
.w1170 .custom-badge .icon-b .pinterest{width:100%}
.w1170 .custom-badge .content{width:75%}
.w986 .custom-badge .icon-b{width:25%}
.w986 .custom-badge .icon-b .facebook,
.w986 .custom-badge .icon-b .twitter,
.w986 .custom-badge .icon-b .youtube,
.w986 .custom-badge .icon-b .telegram,
.w986 .custom-badge .icon-b .pinterest{width:100%}
.w986 .custom-badge .content{width:75%}
.rtl .custom-badge{float:right}
.rtl .custom-badge .icon-b{float:left}
.rtl .custom-badge .icon-b .facebook{border-left:none;border-right:5px solid #2f4676}
.rtl .custom-badge .icon-b .twitter{border-left:none;border-right:5px solid #111}
.rtl .custom-badge .icon-b .youtube{border-left:none;border-right:5px solid #ad1d01}
.rtl .custom-badge .icon-b .pinterest{border-left:none;border-right:5px solid #aa1d22}
.rtl .custom-badge .icon-b .telegram{border-left:none;border-right:5px solid #007CBA}
.rtl .custom-badge .content{border-left:none;border-right:1px solid #e9e9e9;float:right}
@media only screen and (max-width:1219px){
	.custom-badge .icon-b{width:30%!important}
	.custom-badge .icon-b .facebook,
	.custom-badge .icon-b .twitter,
	.custom-badge .icon-b .youtube,
	.custom-badge .icon-b .pinterest{width:100%!important}
	.custom-badge .content{width:70%!important}
}
@media only screen and (max-width:986px) and (min-width:768px){
	.custom-badge{-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid-column;display:table;margin-left:0;margin-right:2%;width:100%!important;}
	.rtl .custom-badge{margin-left:2%;margin-right:0}
}
@media only screen and (max-width:767px) and (min-width:560px){
	.custom-badge{-webkit-column-break-inside:auto;page-break-inside:auto;break-inside:auto;display:block;margin-left:0;margin-right:0;width:100%!important}
}
.dark .custom-badge{background-color:#1d2327}
.dark .custom-badge .content{border-color:#272F34}
.dark .custom-badge .content .title {border-color:#272F34;color:#fff}
/*
 * Widgets : Addon ------>  Subscribe Mail
*/
.widget-body .subscribe{display:inline-block;float:left;margin:0 0 10px;}
.widget-body .subscribe .button{max-height:32px;color:#fff;border-radius:3px;vertical-align:top}
.widget-body .subscribe .text{min-height:32px;max-height:32px;border:1px solid #e9edf0;margin-right:5px;border-radius:3px;display:inline-block;line-height:2.4;padding:0 8px;min-height:32px;}
.w1170 .widget-body .subscribe .text{width:180px}
.w986 .widget-body .subscribe .text{width:180px}
.rtl .widget-body .subscribe{float:right}
.rtl .widget-body .subscribe .text{margin-right:0;margin-left:5px}
.dark .widget-body .subscribe .text{border-color:#272F34;background-color:#272F34;color:#fff;}
/*
 * Widgets : Addon ------> Prayer Times
*/
.prayers{float:left;width:100%}
.prayers .single{background-color:#f5f8f9;float:left;margin:0 5px 10px 0;text-align:center}
.prayers .single:nth-of-type(3){margin:0 0 10px}
.prayers .single:nth-of-type(6){margin:0 0 10px}
.prayers .single .name{padding:5px 0}
.prayers .single .time{color:#fff;padding:5px 0}
.prayers p{cursor:pointer;float:left;text-align:center;width:100%}
.prayer-loader{float:left;position:relative;text-align:center}
.times{margin:0 auto}
.times{width:93%}
.prayers .single{width:32%}
.rtl .prayers,
.rtl .prayers p,
.rtl .prayer-loader{float:right}
.rtl .prayers .single{float:right;margin:0 0 10px 5px}
.rtl .prayers .single:nth-of-type(3){margin:0 0 10px}
.rtl .prayers .single:nth-of-type(6){margin:0 0 10px}
.prayer-loader{margin:0;height:0;overflow:hidden;padding-bottom:36.25%;position:relative;width:100%}
.prayer-loader span{left:45%;position:absolute;top:30%;background-color:#333;-moz-border-radius:100%;-webkit-animation:sk-scaleout 1s infinite ease-in-out;-webkit-border-radius:100%;animation:sk-scaleout 1s infinite ease-in-out;border-radius:100%;height:50px;width:50px}
.dark .prayers .single {background-color:#272F34}
@media only screen and (max-width:559px){
	.times{width:98%!important}
	.prayers .single{width:32%!important}
	.prayer-loader{min-width:250px!important}
}









