/*
 Theme Name:   Sahifa Child
 Theme URI:    http://themes.tielabs.com/sahifa/
 Description:  Sahifa Child Theme
 Author:       Uri Chachick
 Author URI:   http://www.urich.co.il
 Template:     sahifa
 Version:      5.6.3
 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:  tie-child
*/
.banner {
  margin-bottom: 1rem;
  text-align: center; }

.widget_text.bannerwidget .widget-container {
  padding: 0;
  text-align: center; }
  .widget_text.bannerwidget .widget-container .banner {
    margin: 0 auto; }
    .widget_text.bannerwidget .widget-container .banner.desktoponly {
      display: block !important; }
      @media screen and (max-width: 990px) {
        .widget_text.bannerwidget .widget-container .banner.desktoponly {
          display: none !important; } }
    .widget_text.bannerwidget .widget-container .banner.mobileonly {
      display: none !important; }
      @media screen and (max-width: 990px) {
        .widget_text.bannerwidget .widget-container .banner.mobileonly {
          display: block !important; } }
.widget_text.bannerwidget.desktoponly {
  display: block !important; }
  @media screen and (max-width: 990px) {
    .widget_text.bannerwidget.desktoponly {
      display: none !important; } }
.widget_text.bannerwidget.mobileonly {
  display: none !important; }
  @media screen and (max-width: 990px) {
    .widget_text.bannerwidget.mobileonly {
      display: block !important; } }

.entry .banner {
  margin: 0 auto 1rem; }

#main-content {
  position: relative; }
  #main-content .stickyside {
    position: absolute;
    top: 0;
    right: -165px;
    margin-top: 1rem; }
    @media screen and (max-width: 1350px) {
      #main-content .stickyside {
        display: none; } }

@media only screen and (max-width: 900px) {
  #wrapper #theme-header {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 0px; } }

.widget_post_views_counter_list_widget {
  position: relative; }
  .widget_post_views_counter_list_widget .post-thumbnail {
    opacity: 1 !important;
    width: 70px;
    height: auto; }
  .widget_post_views_counter_list_widget .post-title {
    font-size: 16px; }
  .widget_post_views_counter_list_widget span.count {
    display: block; }
  .widget_post_views_counter_list_widget ul li {
    position: relative; }
  .widget_post_views_counter_list_widget a.toplink {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block; }

@media only screen and (max-width: 500px) {
  #related_posts .related-item {
    width: 30.33333333% !important;
    margin: 0 2% 10px 0 !important;
    float: right !important;
    margin-right: 0 !important;
    margin-left: 2% !important;
    font-size: 0.6rem; } }

.page-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

a.more-link {
  font-family: Tahoma, arial,sans-serif;
  font-size: 12px; }

@media only screen and (max-width: 340px) {
  .post-inner {
    padding: 5px; } }

@media only screen and (max-width: 900px) {
  .header-content {
    padding: 20px 0 0; } }

@media only screen and (max-width: 990px) {
  #sidebar {
    min-width: 310px; } }

.fb_iframe_widget {
  width: 100% !important; }
  .fb_iframe_widget span {
    width: 100% !important; }
    .fb_iframe_widget span iframe {
      width: 100% !important; }

.textwidget p:first-child {
  margin: 0;
  padding: 0; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: Tahoma, arial,sans-serif; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: Tahoma, arial,sans-serif; }

:-ms-input-placeholder {
  /* IE 10+ */
  font-family: Tahoma, arial,sans-serif; }

:-moz-placeholder {
  /* Firefox 18- */
  font-family: Tahoma, arial,sans-serif; }

input {
  font-family: Tahoma, arial,sans-serif; }

#slide-out-open {
  display: none !important; }

.bottom_text_link {
  font-size: 1rem;
  display: inline-block;
  margin: 1rem auto;
  text-align: center;
  width: 100%; }
  .bottom_text_link a {
    text-decoration: underline; }

.totalpoll-poll-container share-button {
  padding-right: 2rem;
  padding-left: 0; }

.totalpoll-poll-container share-button::before {
  line-height: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  content: '' !important;
  height: 1rem;
  display: inline-block;
  width: 1rem;
  position: relative;
  margin-left: 0.5rem; }

.totalpoll-poll-container share-button .sb-social {
  position: relative !important; }

.totalpoll-choices.hide-results{
	padding:10px !important;
	text-align:center !important;
}

.totalpoll-choices.hide-results .alert{
	font-size:22px !important;
	font-weight:bold !important;
	color:#c70202 !important;
}

.totalpoll-choices.hide-results .text{
	font-size:18px !important;
	line-height:24px !important;
	margin-top:15px !important;
}

.totalpoll-choices.hide-results .link{
	margin-top:15px !important;
}

.totalpoll-choices.hide-results .link a{
	color:#37b8eb !important;
	outline: 0;
	font-size: 16px !important;
}

.totalpoll-choices.hide-results .link a:hover{
	color:#5ecffb !important;
	outline: 0 !important;
}

.totalpoll-choices.hide-results .link a:focus,.totalpoll-choices.hide-results .link a:active{
	outline: 0 !important;
}
/*# sourceMappingURL=style.css.map */
