/*
Theme Name:     Shareblue
Theme URI: 		
Description:    Child theme for use with Newspaper theme
Author:         90DM
Author URI: 	
Template:       Newspaper
Version:        7.7c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

/* hide ads on certain pages */
.page:not(.home) .td-banner-wrap-full {
	display: none;
}
.ad {
    margin: 0 auto;
    text-align: center;
}
.ad.ip {
	margin-bottom: 26px;
}
.page .td-crumb-container {
	display:none;
}
.page h1.entry-title {
	text-align: center;
	background-color: #1273A3;
	color: #fff;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
	margin: 0 0 50px 0;
}
.td-header-style-7 .td-header-top-menu .td-social-icon-wrap .td-icon-font {
    color: #fff;
}
.td-social-boxed .td_social_type {
    width: 50%;
}

/* TEAM PAGE */
.team-wrapper {
	width: 25%;
	float: left;
}
@media only screen and (max-width: 960px) and (min-width: 568px) {
	.team-wrapper {
		width: 50%;
	}
}
@media only screen and (max-width: 567px) {
	.team-wrapper {
		width: 100%;
		float: none;
	}
}
h3.secondary-title {
	margin: 50px 0 20px 0;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #e5e5e5;
	color: #1273A3;
}
.team-inner {
	padding: 20px;
}
.team-headshot {
	padding: 0 40px;
}
.team-wrapper h4 {
	text-align: center;
	font-family: 'Libre Franklin', sans-serif !important;
	font-weight: 400 !important;
	color: #242424 !important;
}
.team-wrapper h5 {
	text-align: center;
	font-family: 'Libre Franklin', sans-serif !important;
	font-weight: 400 !important;
	color: #242424 !important;
}
#page_content_wrapper .team-wrapper p {
	font-family: 'Libre Franklin', sans-serif !important;
	font-weight: 400 !important;
	color: #242424 !important;
	font-size: 0.85rem !important;
	line-height: 1.2rem !important;
}
@media only screen and (max-width: 767px) {
	#page_content_wrapper .team-wrapper p {
		font-size: 1rem !important;
		line-height: 1.3rem !important;
	}
	.ad {
		margin-top: 30px;
	}
	.td-news-ticker {
		display: none;
	}
	.td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll {
		overflow-x: hidden;
		white-space: normal;
		padding-top: 0;
	}
	.td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll .td-big-grid-post {
		margin-left: 0;
	}
	.td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll .td-big-grid-post {
		display: block;
		width: auto;
	}
}
@media only screen and (max-width: 960px) and (min-width: 568px) {
	#page_content_wrapper .team-wrapper p {
		font-size: 0.95rem !important;
		line-height: 1.3rem !important;
	}
}
.team-wrapper hr {
	margin: 10px 0 !important;
}
.team-row {
	clear: both;
}

.company .td-main-page-wrap, .careers .td-main-page-wrap {
    padding-top: 0;
}
.company-summary {
    width: 90%;
    max-width: 720px;
    margin: auto auto;
}
.company-summary p {
    font-size: 1.25rem;
    line-height: 1.7rem;
	font-weight: 200;
}
h4.team-name {
	margin-bottom: 0;
}
h5.team-title {
    margin-top: 0;
}
.team-inner hr {
	border-top: 1px solid #ebebeb;
}
/* End of TEAM PAGE */

.td-front-end-display-block {
    top: 0;
	bottom: 0;
}
#customSummary p {
    font-size: 1.4rem !important;
    line-height: 1.9rem !important;
    font-style: italic;
	margin-bottom: 2em;
}
.td-page-content blockquote, .td-post-content blockquote, .wpb_text_column blockquote, .td_block_text_with_title blockquote, .bbpress blockquote, .woocommerce #tab-description blockquote, .mce-content-body blockquote, .comment-content blockquote {
    border-left: 2px solid #000;
    width: calc(100% - 5rem);
    padding: 4px 2rem;
}
.td-page-content blockquote p, .td-post-content blockquote p, .wpb_text_column blockquote p, .td_block_text_with_title blockquote p, .bbpress blockquote p, .woocommerce #tab-description blockquote p, .mce-content-body blockquote p, .comment-content blockquote p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    text-transform: none;
	font-style: normal;
	color: #000 !important;
	margin-bottom: 0;
}
.footer-text-wrap {
    margin-bottom: 20px;
}
/* image caption and credits */
.image-info {
    position: absolute;
	background-color: rgba(255,255,255,0.8);
    padding: 4px 8px;
	margin-top: 13px;
    font-size: 0.85em;
	width: 100%;
	/*top: 0;
	left: 0;*/
	bottom: 0;
	right: 0;
	z-index: 1;
}
.image-info .image-caption {
    width: 55.5%;
    float: left;
    font-size: 9px;
}
.image-info .image-credit {
    width: 40%;
    float: right;
    text-align: right;
    font-size: 9px;
}

/* Google custom search */
.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
	height: 26px !important;
	margin-top: 0 !important;
	min-width: 13px !important;
	padding: 5px 26px !important;
	width: 68px !important;
}
td.gsc-search-button {
    padding-top: 8px !important;
}
.gsc-control-cse table td {
	border-width: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.gsc-input-box {
    height: 28px !important;
}

/* -------------------------------------------------------------------
  Style 7
----------------------------------------------------------------------  */
.td-header-style-7 .td-header-sp-logo {
  margin-right: 42px;
  float: left;
  height: 66px;
  padding: 0;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
.td-header-style-7 .td-header-sp-logo a {
  line-height: 66px;
  /* responsive portrait tablet */
}
.td-header-style-7 .td-header-sp-logo img {
  max-height: 66px;
  position: relative;
  padding: 6px 0;
  line-height: 66px;
  vertical-align: middle;
  /* responsive portrait tablet */
}
.td-header-style-7 .sf-menu {
  margin-top: 0;
  float: right;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-7 .sf-menu {
    margin-top: 6px;
  }
}
.td-header-style-7 .sf-menu > li > a {
  line-height: 66px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media only screen and (min-width: 768px) {
	.td-grid-style-1 .td-big-thumb .td-meta-info-container {
		top: 0;
		bottom: auto;
		background: rgba(0,0,0,0.3);
	}
}