/* Responsive CSS Style */
@media only screen and (min-width: 1121px) {
  #primary-bar {
    position: relative !important;
  }
  #site-bottom {
    text-align: center;
  }
  #site-bottom .site-info {
    float: none;
    margin-bottom: 10px;
  }
  #site-bottom .footer-nav {
    float: none;
  }
  #site-bottom .footer-nav ul li {
    padding: 0 5px;
  }

	
  #primary-nav,
  .header-social,
  .header-links {
    display: none;
  }
  .js .slicknav_menu {
    display: block;
  }
  #slick-mobile-menu {
    display: block;
  }
  .sticky-wrapper,
  #primary-bar {
    height: 0 !important;
  }
  #primary-bar {
    width: none !important;
  }

	
  .header-search {
    top: 0;
  }
  .site-header {
    height: 50px;
  }
  .site-branding {
    float: left;
    margin: 0;
    text-align: left;
  }	
}


@media only screen and (min-width: 960px) and (max-width: 1120px) {

#primary-nav,
  .header-social,
  .header-links {
    display: none;
  }
  .js .slicknav_menu {
    display: block;
  }
  #slick-mobile-menu {
    display: block;
  }
  .sticky-wrapper,
  #primary-bar {
    height: 0 !important;
  }
  #primary-bar {
    width: none !important;
  }

  .header-search {
    top: 0;
  }
  .container {
    width: 100%;
  }
  .site-header {
    height: 50px;
  }
  .site-branding {
    float: left;
    margin: 0;
    text-align: left;
  }
  #primary {
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }
  #secondary {
    float: none;
    width: 100%;
  }
  .sidebar .widget_ad .widget-title,
  .site-footer .widget_ad .widget-title {
    text-align: left;
  }
  .sidebar .widget_125 img,
  .site-footer .widget_125 img {
    margin-right: 15px;
  }
  .sidebar .widget_125 span.img-right,
  .site-footer .widget_125 span.img-right {
    float: left;
  }	

	
#featured-content .featured-large:first-child{
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}

	
#featured-content .featured-small {
    box-sizing: border-box;
    overflow: hidden;

}
	
  #featured-content .featured-small {
    width: 49.2%;
    /* margin-top: 25px; */

  }
  #featured-content .featured-small:nth-of-type(2n+1) {
    margin-right: 0;
  }
  .content-list .hentry .read-more {
    display: none;
  }
  .content-grid .hentry {
    width: 49%;

  }
  .content-grid .hentry:nth-of-type(2n) {
    margin-right: 0;
  }
  .content-grid .hentry .entry-comment {
    display: none;
  }
  .entry-related .hentry {
    width: 31.33333%;
    margin-right: 3%;
  }
  .footer-content .content-block .hentry {
    width: 48%;
    margin-right: 4%;
  }
  .footer-content .content-block .hentry:nth-of-type(2n+1) {
    margin-right: 0;
  }
  .footer-columns .footer-column-1,
  .footer-columns .footer-column-2,
  .footer-columns .footer-column-3,
  .footer-columns .footer-column-4 {
    width: 49%;
    margin-right: 2%;
  }
  .footer-columns .footer-column-2,
  .footer-columns .footer-column-4 {
    margin-right: 0;
  }
  .footer-columns .footer-column-3 {
    clear: left;
  }
  .comment-form .comment-form-author,
  .comment-form .comment-form-email {
    width: 32%;
    margin-right: 2%;
  }
  .comment-form .comment-form-url {
    width: 32%;
  }

}

/* Smaller than revolution_pro 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  #primary-nav,
  .header-social,
  .header-links {
    display: none;
  }
  .js .slicknav_menu {
    display: block;
  }
  #slick-mobile-menu {
    display: block;
  }
  .sticky-wrapper,
  #primary-bar {
    height: 0 !important;
  }
  #primary-bar {
    width: none !important;
  }
  .search-icon {
    right: 5px;
  }
  .header-search {
    top: 0;
  }
  .container {
    width: 98%;
  }
  .site-header {
    height: 50px;
  }
  .site-branding {
    float: left;
    margin: 0;
    text-align: left;
  }
  #primary {
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }
  #secondary {
    float: none;
    width: 100%;
  }
  .sidebar .widget_ad .widget-title,
  .site-footer .widget_ad .widget-title {
    text-align: left;
  }
  .sidebar .widget_125 img,
  .site-footer .widget_125 img {
    margin-right: 15px;
  }
  .sidebar .widget_125 span.img-right,
  .site-footer .widget_125 span.img-right {
    float: left;
  }
}

/* Tablet Portrait size to revolution_pro 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #featured-content .featured-small {
    width: 49.2%;
    /* margin-top: 25px;
    margin-right: 1.5%; */
  }
  #featured-content .featured-small:nth-of-type(2n+1) {
    margin-right: 0;
  }
  .content-list .hentry .read-more {
    display: none;
  }
  .content-grid .hentry {
    width: 48%;
    margin-right: 2%;
  }
  .content-grid .hentry:nth-of-type(2n) {
    margin-right: 0;
  }
  .content-grid .hentry .entry-comment {
    display: none;
  }
  .entry-related .hentry {
    width: 31.33333%;
    margin-right: 3%;
  }
  .footer-content .content-block .hentry {
    width: 48%;
    margin-right: 4%;
  }
  .footer-content .content-block .hentry:nth-of-type(2n+1) {
    margin-right: 0;
  }
  .footer-columns .footer-column-1,
  .footer-columns .footer-column-2,
  .footer-columns .footer-column-3,
  .footer-columns .footer-column-4 {
    width: 49%;
    margin-right: 2%;
  }
  .footer-columns .footer-column-2,
  .footer-columns .footer-column-4 {
    margin-right: 0;
  }
  .footer-columns .footer-column-3 {
    clear: left;
  }
  .comment-form .comment-form-author,
  .comment-form .comment-form-email {
    width: 32%;
    margin-right: 2%;
  }
  .comment-form .comment-form-url {
    width: 32%;
  }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .site-content {
    padding: 15px 0;
  }
  #featured-content {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  #featured-content .featured-large .entry-header {
    bottom: 0;
  }
  .content-ad {
    margin-bottom: 15px;
  }
  .single .breadcrumbs .post-title {
    display: none;
  }
  .single .breadcrumbs .post-category a {
    background: none;
  }
  .entry-share a {
    margin-right: 2px;
  }
  .entry-share a span {
    display: none;
  }
  .entry-summary {
    clear: both;
    display: block;
  }
  .entry-summary:before {
    content: " ";
    display: block;
    clear: both;
  }
  .single .entry-header {
    margin-bottom: 20px;
  }
  .comment-form .comment-form-author,
  .comment-form .comment-form-email,
  .comment-form .comment-form-url {
    width: 100%;
  }
  .footer-columns .footer-column-1,
  .footer-columns .footer-column-2,
  .footer-columns .footer-column-3,
  .footer-columns .footer-column-4 {
    width: 100%;
    margin: 0 0 0 0;
  }
  .footer-columns .footer-column-4 {
    border-bottom: none;
    margin-bottom: 0;
  }
  .content-search .thumbnail-link {
    width: 48px;
  }
  .content-search .entry-title {
    display: table;
  }
  .content-search .entry-meta {
    display: none;
  }
  .error-404 .page-content .search-form input.search-field {
    width: 200px;
  }
  #site-bottom {
    text-align: center;
  }
  #site-bottom .site-info {
    float: none;
    margin-bottom: 10px;
  }
  #site-bottom .footer-nav li {
    margin: 0 5px;
  }
  .pagination .page-numbers {
    font-size: 13px;
    padding: 0 7px;
  }
  #primary .section-header span a {
    padding: 0 15px;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #featured-content .featured-large .entry-title {
    font-size: 22px;
  }
  #featured-content .featured-small {
    width: 49.2%;
    /* margin-top: 15px;
    margin-right: 3%; */
  }
  #featured-content .featured-small:nth-of-type(2n+1) {
    margin-right: 0;
  }
  #featured-content .featured-small .entry-comment {
    display: none;
  }
  .content-grid .hentry {
    width: 98%;
    margin-right: 2%;
  }
  .content-grid .hentry:nth-of-type(2n) {
    margin-right: 0;
  }
  .content-grid .hentry .entry-comment {
    display: none;
  }
  .content-list .thumbnail-link {
    width: 150px;
    margin: 0 20px 20px 0;
  }
  .content-list .entry-title {
    display: table;
    font-size: 18px;
  }
  .content-list .entry-comment,
  .content-list .read-more {
    display: none;
  }
  .content-loop .entry-title {
    font-size: 24px;
  }
  .entry-related .hentry {
    width: 48%;
    margin: 0 4% 20px 0;
  }
  .entry-related .hentry.last {
    margin-right: 4%;
  }
  .entry-related .hentry:nth-of-type(2n) {
    margin-right: 0;
  }
  .entry-related .hentry:nth-of-type(2n+1) {
    clear: left;
  }
  .entry-related .hentry:nth-of-type(3n+1) {
    clear: none;
  }
  .footer-content .content-block .hentry {
    width: 48%;
    margin-right: 4%;
  }
  .footer-content .content-block .hentry:nth-of-type(2n+1) {
    margin-right: 0;
  }
  .footer-content .content-block .hentry .read-more {
    display: none;
  }
/* tabbed related like mobile 479 */
  .tab-entry-related .hentry {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .tab-entry-related .hentry .thumbnail-link {
    float: left;
    margin: 0 10px 0 0;
    width: 100px;
  }
  .tab-entry-related .hentry .entry-title {
    display: table;
  }	
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .site-content {
    padding: 10px 0;
  }
  .site-branding img {
    max-height: 50px;
  }
  .site-title {
    font-size: 24px;
  }
  .slicknav_btn {
    margin-right: 25px;
  }
  .header-search .search-input {
    font-size: 16px;
  }
  .header-search .search-submit {
    padding: 0 10px;
  }
  #featured-content {
    margin-bottom: 15px;
  }
  #featured-content .featured-large .entry-title {
    font-size: 22px;
  }
  #featured-content .featured-large .entry-meta {
    display: none;
  }
  #featured-content .featured-small {
    width: 100%;
    margin: 15px 0 0 0;
  }
  #featured-content .featured-small .thumbnail-link {
    float: left;
    width: 80px;
    margin: 0 10px 0 0;
    line-height: 1;
  }
  #featured-content .featured-small .entry-title {
    font-size: 16px;
    display: table;
  }
  #featured-content .featured-small .entry-category,
  #featured-content .featured-small .entry-meta {
    display: none;
  }
  #primary .section-header {
    margin-bottom: 15px;
  }
  #primary .section-header span em {
    display: none;
  }
  .content-list .hentry {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .content-list .thumbnail-link {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 13px 0;
  }
  .content-list .entry-comment,
  .content-list .read-more {
    display: none;
  }
  .content-list .entry-title {
    font-size: 20px;
  }
  .content-loop .entry-title {
    font-size: 22px;
  }
  .content-loop .entry-comment {
    display: none;
  }
  .content-grid .hentry {
    float: none;
    width: 100%;
    margin: 0 0 25px 0;
  }
  .content-grid .entry-title {
    font-size: 22px;
  }
  .content-grid .entry-comment {
    display: none;
  }
  .footer-content .content-block .hentry {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .footer-content .content-block .hentry .entry-header {
    margin-bottom: 5px;
  }
  .footer-content .content-block .hentry .entry-comment {
    display: none;
  }
  .single #primary .entry-comment {
    display: none;
  }
  .entry-related .hentry {
    width: 100%;
  }
  .page-title,
  .single h1.entry-title,
  .page h1.entry-title {
    font-size: 24px;
  }
  #comments .comment-metadata,
  .comment-respond .comment-metadata {
    display: none;
  }
  .pagination {
    border-left: none;
    border-right: none;
  }
  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    border: none;
    padding: 0;
  }
	
/* tabbed related like mobile 479 */
  .tab-entry-related .hentry {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .tab-entry-related .hentry .thumbnail-link {
    float: left;
    margin: 0 10px 0 0;
    width: 100px;
  }
  .tab-entry-related .hentry .entry-title {
    display: table;
  }	
}

@media only screen and (max-width: 360px) {
  .slicknav_menu .slicknav_menutxt {
    display: none;
  }
  .site-branding .site-title {
    font-size: 26px;
  }
  .content-loop .hentry .read-more,
  .content-loop .hentry .entry-comment,
  .content-list .hentry .read-more,
  .content-list .hentry .entry-comment,
  .content-grid .hentry .read-more,
  .content-grid .hentry .entry-comment {
    display: none;
  }
  .content-grid .hentry .read-more {
    display: block;
  }
  .single .hentry .entry-comment {
    display: none;
  }
  .sidebar .widget_125 img,
  .site-footer .widget_125 img {
    border: none;
    padding: 0;
  }
}

@media only screen and (max-width: 840px) {
  .post-content {
    width: 100%;	
  }
}
