/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* BREAKPOINTS */
@media (max-width: 768px) {
    /* CSS in here for mobile only */
}
@media (min-width: 769px) and (max-width: 1024px) {
    /* CSS in here for tablet only */
}
@media (min-width: 1025px) {
    /* CSS in here for desktop only */
}

/* FONTS */

@font-face {
font-family: 'Proxima Nova';
src: url('https://transhelp.org/wp-content/themes/generatepress_child/proximanova-regular.eot');
src: url('https://transhelp.org/wp-content/themes/generatepress_child/proximanova-regular.eot?#iefix') format('embedded-opentype'),
url('https://transhelp.org/wp-content/themes/generatepress_child/proximanova-regular.woff2') format('woff2'), 
url('https://transhelp.org/wp-content/themes/generatepress_child/proximanova-regular.woff') format('woff'), 
url('https://transhelp.org/wp-content/themes/generatepress_child/proximanova-regular.ttf') format('truetype') 
}

/* HOME PAGE */

.column-dashed-border {
	border-left: 1px dashed #b2b2be;	
	border-right: 1px dashed #b2b2be;
	padding-left: 20px;
	padding-right: 20px;
}

.wp-show-posts-entry-summary {
	padding-bottom: 30px;
	border-bottom: 1px solid #b2b2be;
}

SECTION#wpsp-1288 ARTICLE {
	padding-bottom: 30px;
	border-bottom: 1px solid #279DE9;
}

.entry-content:not(:first-child) {
  margin-top: 1em;
}

BODY.home .entry-content:not(:first-child) {
  margin-top: 0em;
}

/* SINGLES, ARCHIVES */

BODY.single ARTICLE,
BODY.archive ARTICLE {
	border-right: 1px dashed #b2b2be;	
}

.legacy-content-notice {
	background-color: lightyellow;
}

.legacy-content-notice P {
	padding: 4px 8px;
	font-size: 12px;
}

.entry-header, .site-content {
  word-wrap: normal;
}

/* COMMENTS */

/*#comments {display: none;}*/

BODY.single #comments ARTICLE {
	border-right: none;	
}

.comment-content {
  padding: 30px;
  border: none;
  background-color: #ECF9FF;
}

input[type="submit"] {
  background-color: #1e73be;
}

input:hover[type="submit"] {
  color: #289DE9;  
  background-color: #006699;
}

/* RIGHT SIDEBAR */

#right-sidebar H2.widget-title {
	font-size: 22px;
	font-weight: 500;
}

BODY.home #right-sidebar H2.widget-title {
    margin-top: -45px !important;
}

/* -----------------
    SPONSORS
========================*/
/*.advertisement {
	margin-top: 20px;
}*/

.sponsor:before,
.AdSpeed:before { 
	content: "Advertisement";
	text-transform: uppercase;
	font-size: 10px;
	color: #999;
	padding: 5px;
	display: block;
	margin: 0 auto;
}

.AdSpeed IMG { 
	margin-top: 10px;
}

.sponsor DIV, .AdSpeed {	
	margin-top: 10px;
}

.sponsor, .AdSpeed {
	text-align: center;
}

.sponsor.rectangle IMG, .sponsor.rectangle IFRAME {
	max-width: 300px !important;
	max-height: 250px;
}	

.widget-area ASIDE#block-8.widget {
  padding-left: 0px !important;
  padding-top: 0px !important;
  padding-right: 0px !important;
}

.widget-area ASIDE#block-9.widget { /*Crane CTS - Santucci*/
  padding-bottom: 0px !important;
}

/* RESPONSIVE ADS */

.leaderboard {
	display: none;
	text-align: center;
}

@media (max-width: 992px) {
  .leaderboard_mobile { 
  	display: block;
	margin: 30px auto; }
.leaderboard_mobile IMG, 
.leaderboard_mobile IFRAME {
	max-width: 320px !important;
	max-height: 100px;
}	  
}

@media (min-width: 993px) {
  .leaderboard_desktop { 
  	display: block;
	margin: 30px auto;
  }
.leaderboard_desktop IMG, 
.leaderboard_desktop IFRAME {
	max-width: 728px !important;
	max-height: 90px;
	}
}

/* Specific Ads - Instead of Widget Context */

ASIDE#block-9 { display: none;} /*Crane CTS - Santucci*/
BODY.postid-804 ASIDE#block-9 { display: block;}