/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/

/*Break links over line*/
a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

/*Quotes*/

blockquote {
    font-family: Merriweather, serif;
    font-size: 0.98em;
    font-style: italic;
    width: 95%;
    margin: 0.55em 0.55em 0.55em 0.55em;
    padding: 35px 5px 5px 10px;
    line-height: 1.45;
    position: relative;
    color: #222222 !important;
    background:#ececec;
}
 
blockquote:before {
	  font-family: Merriweather, serif !important;
    display: block;
    content: "\201C";
    font-size: 60px;
    position: absolute;
    left: -8px;
    top: -10px;
    color: #A31621;
}
 
blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
	margin-left:50px;
}
  
blockquote cite:before {
    content: "\2014 \2009";
}


/*Picture Cap*/
.vc_figure-caption{
	font-style:italic;
	font-size:0.85em !important;
	font-family:roboto;
	font-weight:400 !important;
	color:#585858;
}

/*Misc Text*/
body{
	text-align: left;
  text-justify: inter-word;
	word-break: break-word;
}

.wpex-text-3xl {
    font-size: 1.5em;
}

.wpex-text-gray-600 {
    color: #A31621;
}

/*Downloads*/
.w3eden .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #FCF9F3; 
    /* background-clip: border-box; */
     border: 1px solid #FCF9F3; */
    /* border-radius: .25rem; */
}

a{
	font-weight:600 !important;
}

.w3eden .btn-lg {
    font-size: 1em;
    border-radius: 0.25rem;
    padding: 5px 5px; 
}

/*captions*/

.wpb_single_image .vc_figure-caption {
    margin-top: .2em;
    font-size: .8em;
    padding-bottom: 15px;
}

.wpb_single_image .vc_figure-caption {
    font-size: 1em;
    /* padding-top: 1em; */
    text-align: center;
}


/*ShiftMenu Logo*/
.shiftnav-main-toggle-content,
.shiftnav-main-toggle-content img{
  vertical-align:middle;
}
.shiftnav-main-toggle-content a{
  padding-left:1px;
}

/*Blog Card h2 no padding */
h2, .wpex-h2 {
    font-family: "Merriweather",sans-serif;
    font-size: 1.8em;
    color: #1f2a44;
    line-height: 2em;
    /* margin: 60px 0 10px 0 !important; */
}

.wpex-card-terms-list {
	visibility:hidden !Important;
	margin:0 0 0 0;
}

/*events*/
.tribe-events .tribe-events-c-nav__next:disabled, .tribe-events .tribe-events-c-nav__prev:disabled {
    color: #bbbbbb;
}

.single-tribe_events .tribe-events-venue-map {
    visibility:hidden;
}

.single-tribe_events .tribe-events-event-meta {
    background-color: #FCF9F3 !important;
    color: #333333;
}

.tribe-common a {
    font-family:merriweather;
}

.tribe-events .tribe-events-l-container {
    padding-bottom: 80px;
    padding-top: 4px;
    min-height: 600px;
}

.tribe-common--breakpoint-full.tribe-events .tribe-events-c-top-bar__datepicker-desktop {
    display: block!important;
    visibility: visible;
    font-family: 'Merriweather';
}

.tribe-common button, .tribe-common input[type=button], .tribe-common input[type=reset], .tribe-common input[type=submit] {
    cursor: pointer;
    overflow: visible;
    font-family: Merriweather !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #F8F0DF;
	color:#1f2a44;
}

.stickymenus{
	padding-top:110px;
	z-index:999;
	position:relative;
}

.is-sticky{
	z-index:999;
	position:relative;
	height:200px;
}

.blog-white {
	
	background: rgba(0,0,0,0.5);
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.5);
	color: white !important;
}

.blog-white-text > h2{
	color: white !important;
}