body, p, li, a, span, div, aside {
  font-family: "garvis-pro",serif !important;
  font-size: 12px;
  color: #222 !important;
}


h1, h2, h3, h4, h5, h6,
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6,
.widgettitle {
  font-family: "ff-dagny-web-pro",sans-serif !important;
}

h1, h1 a {
  font-size: 20px !important;
}
h2, h2 a {
  font-size: 18px !important;
}

h3, h3 a {
  font-size: 16px !important;
}

h4, h4 a {
  font-size: 15px !important;
}

h5, h5 a {
  font-size: 14px !important;
}

h6, h6 a {
  font-size: 13px !important;
}

a {
  color: #CA242D !important;
  text-decoration: none !important;
  font-size: 15px;
}

a:hover {
  color: #ff676e !important;
}



.cleary {
  clear: both;
  display: block;
}




/* HEADER */

#navigation ul.nav > li a:hover {
  color: #000 !important;
}

#header {
  padding-top: 10px !important;
  padding-bottom: 10px !important;  
}

#topbar {
  margin-bottom: 20px; 
}

#searchbar {
  float: left;
}

#searchbar input {
  font-size: 14px !important;
  color: #333 !important;
}

.searchform, #searchform {
  border: 1px solid #333;
}

.searchform button.submit {
  top: 0.4em !important;
  color: #333 !important;
}

#login_but, #subscr_but {
  float: right;
  margin-top: 15px;
  
}

#subscr_but {
  margin-right: 10px;
}

#login_but {
  display: none;
}

#login_but a {
  border: 1px solid transparent;
  padding: 8.3px 0 8.3px 12px;
  font-size: 14px !important;
  border-radius: 3px;
  color: #333 !important;
  text-transform: uppercase !important;
  font-family: "ff-dagny-web-pro",sans-serif !important;
}

#login_but a:hover {
  color: #CA242D !important;
}

#subscr_but a {
  text-transform: uppercase !important;
  font-family: "ff-dagny-web-pro",sans-serif !important;
}

#thepaper_but a {
  font-family: "ff-dagny-web-pro",sans-serif !important;
}


#subscr_but a {
  border: 1px solid transparent;
  padding: 8.3px 12px;
  font-size: 14px !important;
  color: #fff !important;
  background: #CA242D;
}

#thepaper_link {
  border: 1px solid transparent;
  padding: 8.3px 12px;
  font-size: 14px !important;
  color: #222 !important;
}

#thepaper_link {
  padding: 4px 0px !important;
}

#2thepaper_link:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url('/wp-content/uploads/2015/12/subscr2-1.png') no-repeat center center;
  background-size: 100% 100%;
  margin-left: 5px;
  display: inline-block;
  position: relative;
  top: 4px;
}



#subscr_but a:hover {
  border: 1px solid #CA242D;
  color: #CA242D !important;
  background: #fff !important;
}



#temp_and_date {
  text-align: center;
  padding: 10px 0;
}

#date_header {
  font-size: 13px;
  display: inline-block;
  margin-right: 10px;
}

#date_header:after {
  content: "|";
  font-size: 16px !important;
  margin-left: 20px;
  position: relative;
  top: 2px;
  display: inline-block;
}


#temp_header {
  font-size: 13px;
  display: inline-block;
  margin-left: 5px;
}

#temp_header .weatherCity,
#temp_header .weatherRange,
#temp_header .weatherWind,
#temp_header .weatherLink {
  display: none !important;
}

#weather_header {
  display: none;
}

#weather_header div {
  display: inline-block;
  font-size: 13px;
}

#temp_header .weatherTemp:after {
  content: " F,";
}

#temp_header .weatherDesc {
  text-transform: lowercase !important;
  margin-left: 5px;
  font-size: 13px;
}



#logo {
  float: none;
  text-align: center;
}

@media only screen and (min-width: 401px) {
  #logo img {
    max-width: 400px;
  }
  
  #login_but {
    display: block !important;
  }

}

@media only screen and (min-width: 768px) {

  #main-nav {
    text-align: center;
    width: 100%;
    float: none;
    background: #fff !important;
    border-top: 2px solid #000;
    border-bottom: 1px solid #777;
    padding: 5px 0;
  }
  
  #main-nav li {
    float: none;
    display: inline-block;
    cursor: default !important;
  }
  
  #main-nav li a {
    font-size: 13px;
    text-transform: uppercase;
    color: #000 !important;
    padding: 0.5em !important;
    cursor: pointer !important;
  }

  #main-nav li a:hover {
    color: #CA242D !important;
  }

}



/* MOBILE NAV */

#navigation {
  margin-bottom: 10px !important; 
}

.show-nav #navigation h3 {
  display: none;
}


.show-nav #navigation {
  background: #333 !important;
}

.show-nav #navigation li a {
  padding: 15px !important;
  border-bottom: 1px solid #444;
  color: #fff !important;
  cursor: pointer !important;
  font-family: "ff-dagny-web-pro",sans-serif !important;
  font-size: 14px !important;
}

.show-nav #navigation ul.nav > li a:hover {
  background: #666;
}

.show-nav #navigation .nav-home, #navigation .nav-close {
  background: #fff !important;
  border-radius: 0 !important;
}

#topbar_mob {
  position: relative;
  z-index: 9999;
  width: calc(100% + 30px);
  margin-left: -15px;
}

#topbar_mob h3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0 !important;
}

#login_but_mob {
  float: right;
  height: 44px;
  width: 30px;
  position: relative;
  margin-right: 8px;
}

#login_but_mob:before {
  position: absolute;
  content: "";
  height: 80%;
  top: 10%;
  left: -5px;
  background: #CA242D;
  width: 1px;
}

#login_but_mob img {
  width: 90%;
  height: auto;
  display: block;
  position: absolute;
  top: 21%;
  left: 5%;
}


#subscr_but_mob {
  float: right;
  height: 44px;
  width: 30px;
  position: relative;
  margin-right: 11px;
}

#subscr_but_mob:before {
  position: absolute;
  content: "";
  height: 80%;
  top: 10%;
  left: -5px;
  background: #CA242D;
  width: 1px;
}

#subscr_but_mob img {
  width: 90%;
  height: auto;
  display: block;
  position: absolute;
  top: 21%;
  left: 5%;
}


#searchh_mob {
  float: right;
  height: 44px;
  width: 30px;
  position: relative;
  margin-right: 11px;
}

#searchh_mob img {
  width: 90%;
  height: auto;
  display: block;
  position: absolute;
  top: 21%;
  left: 5%;
}




#mob_logo {
  height: 30px;
  width: auto;
  margin-left: -10px;
  margin-bottom: 6px;
}

.showme_please {
  display: block !important;
}


@media only screen and (max-width: 767px) {
  #subscr_but, #login_but {
    display: none !important;
  }
  
  #searchbar {
    float: none;
  }
  
  #searchbar .searchform {
    width: 100% !important;
  }
  
  #topbar {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  #topbar_mob {
    display: none !important;
  }
  
  
}








/* HOME PAGE */

.home .title {
  display: none;
}

.home .flex-viewport li > a {
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 70%;
}

.home .flexslider {
  box-shadow: none;
  border: none;
  border-left: 1px solid #eee !important;
  border-right: 1px solid #eee !important;
  padding: 0 10px 0 5px;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}

.home .flex-viewport {
  height: auto !important;
}

.home .flexslider .slides img {
  margin-top: -10%;
  min-height: 110% !important;
  width: auto !important;
  min-width: 100% !important;
  border: none !important;
}

.custom_head .wpb_content_element {
  margin-bottom: 8px;
}


.home .flexslider .flex-control-nav,
.home .flexslider .flex-direction-nav {
  display: none;
}

.home .flexslider .flex-caption {
  background: none !important;
  padding-bottom: 0 !important;
}

.home .vc_gitem-zone {
  background: none !important;
}

.home .custom_grids .vc_gitem-animated-block {
  display: none;
}

.home .first_sidebar_posts ul {
  padding: 0 !important;
}

.home .first_sidebar_posts ul li .post-entry {
  display: none;
  font-size: 0.8em;
}

.home .first_sidebar_posts ul li .post-entry p {
  margin: 0;
}

.home .first_sidebar_posts ul li:first-child .post-entry {
  display: block !important;
}

.home .first_sidebar_posts ul li .post-title {
  font-size: 1.3em;
  line-height: 1.2;
  font-weight: bold;
  color: #000 !important;
}



.home .first_sidebar_posts ul li .post-date {
  font-size: 0.9em;
}

.home .first_sidebar_posts ul li .comment-num {
  font-size: 0.8em;
}

.home .first_sidebar_posts .wpb_heading {
  border-bottom: 3px solid #000;
  margin-bottom: 20px;
  padding-bottom: 5px;
}


.home .smalls_posts ul li {
  list-style-type: disc !important;
}

.home .smalls_posts ul li:first-child {
  list-style-type: none !important;
  margin-bottom: 20px;
}


.home .smalls_posts .post-title {
  font-size: 12px !important;
  font-weight: bold !important;
  line-height: 1.1 !important;
}


.home .smalls_posts ul li:first-child .post-title {
  font-size: 20px !important;
}

.home .smalls_posts .post-date {
  display: none;
}


.home .smalls_posts ul li:first-child .post-date {
  display: block !important;
}



.home .smalls_posts ul li .post-entry {
  font-size: 12px !important;
}

.home .widepostlist {
  padding-left: 20px;
  border-left: 1px solid #eee;
}

.home .widepostlist ul {
  padding-left: 0 !important;
}

.home .widepostlist .post-title {
  font-size: 20px !important;
}

.home .widepostlist .post-entry a {
  float: left;
  margin-right: 15px;
}

.home .widepostlist .comment-num {
  display: block;
  clear: both;
}

.home .widepostlist .post-date {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px !important;
}

.home .mostcommented {
  padding-left: 20px;
  border-left: 1px solid #eee;
}

.home .mostcommented ul {
  padding-left: 0 !important;
  text-align: center !important;
}

.home .mostcommented ul li {
  margin-bottom: 40px !important;
  list-style-type: decimal !important;
  font-size: 16px;
  font-weight: bold;
  margin-left: 15px;
}


.home .mostcommented .post-entry img {
  border-radius: 50% !important;
  border: none !important;
  width: 150px !important;
  height: 150px !important;
}

.home .mostcommented .post-title {
  font-size: 18px !important;
  font-weight: bold;
  color: #333 !important;
}

.home .mostcommented .post-title:hover {
  color: #CA242D !important;
}


.topborder_add {
  border-top: 1px solid #eee;
  padding-top: 40px;
}

.nomargbottom {
  margin-bottom: 0 !important;
}





.home #wrapper {
  padding-bottom: 0 !important;
}


.home #content {
  padding: 0 !important;
}


/* SINGLE POST */

.field_column_kicker {
  display: none;
}

.single-post .post-meta .categories {
  display: none;
}

.single-post .post-meta > span:nth-child(5) {
  display: none;
}




/* FOOTER */


#credit {
  display: none;
}

#footer {
  padding-bottom: 10px !important;
}

#footer li {
  list-style-type: none !important;
  margin-bottom: 8px;
}

#footer h2 {
  padding-bottom: 15px;
}

#footer li a {
  color: #333 !important;
  line-height: 1.3 !important;
}

#footer li a:hover {
  color: #CA242D !important;
}







/* HOME NEW VERSION */


}

.front_page_photo {
  border-right: 1px solid #ccc;
}


.front_page_photo_section li > div > a {
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 60%;
  margin-bottom: 20px;
} 


.front_page_photo .post-title {
  color: #333 !important;
  font-size: 18px !important;
  font-weight: bold;
  padding-bottom: 15px;
  display: block;
}

.front_page_photo ul {
  padding-left: 0 !important;
}

.front_page_photo img {
  border: none !important;
}




.space_and_border_top {
  border-top: 1px solid #ccc;
}

.home_h2_headings h2 {
  font-size: 2.4em !important;
}

.opinion_widget .recent-post-item {
  clear: both;
  padding-bottom: 30px;
}

.opinion_widget .post-entry img {
  float: left; 
  margin-right: 15px;
}

.wpb_widgetised_column .more-link {
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
}

.latest_news_widget {
  position: relative;
}

.latest_news_widget ul {
  padding-left: 0 !important;
}

.latest_news_widget ul:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -0.5px;
  height: 100%;
  width: 1px;
  background: #ccc;  
}

.latest_news_widget ul li:nth-child(odd) {
  position: relative;
  right: -12px;
}

.latest_news_widget ul li:nth-child(even) {
  clear: both;
}

.home .latest_news_widget ul li:first-child {
  display: none !important;
}

.latest_news_widget .recent-post-item {
  width: 48%;
  margin: 0 2% 20px 0 !important;
  float: left;
}

@media only screen and (max-width: 550px) 
	
	{
.latest_news_widget .recent-post-item {
  width: 100% !important;
  margin: 0 0 20px 0 !important;
  float: none !important;
}

.latest_news_widget ul:after {
  display: none !important;
}

.latest_news_widget ul li:nth-child(even) {
  right: auto !important;
}


}
.latest_news_widget .post-date {
  margin-top: 15px;
  ..display: none !important;
}

.latest_news_widget .post-title {
  color: #333 !important;
  font-size: 15px !important;
  font-weight: bold;
  padding-bottom: 15px;
  display: block;
}

.empty_with_clear {
  clear: both;
}



.most_viewed_wrap {
  border-right: 1px solid #ccc;
}

.home_most_viewed .wpp-thumbnail {
  width: 30%;
  height: auto;
  border: none !important;
}

.home_most_viewed .wpp-list {
  padding-left: 0 !important;
}

.home_most_viewed .wpp-list li {
  margin-bottom: 15px !important;
}


.home .post-date, .home .wpp-date {
  font-size: 11px !important;
  font-weight: bold !important;
}

.home .post-date a, .home .wpp-author a {
  color: #333 !important;
  font-size: 11px !important;
}





/* HEADER ADS */

#header {
  position: relative;
}

#left_header_ad {
  position: absolute;
  top: 70px;
  left: 0;
  width: 200px;
  height: 120px;
  box-sizing: border-box;
}

#right_header_ad {
  position: absolute;
  top: 70px;
  right: 0;
  width: 200px;
  height: 120px;
  box-sizing: border-box;
}


#top_header_ad {
  position: absolute;
  top: 5px;
  height: 50px;
  left: 25%;
  width: 50%;
  box-sizing: border-box;
}

#ad_under_menu {
  width: auto;
  margin: 10px 0;
  ..height: 60px;
  height: auto !important;
  box-sizing: border-box;
}

.ad_after_lat_news {
  width: 47%;
  float: right;
  height: 400px;
  overflow: hidden;
  margin-top: -460px;
  box-sizing: border-box;
}

.ad_under_photo {
  ..height: 90px;
  height: auto !important;
  overflow: hidden;
  box-sizing: border-box;
}

#footer_addd {
  width: auto;
  margin: 10px 0;
  ..height: 80px;
  height: auto !important;
  box-sizing: border-box;  
}





@media only screen and (max-width: 824px) {
  #left_header_ad, #right_header_ad, #top_header_ad {
    display: none !important;
  }
}





/* SUBSCRIPTIONS */

.woocommerce-account #main {
  padding-top: 40px !important;
}


.woocommerce-account form.login {
	max-width: 300px !important;
}

.woocommerce-account form.login .input-text {
  border: 1px solid #000 !important;
  border-radius: 0 !important;
}


.woocommerce-account form.login .button {
  border: 1px solid transparent;
  border-radius: 0 !important;
  padding: 4px 14px;
  font-size: 14px !important;
  color: #fff !important;
  background: #CA242D;
  text-transform: uppercase !important;
  font-family: "ff-dagny-web-pro", sans-serif !important;
}


.woocommerce-account form.login .button:hover {
  border: 1px solid #CA242D !important;
  color: #CA242D !important;
  background: #fff !important;
}




/* ARCHIVE CUSTOMIZATIONS  */

.archive_thumb img {
  max-width: 200px !important;
  height: auto !important;
}

.archive.category .read-more,
.archive.category .wc-memberships-restriction-message {
  display: none;
}

.logged-in.archive .read-more {
  display: block !important;
}

.readmore_arch {
  padding-top: 10px;
  display: block;
}

.logged-in.archive .readmore_arch {
  display: none !important;
}

.archive.category .entry-title a {
  color: #000 !important;
}

.widget_recent_entries a {
  color: #000 !important;
}


.single-post #main .entry > .woocommerce {
  background: #fff !important;
  border: none !important;
  font-size: 15px !important;
}

.single-post #main .entry .wc-memberships-restriction-message,
.single-post #main .entry .wc-memberships-restriction-message a {
  font-size: 16px !important;
  background: #fff !important;
  border: none !important;
  padding-left: 0 !important;
}

.single-post #main .entry .wc-memberships-restriction-message:before {
  display: none !important;
}


/* OPINION MOVING UNDER LATEST POSTS ON THE MOBILES */ 

@media only screen and (max-width: 767px) {
  .front_page_photo1 {
  display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .front_page_photo2 {
  display: none !important;
  }
}







/* OPINION ADS */


.opinion1_ad aside,
.opinion2_ad aside {
  width: auto;
  ..height: 280px;
  height: auto !important;
}




/* FIXES: */

#thepaper_link:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url('../../../wp-content/uploads/2015/12/subscr2-1.png') no-repeat center center !important;
  background-size: 100% 100% !important;
  margin-left: 5px;
  display: inline-block;
  position: relative;
  top: 4px;
}



/* LOGIN FEATURES */

#menu-item-124431 {
  display: none !important;
}

.logged-in #menu-item-124431 {
  display: inline-block !important;
}

.show-nav #navigation li a span {
    color: #fff !important;
}

@media only screen and (max-width: 550px) {
  .ad_after_lat_news {
    display: block;
	margin: 0px !important;    
    width: 100% !important;
  }
}
  


