/* ----------- iPad mini ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 1) {
  div.feature-line {
    margin: 20px auto 60px;
  }
}

/* Portrait */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {
  div.section-wrap {
    /*width: 480px;*/
  }
  div.main-hero-banner-wrapper {
    max-height: 370px;
    overflow: hidden;
    width: 480px;
  }
  .main-hero-banner-wrapper .shs-wrapper div.super-hero-caption-wrapper {
    top: 67%;
    max-width: 90%;
    width: 100%;
  }

  .main-hero-banner-wrapper .super-hero-slider.shs-theme .super-hero-caption-wrapper .super-hero-caption h2 {
    font-family: Helvetica;
    font-weight: normal;
    font-size: 28px;
  }
}

/* Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {
    /*LOGO*/
    .header-wrap .header .column-1 .header-logo {
      min-width: 100px;
    }

    div.header-wrap div.header div.column-2 .navigation-button-wrapper ul.categories li {
      font-size: 73%;
    }

    .home .section-wrap,
    .search-results .section-wrap {
      width: 960px;
    }

    /*.home .vc_span9.right-side,
    .search-results .vc_span9.right-side {
      width: 70%;
    }

    .home .main-content .vc_span3.left-side,
    .search-results .main-content .vc_span3.left-side {
      width: 30%;
    }*/

    .home .header-wrap .header .column-1,
    .search-results .header-wrap .header .column-1 {
      width: 120px;
    }

    .home .header-wrap .header .column-1 .header-logo,
    .search-results .header-wrap .header .column-1 .header-logo {
      width: 135px;
    }

    .home .header-wrap .header .column-1 .header-logo a,
    .search-results .header-wrap .header .column-1 .header-logo a {
      padding-left: 0;
      padding-right: 0;
    }

    div.vc_span3.left-side #fans_widget-2 {
      max-width: 240px;
    }

    .social-count-plus-wrapper {
      min-width: 246px;
    }

		.single-block{
			padding-left: 0;
			padding-right: 0;
		}
}

/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 1) {
    div.widget_mc4wp_widget .mc4wp-form .mc4wp-alert {
      max-width: inherit;
    }
}

/* Portrait */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {
    body.home div.main-hero-banner-wrapper,
    body.home div.section-wrap,
    .page .section-wrap,
    .single .section-wrap {
      /*width: 640px;*/
    }

    div.top-stories-wrapper {
      padding-left: 40px;
      padding-right: 40px;
    }

    .reol_t {
      min-width: 61px;
    }

    .most-recent-articles-wrapper {
      position: relative;
    }

    div.most-recent-articles-wrapper a.rpwe-img {
      width: 39%;
    }

    div.most-recent-articles-wrapper h3.rpwe-title {
      width: 55%;
      padding-top: 5px;
      padding-left: 30px;
    }

    div.most-recent-articles-wrapper div.the-excerpt {
      width: 55%;
      padding-left: 30px;
    }

    .vc_span3.left-side {
      clear: left;
      /*padding-left: 32%;*/
    }

    div.main-content div.vc_span3.left-side {
      width: 100%;
    }

    div.vc_span3.left-side #fans_widget-2 {
      max-width: 220px;
    }

    div.vc_span3.left-side #text-2 .cr-ad div {
      margin: inherit;
    }

    div.vc_span3.left-side #text-2 .cr-ad {
      padding-top: 0;
    }

    .vc_span3.left-side #archives-2 {
      margin-bottom: 0;
    }

    .vc_span3.left-side #text-2.widget {
      padding-top: 0;
    }

    div.reol-gallery-controls a.reol-gallery-previous{
      opacity:0.8;
      filter:alpha(opacity=80);
      left: 3%;
    }

    div.reol-gallery-controls a.reol-gallery-next {
      opacity:0.8;
      filter:alpha(opacity=80);
      right: 3%;
    }

    div.widget_mc4wp_widget div.mc4wp-form input[type="submit"].get-our-newsletters {
      background-position: 90% 15px;
    }

    div.footer .footer-container .footer-menu-links.col_1,
    div.footer .footer-container .footer-menu-links.col_2,
    div.footer .footer-container .footer-menu-links.col_3,
    div.footer .footer-container .footer-menu-links.col_4 {
      width: 25%;
    }

    div.newsletter-social-wrapper {
      width: 100%;
    }

    div.footer-wrap .footer .footer-container {
      padding-right: 50px;
    }
}

/* Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {
    #gallery-1 .gallery-icon img {
      max-width: 87%;
    }

    div.main-hero-banner-wrapper {
      width: 960px;
    }

    .reol_t {
      min-width: 61px;
    }

    .most-recent-articles-wrapper .rpwe-title,
    .most-recent-articles-wrapper .the-excerpt {
      padding-left: 20px;
    }

    div.footer div.column-2 {
      width: inherit;
    }

}

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 2) {
    div.main-hero-banner-wrapper .shs-wrapper div.super-hero-caption-wrapper {
      top: 60%;
    }

    .home div.main-hero-banner-wrapper div.super-hero-image {
      background-position: 0% 20%;
    }
}

/* Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 2) {
    .home div.main-hero-banner-wrapper {
      width: 960px;
    }

    .home div.main-hero-banner-wrapper div.super-hero-image {
      background-position: 0% 20%;
      min-height: 410px;
    }

    div.vc_span9.right-side {
			width: 618px;
    }

    div.main-content .vc_span3.left-side {
			width: 255px;
    }

    div.vc_span3.left-side .really-simple-syndication {
      clear: inherit;
    }

    .main-hero-banner-wrapper .super-hero-slider.shs-theme .super-hero-caption-wrapper .super-hero-caption h2 {
      text-shadow: #2d2d2d 1px 1px 1px;
    }

		.social-count-plus-wrapper .count-facebook,
		.social-count-plus-wrapper .count-twitter,
		.social-count-plus-wrapper .count-googleplus,
		.social-count-plus-wrapper .count-instagram,
		.really-simple-syndication{
			padding-right: 10px;
		}
}


/* ----------- Ipad Pro ----------- */

@media only screen
	and (min-device-width:1024px)
	and (max-device-width: 1366px)
	and (orientation: portrait)
	and (-webkit-min-device-pixel-ratio: 1) {
		div.main-content div.vc_span3.left-side {
			width: 255px;
			clear: none;
		}

		.social-count-plus-wrapper .count-facebook,
		.social-count-plus-wrapper .count-twitter,
		.social-count-plus-wrapper .count-googleplus,
		.social-count-plus-wrapper .count-instagram,
		.really-simple-syndication{
			padding-right: 10px;
		}

		.vc_span3.left-side .social-count-plus-wrapper .really-simple-syndication{
			clear: none;
		}

		div.top-stories-wrapper{
			padding: 0;
		}
	}
}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    div.footer-wrap div.footer div.footer-container {
      /*padding-right: 0;*/
      padding-left: 20px;
    }
}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
    div.main-hero-banner-wrapper {
      padding-top: 60px;
    }

    .feature-line {
      margin: 30px auto 50px;
    }

    .default-post.featured-post {
      margin-top: 50px;
    }

    .navigation_container ul.categories.clearfix {
      padding-top: 10px;
    }

    body.single.single-post div.section-wrap {
      padding-top: 0;
    }

    div.vc_span9.right-side div.page-block {
      padding-top: 10px;
    }
    .vc_span9 .page-block.single-block,
    .vc_span9 .page-block {
      padding-left: 0;
      padding-right: 0;
    }
    .search-wrapper .navbar-toggle {
      margin-right: 10px;
      margin-top: 12px;
    }

    div.header-wrap div.header div.column-1 .header-logo a {
      float: left;
      margin-left: 12px;
      padding-top: 16px;
    }

    div.reol-gallery-controls a.reol-gallery-previous,
    div.reol-gallery-controls a.reol-gallery-next {
      opacity: 0.6;
    }

    div.header-wrap div.header div.column-1 .header-logo a {
      padding-left: 0;
    }

  .home .shs-theme.dark-on-light div.shs-controls div.shs-prev:hover,
  .home .shs-theme.dark-on-light div.shs-controls div.shs-next:hover {
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,1) 100%);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,1) 100%);
  }

  .home .shs-theme.dark-on-light .shs-controls .shs-buttons div.shs-prev,
  .home .shs-theme.dark-on-light .shs-controls .shs-buttons div.shs-next {
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.3) 100%);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.3) 100%);
  }

}

/* Portrait */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (orientation: portrait) {

  .search-wrapper.links .headersearch-button {

  }

  .headersearch {
    display: none;
  }

  div.header-wrap{
    margin-bottom:0;
  }

  body.home div.main-hero-banner-wrapper {
    padding-top: 61px;
    width: 100%;
  }

  .shs-theme.text-navigation .shs-pagination .shs-page {
    width: 45px;
  }

  .home .main-hero-banner-wrapper .super-hero-image {
    min-height: 191px;
  }

	.home .blogs .post-content {
		display: none;
	}

  div.main-hero-banner-wrapper div.shs-wrapper div.super-hero-caption-wrapper {
    top: 50%;
    left: 12%;
  }

  .shs-theme.thumbnails-right.text-navigation .shs-pagination {
    bottom: 2px;
  }

  div.main-hero-banner-wrapper .super-hero-caption-wrapper {
    max-width: 78%;
  }

  div.blogs a.feature-head{
    font-size: 14px;
    top: -37px;
    white-space: nowrap;
  }

  div.main-hero-banner-wrapper {
    left: 0;
    margin: 0 auto;
    width: 300px;
  }

  .main-hero-banner-wrapper .super-hero-big-wrapper.super-hero-spinning {
    min-height: 100px;
  }

  .main-hero-banner-wrapper .shs-spinner {
    margin: 50px auto;
  }

  .main-hero-banner-wrapper .shs-spinner-wrapper {
    /*position: inherit;*/
  }

  .home .main-hero-banner-wrapper .super-hero-image {
    /*min-height: 215px;*/
    background-size: cover;
    background-position: inherit;
    background-repeat: no-repeat;
  }

  .home .main-hero-banner-wrapper .super-hero-caption h2 {
    font-size: 16px !important;
  }

  .main-hero-banner-wrapper .super-hero-caption h2 {
    font-size: 25px;
  }

  .main-hero-banner-wrapper .super-hero-big-wrapper [id*='slide-'] {
    overflow: hidden;
    max-height: 350px;
  }

  .main-hero-banner-wrapper .super-hero-big-wrapper .shs-theme {
    margin-bottom: 0;
  }

  div.section-wrap {
    width: 100%;
  }

  .main-content .vc_span9.right-side .block.page-block {
    padding-left: 0;
    padding-right: 0;
  }

  .main-content .vc_span9.right-side {
    margin-left: 0;
  }

  .search-box {
    padding: 17px;
    background: rgba(179, 226, 227, .5);
    border-bottom: 1px solid #9AC9CA;
    border-top: 1px solid #9AC9CA;
  }

  div.header-wrap .navigation_container._opened {
    background: rgba(191, 235, 236, 0.95);
  }

  .search-inp {
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: #2f7776;
    width: 100%;
    font-size: 17px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-indent: 10px;
  }

  form.form-search-wrapper:before {
    content: "";
    background-image: url('/wp-content/themes/realnews/img/l/search.png');
    height: 19px;
    width: 19px;
    position: absolute;
    right: 4px;
    top: 5px;
    padding: 2px;
    background-repeat: no-repeat;
    background-position:0px 3px;
    z-index: 1;
  }

  form.form-search-wrapper:after {
    content: "";
    position: absolute;
    background: rgba(179, 226, 227, 1);
    height: 24px;
    width: 26px;
    top: 5.5px;
    right: 4px;
    opacity: .5;
  }

  .header-wrap .navigation_container div.main-nav-wrapper {
    padding-top: 0;
    top: 61px;
  }

  div.top-stories-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  div.top-stories-header {
    /*margin-left: 5px;*/
    margin-right: 5px;
  }
  .home .top-stories-wrapper .super-hero-caption-wrapper .caption-1 h6 {
    font-weight: normal;
    line-height: 23px;
  }
  div.top-stories-wrapper .super-hero-big-wrapper [id*='slider-'] {
    margin-bottom: 0;
    /*max-height: 310px;*/
  }

  /*div.top-stories-wrapper .shs-spinner-wrapper {
    display: none;
  }*/

	div.top-stories-wrapper .shs-spinner {
		margin: 30px auto;
	}

  div.top-stories-wrapper .super-hero-big-wrapper.super-hero-spinning {
    min-height: 300px;
  }

  .vc_span9.right-side .detailholder h2 {
    font-size: 20px;
    line-height: 23px;
  }

  .home .header-wrap .navigation_container .main-nav-wrapper .categories {
    position: absolute;
  }

  .home .header-wrap .navigation_container._opened {
    height: 300px;
  }

  div.main-hero-banner-wrapper .super-hero-image {
    min-height: 250px;
  }

  div.most-recent-articles-wrapper h3.rpwe-title {
    padding-top: 0;
  }

  div.most-recent-articles-wrapper h3.rpwe-title a {
    font-size: 14px;
  }

  div.most-recent-articles-wrapper h3.rpwe-title,
  div.most-recent-articles-wrapper div.the-excerpt {
    float: right;
  }

  .vc_span3.left-side #fans_widget-2 {
    padding-right: 0;
  }

  div.footer-wrap .footer .footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
  div.main-hero-banner-wrapper {
    margin: 0 auto;
    width: 480px;
  }

  .home .main-hero-banner-wrapper .super-hero-caption h2 {
    font-size: 16px !important;
  }

  .home .header-wrap .navigation_container .main-nav-wrapper {
    padding-top: 0;
  }

	.home .blogs .post-content {
		display: none;
	}

  .search-box {
    padding: 17px;
    background: rgba(179, 226, 227, .5);
    border-bottom: 1px solid #9AC9CA;
  }

  .search-inp {
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: #2f7776;
    width: 100%;
    font-size: 17px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-indent: 10px;
  }

  form.form-search-wrapper:before {
    content: "";
    background-image: url('/wp-content/themes/realnews/img/l/search.png');
    height: 19px;
    width: 19px;
    position: absolute;
    right: 4px;
    top: 5px;
    padding: 2px;
    background-repeat: no-repeat;
    background-position:0px 3px;
    z-index: 1;
  }

  form.form-search-wrapper:after {
    content: "";
    position: absolute;
    background: rgba(179, 226, 227, 1);
    height: 24px;
    width: 26px;
    top: 5.5px;
    right: 4px;
    opacity: .5;
  }

  div.header-wrap .navigation_container .main-nav-wrapper {
    padding-top: 0;
  }

  div.main-hero-banner-wrapper div.super-hero-image {
    min-height: 290px;
    background-position: 0;
  }


  div.most-recent-articles-wrapper h3.rpwe-title {
    padding-top: 0;
  }

  div.section-wrap {
    width: 100%;
  }

  div.top-stories-header {
    margin-left: 0;
  }

  div.header-wrap .navigation_container._opened {
    background: rgba(191, 235, 236, 0.95);
  }
}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2) {

  div.main-hero-banner-wrapper {
    padding-top: 60px;
  }

  .vc_span3.left-side #fans_widget-2 {
    max-width: 240px;
  }

  div.vc_span3.left-side #text-2 .cr-ad div {
    margin: inherit;
  }

  div.vc_span3.left-side #text-2 .cr-ad {
    padding-top: 0;
  }

  div.vc_span3.left-side #text-2.widget {
    padding-top: 0;
  }

  .vc_span3.left-side #archives-2 {
    margin-bottom: 5px;
  }

  body.single.single-post div.section-wrap {
    padding-top: 0;
  }

  .main-content .vc_span9.right-side .page-block.single-block,
  .main-content .vc_span9.right-side .page-block {
    padding-left: 0;
    padding-right: 0;
  }

  div.header-wrap div.header div.column-1 .header-logo a {
    float: left;
    padding-top: 16px;
  }
  .home .shs-theme.dark-on-light div.shs-controls div.shs-prev:hover,
  .home .shs-theme.dark-on-light div.shs-controls div.shs-next:hover {
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,1) 100%);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,1) 100%);
  }

  .home .shs-theme.dark-on-light .shs-controls .shs-buttons div.shs-prev,
  .home .shs-theme.dark-on-light .shs-controls .shs-buttons div.shs-next {
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.3) 100%);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.3) 100%);
  }

}

/* Portrait */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
  div.main-hero-banner-wrapper {
    width: 345px;
  }

  div.section-wrap {
    width: 100%;
  }

  div.header-wrap{
    margin-bottom:0;
  }

  body.home div.main-hero-banner-wrapper {
    width: 100%;
  }

	.home .main-hero-banner-wrapper,
  .home .main-hero-banner-wrapper .super-hero-image {
    min-height: 247px;
  }

  /*for text beneath the post image on top stories*/
  .super-hero-caption-wrapper.super-hero-posts-feed {
    clear: left;
    -webkit-transform:inherit;
    transform:inherit;
  }

  .home .main-hero-banner-wrapper .shs-wrapper .super-hero-caption-wrapper {
    top:60%;
  }

  div.most-recent-articles-wrapper h3.rpwe-title {
    padding-top: 0;
  }

  div.most-recent-articles-wrapper h3.rpwe-title a {
    font-size: 14px;
  }

  div.most-recent-articles-wrapper h3.rpwe-title,
  div.most-recent-articles-wrapper div.the-excerpt {
    float: right;
  }

  .shs-theme.thumbnails-right.text-navigation .shs-pagination {
    bottom: 10px;
  }

  .shs-theme.text-navigation .shs-pagination .shs-page {
    width: 45px;
  }

  div.vc_span3.left-side {
    padding-top: 0;
  }

  .vc_span3.left-side #fans_widget-2 {
    max-width: 240px;
  }

  div.vc_span3.left-side #text-2 .cr-ad div {
    margin: inherit;
  }

  div.vc_span3.left-side #text-2 .cr-ad {
    padding-top: 0;
  }

  div.vc_span3.left-side #text-2.widget {
    padding-top: 0;
  }

  .vc_span3.left-side #archives-2 {
    margin-bottom: 5px;
  }

  #signupWrapper h2.sign-up {
    font-size: 26px;
    min-height: inherit;
    box-sizing: border-box;
    max-width: inherit;
    padding-left: 20px;
    padding-right: 20px;
  }

  #mc4wp-form-1 form.signup-form {
    margin-bottom: 10px;
  }

  div#signupWrapper #mc4wp-form-1 input[type="submit"] {
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: inherit;
  }

  div.sixsqft-form-container {
    padding-bottom: 20px;
  }

  div.sixsqft-form-container {
    width: 100%;
    box-sizing: border-box;
    min-height: 225px;
  }

  div#mc4wp-form-1 {
    box-sizing: border-box;
    margin-bottom: 0;
    width: 100%;
  }

  #signupWrapper div.fb_iframe_widget_fluid {
    display: inherit;
    float: left;
    padding-top: 10px;
  }

  div.mc4wp-alert {
    padding-bottom: 0;
    margin-bottom: 0;
    box-sizing: border-box;
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  div.sixsqft-form-container span.mc4wp-ajax-loader {
    top: 102px;
    right: 27px;
  }

  .vc_span9.right-side .date-author .separator {
    display: none;
  }

  div.footer-wrap .footer .footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  div.widget_mc4wp_widget div.mc4wp-form input[type="submit"].get-our-newsletters {
    background-position: 90% 15px;
  }
}

/* Landscape */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
  .header-logo {
    padding-left: 12px;
  }

  .home .top-stories-wrapper .super-hero-big-wrapper {
    text-align: center;
  }

  .top-stories-wrapper .super-hero-slider.shs-theme {
    display: inline-block !important;
  }

  /*for text beneath the post image on top stories*/
  .super-hero-caption-wrapper.super-hero-posts-feed {
    clear: left;
    -webkit-transform:inherit;
    transform:inherit;
  }

  div.header-wrap .navigation_container .main-nav-wrapper {
    padding-top: 0;
    background: rgba(191, 235, 236, 0.95);
  }

  div.header-wrap .navigation_container._opened {
    background: transparent;
  }

  .search-box {
    padding: 17px;
    background: rgba(179, 226, 227, .5);
    border-bottom: 1px solid #9AC9CA;
    border-top: 1px solid #9AC9CA;
  }

  .search-inp {
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: #2f7776;
    width: 100%;
    font-size: 17px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-indent: 10px;
  }

  form.form-search-wrapper:before {
    content: "";
    background-image: url('/wp-content/themes/realnews/img/l/search.png');
    height: 19px;
    width: 19px;
    position: absolute;
    right: 4px;
    top: 5px;
    padding: 2px;
    background-repeat: no-repeat;
    background-position:0px 3px;
    z-index: 1;
  }

  form.form-search-wrapper:after {
    content: "";
    position: absolute;
    background: rgba(179, 226, 227, 1);
    height: 24px;
    width: 26px;
    top: 5.5px;
    right: 4px;
    opacity: .5;
  }

  .reol_t {
    min-width: 61px;
  }

  .main-hero-banner-wrapper .shs-wrapper .super-hero-caption-wrapper {
    /*top: 63%;*/
  }

  div.main-hero-banner-wrapper div.super-hero-caption-wrapper div.super-hero-caption h2 {
    font-size: 20px;
  }

  div.sixsqft-background-container.newsletter_signup_bg {
    min-height: inherit;
  }

  div.signupContainer {
    margin: 5% auto;
  }

  #mc4wp-form-1 .newsletter_like {
    display: inline-block;
  }

  div#signupWrapper #mc4wp-form-1 input[type="submit"] {
    max-width: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  div.sixsqft-form-container {
    padding-left: 27px;
    width: 100%;
    box-sizing: border-box;
    padding-right: 25px;
    padding-left: 25px;
  }

  #signupWrapper h2.sign-up {
    padding-left: 20px;
    max-width: inherit;
    padding-right: 20px;
    font-size: 27px;
    min-height: inherit;
  }
}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3) {
    div.main-hero-banner-wrapper {
      padding-top: 60px;
    }

    body.single.single-post div.section-wrap {
      padding-top: 0;
    }

    div.header-wrap .navigation_container .main-nav-wrapper {
      padding-top: 0;
      background: rgba(191, 235, 236, 0.95);
    }

    div.header-wrap .navigation_container._opened {
      background: transparent;
    }

    .search-box {
      padding: 17px;
      background: rgba(179, 226, 227, .5);
      border-bottom: 1px solid #9AC9CA;
      border-top: 1px solid #9AC9CA;
    }

    .search-inp {
      border: none;
      border-radius: 0;
      box-sizing: border-box;
      color: #2f7776;
      width: 100%;
      font-size: 17px;
      padding-top: 5px;
      padding-bottom: 5px;
      text-indent: 10px;
    }

    form.form-search-wrapper:before {
      content: "";
      background-image: url('/wp-content/themes/realnews/img/l/search.png');
      height: 19px;
      width: 19px;
      position: absolute;
      right: 4px;
      top: 5px;
      padding: 2px;
      background-repeat: no-repeat;
      background-position:0px 3px;
      z-index: 1;
    }

    form.form-search-wrapper:after {
      content: "";
      position: absolute;
      background: rgba(179, 226, 227, 1);
      height: 24px;
      width: 26px;
      top: 5.5px;
      right: 4px;
      opacity: .5;
    }
}

/* Portrait */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {
    div.header-wrap .navigation_container._opened {
      background: rgba(191, 235, 236, 0.95);
    }
}

/* Landscape */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
    div.vc_span9.right-side div.page-block {
        padding-top: 20px;
    }
}

/*=============================================
Generic Breakpoints
=============================================*/
@media only screen and (max-width: 667px){
  div.footer div.widget_mc4wp_widget div.mc4wp-form input[type="submit"].get-our-newsletters {
    background-position: 71% 15px;
  }
}

@media only screen and (max-width: 480px){
  div.footer div.widget_mc4wp_widget div.mc4wp-form input[type="submit"].get-our-newsletters {
    background-position: 75% 15px;
  }
}

@media only screen and (max-width: 375px){
  div.footer div.widget_mc4wp_widget div.mc4wp-form input[type="submit"].get-our-newsletters {
    background-position: 79% 15px;
  }
}

@media only screen and (max-width: 1024px){

  .footer-container .newsletter-social-wrapper {
    float: inherit;
    max-width: inherit;
    min-width: inherit;
    width: 50%;
  }

  div.footer .widget_mc4wp_widget .mc4wp-form input[type="submit"].get-our-newsletters {
    background-position: 73% 15px;
  }
}

@media only screen and (min-width: 1024px){
  .column-3 .links .navbar-toggle {

  }

  .search-wrapper.links .headersearch-button {
    display: block;
  }

  .search-wrapper.links .headersearch-button._link.hide {
    display: none;
  }

  .headersearch {
    border-left: 1px solid #9ac9ca;
  }

  .navbar-toggle {
    display: none;
  }

  .navigation_container._opened {
    display: none;
  }

  div.header-wrap .header .column-2 .navigation-button-wrapper {
    display: block;
  }
}

@media only screen and (max-width: 767px) {

  .header-wrap .navigation_container .main-nav-wrapper .categories li {
    text-transform: uppercase;
  }

  .reol_t {
    min-width: 61px;
  }

  #signupWrapper .sign-up {
    font-size: 25px;
    max-width: 274px;
    /*padding-left: 30px;*/
		float: none;
		margin: auto;
  }

  div.sixsqft-form-container {
    box-sizing: border-box;
		float: none;
		margin: auto;
		max-width: 280px;
  }

  div#mc4wp-form-1 {
    box-sizing: border-box;
		padding-left: 0 !important;
  }

  div#mc4wp-form-1 form.signup-form {
    margin-bottom: 10px;
    box-sizing: border-box;
  }

  #signupWrapper .newsletter_like {
    float: left;
  }

  #signupWrapper .mc4wp-success {
    margin-bottom: 0;
    padding-bottom: 0;
  }

	#signupWrapper .mc4wp-alert{
		text-align: center;
	}

	#signupWrapper .sign-up-submit,
	#signupWrapper #mc4wp-form-1 input[type="submit"] {
		max-width: none;
	}

  .above-tags.fb-like span {
    width: inherit !important;
  }

    .search-box {
      padding: 17px;
      background: rgba(179, 226, 227, .9);
      border-bottom: 1px solid #9AC9CA;
      border-top: 1px solid #9AC9CA;
    }

    .search-inp {
      border: none;
      border-radius: 0;
      box-sizing: border-box;
      color: #2f7776;
      width: 100%;
      font-size: 17px;
      padding-top: 5px;
      padding-bottom: 5px;
      text-indent: 10px;
    }

    .form-search-wrapper:before {
      content: "";
      background-image: url('/wp-content/themes/realnews/img/l/search.png');
      height: 19px;
      width: 19px;
      position: absolute;
      right: 4px;
      top: 5px;
      padding: 2px;
      background-repeat: no-repeat;
      background-position:0px 3px;
      z-index: 1;
    }

    .form-search-wrapper:after {
      content: "";
      position: absolute;
      background: rgba(179, 226, 227, 1);
      height: 24px;
      width: 26px;
      top: 5.5px;
      right: 4px;
      opacity: .5;
    }

    div.main-hero-banner-wrapper div.super-hero-caption-wrapper .super-hero-caption h2 {
      font-size: 23px;
    }

    .main-hero-banner-wrapper .shs-wrapper .super-hero-caption-wrapper {
      left: 8%;
    }
}

@media only screen and (min-width: 768px) {
  .main-hero-banner-wrapper {
    width: 1085px;
    margin: 0 auto;
    position: relative;
  }

  .footer-menu-left-side {
    float:left;
    clear:left;
    width:650px
  }
}

@media only screen and (max-width: 575px) {

  .headerstay-connected-button {
    display: none !important;
  }

  .header-logo {
    border-right: none !important;
  }
}

@media only screen and (max-width: 480px) {
  .headerstay-connected-button {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  .headerstay-connected-button {
    display: none;
  }
}

/*========= END GENERIC BREAKPOINTS =========*/

@media only screen and (max-width: 1210px) {
	.header-wrap .navigation_container .main-nav-wrapper .categories{
		padding-left:30px;
	}
}

@media only screen and (max-width: 1142px) {
	.blogs .mediaholder._layout_0,
	.blogs .mediaholder._layout_1,
	.blogs .mediaholder._layout_2,
	.blogs .mediaholder._layout_3{
		width: 100%;
	}

	.blogs .mediaholder._layout_0 img,
	.blogs .mediaholder._layout_1 img,
	.blogs .mediaholder._layout_2 img,
	.blogs .mediaholder._layout_3 img{
		width: 100%;
		height: auto;
	}

	.blogs .mediaholder._layout_0._inset,
	.blogs .mediaholder a._other_featured_img{
		display: none;
	}

	div.widget_mc4wp_widget .mc4wp-form input[type="submit"].get-our-newsletters {
		background: url(../img/l/small_double_arrow.png) 65% 15px no-repeat #ed4343;
	}

	div.main-hero-banner-wrapper .super-hero-caption-wrapper .super-hero-caption h2 {
		font-size: 25px;
	}

	.main-hero-banner-wrapper .shs-wrapper .super-hero-caption-wrapper {
		/*top: 75%;*/
		left: 6%;
	}

	.home div.main-hero-banner-wrapper {
		width: 90%;
	}

	.home div.section-wrap {
		width: 90%;
	}

	.cr-ad .ad-item {
		width: 100% !important;
	}
}

@media only screen and (max-width: 800px) {
  .navigation_container .categories {
    padding-bottom: 20px;
  }

  .navigation_container .categories li a {
    text-transform: uppercase;
  }
}

@media only screen and (min-width: 769px) {
  .pagination-responsive .pagination {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1142px) {
        .navigation-button-wrapper ul.categories {
          background-color: #bfebec;
          padding-left: 20px;
          border-top: 1px solid rgba(154, 201, 202, .3);
          box-sizing: border-box;
        }
}

@media only screen and (min-width: 769px) and (max-width: 1142px) {

        .vc_span3.left-side #fans_widget-2 {
          padding: inherit;
        }

        fieldset.mailchimp-fieldset-weekly {
          width: inherit;
        }

        .widget_mc4wp_widget .mc4wp-form input[type="submit"].get-our-newsletters {
          padding: 10px 2% 10px 2%;
          /*width: 90%;*/
        }

	.section-wrap{
                width: 90%;
	}
        div.main-hero-banner-wrapper {
                padding-top: 95px;
                width: 90%;
        }
        .most-recent-articles-wrapper .rpwe-title,
        .most-recent-articles-wrapper .the-excerpt {
                padding-left: 20px;
        }
        .vc_span3.left-side .really-simple-syndication {
                clear: left;
        }
        div.vc_span3.left-side::before {
          font-size: 17px;
          padding-bottom: 10px;
        }
        .social-count-plus-container .social-count-plus li {
          padding-bottom: 6px;
        }
	.row_outer{
		padding: 0;
		margin: 0 auto;
	}
	.top-header .social ul, .top-menu ul, .bottom-menu ul{
		text-align:center;
	}
	.header-logo, .header-adds{
		text-align:center;
	}
	.header-adds{
		padding-top:25px;
	}
	.top-header .social ul li, .top-menu ul li, .bottom-menu ul li{
		display:inline-block;
		float:none;
	}
	ul#mainnav li{
		padding-right: 18px;
	}
	ul#mainnav li a{
		font-size:13px;
	}
	.credits{
		line-height:30px;
		text-align:center;
	}
	.footer{
		padding-top:20px;
		width: 100% !important;
	}
	.footer .column-3{
		position: static;
		right: 20px;
		bottom: 20px;
	}
	.home-slide-image{
		width:30% !important;
	}
	.home-slide-caption{
		width:67% !important;
	}
	.home-slide-caption .title{
		font-size:20px;
	}
	.home_slider .flex-direction-nav a{
		bottom:0 !important;
	}
	.home_slider .excerpt{
		display:none;
	}
	.home_slider .desk{
		overflow:hidden;
	}
	.home_slider .excerpt.mobile{
		display:block;
		padding-top:20px;
	}
	.small-post .mediaholder{
		height:auto;
	}
	.detailmeta{
		display:none;
	}
	.tabber-widget ul.etabs li{
		width:100%;
	}
	.social-counters .counter{
		width:100%;
		text-align:left;
		margin-bottom:10px;
	}
	.social-counters .counter:last-child{
		margin-bottom:0;
	}
	.social-counters .counter a,
	.social-counters .counter .counter-desc{
		text-align:left;
	}
	.social-counters .counter i{
		float:left;
	}
	.social-counters .counter .counter-desc{
		padding-left:55px;
	}
	.sharing-text{
		display:none;
	}
	.magz_slider .flex-direction-nav a{
		top:50px;
	}
	.or-register{
		display:none;
	}

	.widget_mc4wp_widget #mc4wp-form-1 input[type="text"],
	.widget_mc4wp_widget #mc4wp-form-1 input[type="email"]{
		margin-right: 8px;
	}

	.widget_tag_cloud .tagcloud {
		height: auto;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1142px) {
	.header-wrap .header .column-2{
		display: inline;
	}

	.header-wrap .header .column-3{
		position: absolute;
		right: 0;
	}

	.headersearch{
	    width: 100%;
	    background-color: #B3E2E3;
	}

	.headersearch .icon-search{
	    margin-left: 25px;
	}

	.headersearch .icon-cancel{
	    margin-right: 20px;
	}

}

@media only screen and (min-width: 769px) and (max-width: 1076px) {

	.header-wrap .header .column-2{
		display: inline;
	}

	.header-wrap .header .column-3{
		position: absolute;
		right: 0;
	}

	.headersearch{
	    width: 100%;
	    background-color: #B3E2E3;
	}

	.headersearch .icon-search{
	    margin-left: 25px;
	}

	.headersearch .icon-cancel{
	    margin-right: 20px;
	}


	[class^="icon-"]:before,
	[class*=" icon-"]:before{
		margin: 0;
	}
}

@media only screen and (max-width: 1200px) {
  div.header-wrap .header .column-2 .navigation-button-wrapper ul.categories li {
    font-size: 83%;
  }
}

@media only screen and (min-width: 1200px) {
        .wpp-post-title {
          color: #000 !important;
          display: inline-block;
          padding-top: 12px;
        }

        .post-stats {
          clear: both;
        }

        .wpp-views {
          padding-right: 32%;
        }

        li.social-count-plus-container {
          clear: none;
        }
}

@media only screen and (max-width: 875px) {
        .footer ul.social-count-plus-wrapper {
          float: left;
          position: relative;
          margin-bottom: 0;
        }

        .main-hero-banner-wrapper .super-hero-caption-wrapper {
          max-width: 90%;
          width: 90%;
        }
}

@media only screen and (max-width: 1199px) {
        .vc_span3.left-side #wpp-3 .wpp-list img.wpp-thumbnail {
          margin-right: 15px;
        }
}

@media only screen and (min-width: 769px) and (max-width: 1035px) {
	.header-wrap .navigation_container .main-nav-wrapper{
		width: 100%
	}
        .footer-menu-wrapper {
          margin-bottom: 30px;
        }
}

@media only screen and (max-width: 830px) {

	.header-wrap .navigation_container .main-nav-wrapper .categories li{
                width: 100%;
	}

        div.header-wrap .header .column-2 .navigation-button-wrapper ul.categories li {
          font-size: 85%;
        }
}

@media only screen  and (min-width: 811px) and (max-width: 811px) {
	.header-wrap .header .column-3{
		min-width: 308px;
		max-width: 430px !important;
		width: 430px !important;
	}
}

@media only screen  and (max-width: 810px) {

	.header-wrap .header .column-3{
		max-width: 200px;
	}

	.header-wrap .header .column-3 .links span.text{

	}

	.header-wrap .navigation_container .main-nav-wrapper{
		width: 100%;
	}

	.footer-wrap .footer .column-2 .footer-nav li{
		margin-right: 20px;
	}

	.header-wrap .navigation_container._opened{
		height: auto;
	}

	.header-wrap .navigation_container .main-nav-wrapper .categories li{
		font-size: 14px;
		width: 23.5%;
	}

	.header-wrap .navigation_container .main-nav-wrapper .categories li._2nd_col{

		width: 21.5%;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 768px) {

  .header-wrap .header .column-2 .navigation-button-wrapper{
    display: none;
  }

  .single-thumb.mobile-hero {
    display: block;
    visibility: visible;
  }

  .page-block.single-block .single-thumb {
    display: none;
  }

	.section-wrap
	{
                padding-bottom: 50px;
		width: 320px;
	}
        .section-wrap:before {
          content: "";
          display: table;
        }
        .section-wrap:after {
          content: "";
          display: table;
          clear: both;
        }
	.row_outer{
		padding: 0;
		margin: 0 auto;
	}
	.top-header .social ul, .top-menu ul, .bottom-menu ul{
		text-align:center;
	}
	.header-logo, .header-adds{
		text-align:center;
	}
	.header-adds{
		padding-top:25px;
	}
	.top-header .social ul li, .top-menu ul li, .bottom-menu ul li
	{
		display:inline-block;
		float:none;
	}
	.credits{
		line-height:30px;
		text-align:center;
	}
	.footer{
		padding-top:20px;
	}

	.main-nav-wrapper{
		width:100%;
	}
	.tinynav{
		display:block;
	}
	.home_slider .flex-direction-nav .flex-prev {
		left: 0 !important;
		margin-left: 0;
	}
	.home_slider .flex-direction-nav .flex-next {
		left: 35px;
	}
	.home_slider .flex-direction-nav a {
		bottom: 10px;
		top: 92px !important;
		margin-top: 0;
		width: 30px;
		height: 30px;
		background: none;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-o-border-radius: 2px;
		border-radius: 2px;
		line-height:32px;
	}
	.home_slider .flex-direction-nav i{
		color:#444;
	}
	.home-slide-caption, .magazine .big-post{
		margin-bottom:25px;
	}
	.magazine .small-post.first{
		margin-bottom:25px;
	}
	.magazine3 .big-post .mediaholder{
		margin-bottom:12px;
	}
	.magazine2 .first, .related-item{
		margin-bottom:40px;
	}
	.magazine2 .small-post.first, .related-item{
		margin-bottom:0;
	}
	.home-slide-caption .title {
		font-size:20px;
	}
	.sharing-text{
		display:none;
	}
	.blogs .mediaholder {
		width: 100%;
		height: auto;
		float:none;
		margin-bottom:12px;
	}
	.home-slide-caption .title{
		font-size:18px;
	}
	.home-slide-caption .cal .date {
		font-size: 60px;
	}
	.home-slide-caption .cal .year {
		font-size: 35px;
		left: 50px;
	}
	.home-slide-caption .cal .month {
		font-size: 14px;
		top: 40px;
		left: 53px
	}
	.single-title h1 {
		font-size: 22px;
	}
	#back-top{
		display:none !important;
	}
	.review-top, body.rtl .review-top {
		float: none;
		width: auto;
		margin-right: 0;
		margin-left: 0;
	}
	/* Layouts */

	.vc_responsive .wpb_row ul.wpb_thumbnails-fluid,
	.vc_responsive .wpb_row .wpb_thumbnails-fluid  {
		margin-left: 0;
		width: auto;
	}
	.vc_responsive .wpb_row .wpb_teaser_grid ul.wpb_thumbnails-fluid [class*="vc_span"] ,
	.vc_responsive .wpb_row .wpb_thumbnails-fluid [class*="vc_span"],
	.vc_responsive .wpb_row .wpb_magazine .wpb_thumbnails-fluid .big-post > .vc_span6{
		width: 100%;
		float: none;
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	.vc_responsive div.vc_row-fluid div[class*="vc_span"] {
		float: none;
		display: block;
		width: auto;
	}
	.magz_slider .flex-direction-nav a{
		top:60px;
	}

	.header .column-3 .links span.text{

	}

	.header-wrap .header .column-3{
		position: absolute;
		right: 0;
	}

	.headersearch{
	    width: 100%;
	    background-color: #B3E2E3;
	}

	.headersearch .icon-cancel{
	    margin-right: 20px;
	}

	[class^="icon-"]:before,
	[class*=" icon-"]:before{
		margin: 0;
	}

	.main-content .left-side{
		float: none !important;
		margin-right: 0% !important;
	}

	.main-content .right-side{
		float: none !important;
		margin-right: 0% !important;
                padding-left: 20px;
                padding-right: 20px;
	}

	.footer-wrap .footer{
		width: 100%;
	}

  ul.categories li {
    font-size: 13px !important;
  }

  .header-wrap .header .column-1 .header-logo {
    border-right: none !important;
  }

  .header-wrap .header .column-1 {
    width: inherit;
  }

  #gallery-1 .gallery-icon img {
    max-width: 87%;
  }

  /*--------  PAGINATION  --------*/

  .feature-line.end-feature-line {
    margin-bottom: 30px;
  }

  .vc_span9.right-side .page-block {
    margin-bottom: 0;
		padding: 20px 20px 0;
  }

  /*----------  FOOTER  ----------*/

  .footer-menu-wrapper .explore-nyc {
    width: 100%;
    padding-bottom: 10px;
  }

  .footer-menu-left-side {
    clear: both;
  }

  .footer-wrap .footer .footer-container .column-2 {
    margin-top: 0;
  }

  .footer .footer-container .footer-menu-links.col_1,
  .footer .footer-container .footer-menu-links.col_2,
  .footer .footer-container .footer-menu-links.col_3,
  .footer .footer-container .footer-menu-links.col_4 {
    width: 50%;
  }

  .footer .footer-container .footer-nav {
    padding-top: 10px;
  }

  .footer .footer-container .social-count-plus-wrapper {
    clear: both;
  }

  body.home div.section-wrap {
    width: 100%;
  }

  .shs-pagination {
    box-sizing: border-box;
  }

  .footer-container div.newsletter-social-wrapper {
    width: 100%;
  }

  div.footer .widget_mc4wp_widget .mc4wp-form input[type="submit"].get-our-newsletters {
    background-position: 66% 15px;
  }

  .vc_span3.left-side {
    padding-top: 45px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }

  body.vc_responsive div.vc_row-fluid div.vc_span3.left-side {
    width: 300px;
  }

  .footer .widget_mc4wp_widget .mc4wp-form .mc4wp-alert {
    width: 100%;
    float: inherit;
    max-width: inherit;
    padding-top: 5px;
    text-align: center;
    padding-bottom: 5px;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 768px) {
	.section-wrap{
                width: 90%;
	}
        .main-hero-banner-wrapper {
                margin: 0 auto;
                width: 90%;
        }
        div.main-hero-banner-wrapper div.super-hero-image {
          min-height: 350px;
        }
        .most-recent-articles-wrapper .rpwe-title,
        .most-recent-articles-wrapper .the-excerpt {
                padding-left: 20px;
        }
	.row_outer{
		margin: 0 auto;
		padding:0;
	}
	.single-title h1 {
		font-size: 24px;
	}
	.blogs .mediaholder{
		width:175px;
		height:110px;
		float:left;
	}
	.home-slide-caption .title{
		font-size:22px;
	}
	.home-slide-caption .cal .date {
		font-size: 70px;
	}
	.home-slide-caption .cal .year {
		font-size: 40px;
		left: 60px;
	}
	.home-slide-caption .cal .month {
		font-size: 17px;
		top: 47px;
		left: 60px;
	}
	.review-final-score, body.rtl .review-final-score {
		width: auto;
		display:block;
		border-width: 0 0 2px 0;
		height: auto;
		position: relative;
	}
	.review-short-summary, body.rtl .review-short-summary{padding: 10px;}
	.user-rate-wrap, body.rtl .user-rate-wrap {text-align: center;}
	.user-rate, body.rtl .user-rate {float: none;margin: 5px auto 0;}
	.user-rate-wrap .user-rating-text, body.rtl .user-rate-wrap .user-rating-text{float:none;}
	.magz_slider .flex-direction-nav a{
		top:110px;
	}

	.header .column-3 .links span.text{

	}

	.header-wrap .header .column-3{
		position: absolute;
		right: 0;
		top:0;
		max-height: 200px;
	}

	.headersearch{
	    width: 31%;
	    background-color: #B3E2E3;
	    /*border-top: 1px solid #9AC9CA;*/
            -webkit-transition: width 0.3s;
            -moz-transition: width 0.3s;
            -ms-transition: width 0.3s;
            -o-transition: width 0.3s;
            transition: width 0.3s;
	}

	.headersearch .icon-cancel{
	    margin-right: 20px;
	}

	[class^="icon-"]:before,
	[class*=" icon-"]:before{
		margin: 0;
	}

	.main-content .left-side{
		float: none !important;
		margin-left: 0%;
	}

	.main-content .right-side{
		float: none !important;
		margin-right: 0% !important;
		margin-left: 0% !important;
	}
}


@media only screen and (max-width: 767px) {

	input.userpro-button.secondary,
	div.userpro-field.userpro-submit input.userpro-button[type="submit"],
	input.userpro-button.red, a.userpro-button.red,
	.userpro-submit input.userpro-button,
	input.userpro-button.secondary{
		margin-left: 0 !important;
	}

	input.userpro-button.secondary{
		margin-right: 10px !important;
	}
}


@media only screen and (max-width: 690px) {

	.header-wrap .navigation_container .main-nav-wrapper .categories li,
	.header-wrap .navigation_container .main-nav-wrapper .categories li._2nd_col,
	.header-wrap .navigation_container .main-nav-wrapper .categories li._5th_col{
		width: 32.5%;
	}
}


@media only screen and (max-width: 670px) {
}

@media only screen and (max-width: 600px) {

	.header-wrap .header .column-1{
		position: relative;
		display: inherit;
	}

	.header-wrap .header .column-2 {
		border-top: 1px solid #9AC9CA;
	}

	.header-wrap .header .column-2 .navigation-button-wrapper{
                display: none;
		margin-left: 0px;
	}

	.header-wrap .header .column-3 .links{
		border-left: 0;
	}
}

@media only screen and (max-width: 595px) {
	.footer-wrap .footer .column-1,
	.footer-wrap .footer .column-2,
	.footer-wrap .footer .column-3 {
		float: none;
	}

	.footer-wrap .footer .column-1{
		bottom: -50px;
	}

	.footer-wrap .footer .column-2{
		width: 100%;
		margin: 80px 0 0 0;
		padding-left: 0;
		border-left: 0;
	}

	.footer-wrap .footer .column-3 {
	    position: absolute;
	    left: 180px;
	    top: -5px;
	    width: 78px;
	    height: 78px;
	}
}

@media only screen and (max-width: 575px) {
	.header-wrap .header .column-2{
		border-top: 1px solid #9AC9CA;
		display: inline-block;
		float: left;
	}

	.headersearch .search-box form{
		width: 70%;
	}

	.header-wrap .header .column-3{
		position: absolute;
		right: 0;
		top:0;
	}

	.links .headersearch-button,
	.links .headerstay-connected-button,
	.links .headersign-in-button,
	.links .headersign-out-button {
		padding-right: 15px;
		padding-left: 15px;
	}

	.header-wrap .header .column-2 .navigation-button-wrapper{
                display: none;
		margin-bottom: 18px;
	}

	.header-wrap .navigation_container .main-nav-wrapper .categories li,
	.header-wrap .navigation_container .main-nav-wrapper .categories li._2nd_col,
	.header-wrap .navigation_container .main-nav-wrapper .categories li._5th_col{
		width: 30.5%;
	}
}

@media only screen and (max-width: 568px) {

	#wpadminbar {
		position: fixed;
	}

	.header-wrap .navigation_container .main-nav-wrapper{
		padding-right: 0;
	}
}

@media only screen and (max-width: 480px) {
	.header-wrap .header .column-1{
		width: 50% !important;
		display: block;
	}

	.header-wrap .header .column-2{
		display: inline-block;
		float: left;
	}

	.headersearch .search-box form{
		width: 66%;
	}

	.header-wrap .column-3{
		position: absolute;
		right: 0;
		min-width: 48%;
		max-width: 48% ;
		width: 48% ;
	}

	.links .headersearch-button,
	.links .headerstay-connected-button,
	.links .headersign-in-button,
	.links .headersign-out-button {
		padding-right: 15px;
		padding-left: 15px;
	}

	.footer-wrap .footer .column-2 .footer-nav li{
		margin-right: 20px;
	}

	.sign-in-popup,
	.links .headersign-in-button .sign-in-container{
		width: 256px;
	}

	.links .headersign-out-button .sign-out-container{
		width: 270px;
	}

	.main-content .sign-in-popup .left-side,
	.main-content .sign-in-popup .right-side,
	.links .headersign-in-button .sign-in-container .right-side,
	.links .headersign-in-button .sign-in-container .left-side{
		float: none;
		width: 100%;
	}

	.main-content .sign-in-popup .right-side,
	.links .headersign-in-button .sign-in-container .right-side{
		padding:25px 0 0 0;
		border: 0;
		border-top: 3px dotted #ccc8b0;
	}

	.sign-in-popup .title,
	.links .headersign-in-button .sign-in-container .title{
		font-size: 13px;
		line-height: 18px;
	}

	.sign-in-popup .login-widget #login-form input[type="text"],
	.sign-in-popup .login-widget #login-form input[type="password"],
	.links .headersign-in-button .sign-in-container .login-widget #login-form input[type="text"],
	.links .headersign-in-button .sign-in-container .login-widget #login-form input[type="password"]{
		padding: 7px 12px 5px;
	}

	.links .headerstay-connected-button .stay-connected-container{
		width: 310px;
		min-width: 27px;
		right: -44px;
	}

	.sign-in-popup .bottom span a.anonymous{
		white-space: normal;
	}

	.links .headerstay-connected-button .stay-connected-container ul{
		padding: 10px 10px;
	}

	.links .headerstay-connected-button .stay-connected-container ul .social .social-count-plus .default li{
		margin-right: 10px;
	}

	.links .headerstay-connected-button .stay-connected-container ul .rss{
		margin: 5px 0 0 12px;
	}

	.links .headerstay-connected-button .stay-connected-container ul .social {
		padding-right: 0;
	}

	.links .headerstay-connected-button .stay-connected-container ul .feedly {
    	margin: 4px 0 0 12px;
	}

	.single-navs .single-nav a{
		font-size: 13px;
	}

	input.userpro-button.secondary,
	div.userpro-field.userpro-submit input.userpro-button[type="submit"],
	input.userpro-button.red, a.userpro-button.red,
	.userpro-submit input.userpro-button,
	input.userpro-button.secondary{
		margin-left: 15 !important;
	}

	input.userpro-button.secondary{
		margin-right: 0px !important;
	}

	.widget_mc4wp_widget #mc4wp-form-1 .checkbox{
		margin-right: 0;
	}
}

@media only screen and (max-width: 485px) {
	.input.userpro-button,
	.input.userpro-button.secondary,
	div.userpro-field.userpro-submit input.userpro-button[type="submit"]{
		margin-bottom: 15px !important;
	}
}

@media only screen and (max-width: 481px) {
	.header-wrap .navigation_container .main-nav-wrapper .categories{
		padding-left: 15px;
	}

	.header-wrap .navigation_container .main-nav-wrapper .categories li,
	.header-wrap .navigation_container .main-nav-wrapper .categories li._2nd_col,
	.header-wrap .navigation_container .main-nav-wrapper .categories li._5th_col{
                text-transform: uppercase;
                width: 100%;
	}

	.userpro-field.userpro-field-profilepicture .userpro-button.red{
		padding: 12px 10px !important;
		margin-top: 0 !important;
	}
}

@media only screen and (max-width: 475px) {
	.blogs .mediaholder._layout_2{
		width: 100%;
	}
}

@media only screen and (min-width: 383px){
	.header-wrap .navigation_container._opened {
		height: auto;
	}
}

@media only screen and (max-width: 352px) {
	.header-wrap .navigation_container {
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}

	.header-wrap .navigation_container._opened{
		height: 200px;
	}

	.header-wrap .navigation_container .main-nav-wrapper .categories li{
                text-transform: uppercase;
		width: 100% !important;
	}
}

@media only screen and (max-width: 320px) {
	.header-wrap .header .column-1{
		width: 50% !important;
	}

	.header-wrap .header .column-1 .header-logo a {
		padding:10px 20px;
	}

	.header-wrap .header .column-2{
		display: block;
		float: left;
	}

	.header-wrap .header .column-3{
		position: absolute;
		right: 0;
	}

	.links .headersearch-button,
	.links .headerstay-connected-button,
	.links .headersign-in-button,
	.links .headersign-out-button {
		padding-right: 15px;
		padding-left: 15px;
	}

	.headersearch .search-box form{
		width: 64%;
	}
}
