/*
Theme Name: Transatlantic
Description: A custom theme for Transatlantic Agency. DO NOT DEACTIVATE, DELETE OR MODIFY.
Author: Allen Zuk
Author URI: http://www.allenzuk.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/


h1.header-title {
	color:#faecd3 !important;
}

a, a:hover, a:focus, a.active {
    font-weight: 600 !important;
}

@media only screen and (max-width: 1176px) {
.navbar-social li, .navbar-search li {
    display: none !important;
}
}

/* fix letter spacing issue with bottom-level menu entries */
.font-size-submenu, .menu-horizontal ul ul a {
  letter-spacing: 0.08em !important;
}
.font-size-submenu, .menu-horizontal ul ul ul a {
  letter-spacing: 0.08em !important;
}

@media (min-width: 960px) {
	h1.header-title {
		font-size: 4em !important;
	}
}

.style-light .post-info a:hover {
	color:#ffffff !important;
}

/* @media (min-width: 960px) and (max-width: 1300px){
	/* remove the padding above and below the logo */
/*	body.menu-custom-padding .col-lg-12 .logo-container {
		padding-left: 27px;
		padding-right: 27px;
	}
	.menu-smart > li > a {
		padding: 0px 6px !important;
	}
} */

/* for rev slider button - get rid of odd margin */
ul i, ol i	{
		margin-right: 0px;
	}   

.t-entry-date {
	font-style:italic;
	letter-spacing:0.07em;
}

/* for clickable letter menu, not working */
/* .alphind .main-container .row-container .row-parent {
    padding: 0px 0px 0px 0px;
} */

/* custom p spacing for index pages */
.indexcols p {
	line-height: 2.2;
	margin: 1px 0 0 0;
}
.indexcols a:link {
	color:#0063a0 !important;
}

/* agent icon for authors index */
.fa-address-book {
	font-size: 1.2em;
}

.site-footer .style-dark {
    color: #faecd3;
}

.site-footer .style-dark a {
    color: #ffffff;
}

a.agent-icon {
	display:inline-block;
	vertical-align:text-bottom;
	background: url(//www.transatlanticagency.com/wp-content/uploads/2019/06/agent-icon.png) no-repeat;
	height: 23px;
	width: 20px;
}

a.agent-icon:hover {
	display:inline-block;
	vertical-align:text-bottom;
	background-position: 0 -23px;
}

/* not currently using default share feature */
/* .share-button.share-inline .social.top li.social-gplus,
.share-button.share-inline .social.top li.social-pinterest,
.share-button.share-inline .social.top li.social-xing,
.share-button.share-inline .social.top li.social-paper-plane{
display: none !important;
} */

.tagcloud {
    font-family: Montserrat, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
}

.widget-container .tagcloud a {
    font-weight: 500 !important;
}

.dpsp-share-text {
	color: #0063a4;
	text-align: center;
    font-weight: 500;
    font-family: Montserrat, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	text-transform: uppercase;
	font-size: 11px;
}

@media screen and (max-width: 569px) { 
.btn:not(input):not(.checkout-button), .btn-link:not(input):not(.checkout-button) {
    transform: none;
}
}

.speakersgrid p {
	line-height: 1.25;
	font-size: 11px;
}

.speakersgrid .isotope-filters ul.menu-smart > li > span {
    padding: 0px 9px 18px 9px;
}

.speakersgrid .isotope-filters {
	margin: 0px 0px 14px 0px;
}

.tmb .t-entry p.t-entry-meta .t-entry-category {
    text-transform: none !important;
	padding: 3px 0px 0px 0px !important;
} 

.cat-comma {
	display:none !important;
}

.agentscroller div.t-overlay-text.single-block-padding {
	padding: 18px 18px 10px 18px;
}

/* code to hide subtitle on new agent portfolio pages, Jan 2024 */

.portfolio-template-default .post-info {
	display:none !important;
}


.h6:not([class*="fontsize-"]) {
    font-size: 14px;
}