/*
Theme Name: The Next Chapter based on Bridge Child
Theme URI: http://bridgelanding.qodeinteractive.com/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: https://qodeinteractive.com
Version: 1.1.0
Text Domain: bridge
Template: bridge
*/

/* FOOTER */


/* Removes indent in blog posts */
.latest_post_holder.image_in_box .latest_post_text {
    padding: 0 !important;
}



/* ELEMENTS */


/* Accordion styles */
.accordion_mark.left_mark {
	background: none !important;
	border: none !important; 
}

.ui-accordion-header {
	border-bottom: 1px solid #333 !important;
}

.ui-accordion-header.ui-state-active .accordion_mark {
	background: none !important;
	border-bottom: none !important;
}

.ui-accordion-header-active.ui-state-active {
	background: none !important;
	border-bottom: none !important;
}


.accordion_content.ui-state-active {
	border-bottom: none; !important;
}

.accordion_content {
	border-bottom: 1px solid #333 !important;
}

.ui-accordion-header {
	background-color: #fff;
}

.ui-accordion .tab-title {
	font-variant: normal;
	text-transform: none !important;
	letter-spacing: normal !important;
	line-height: 1.3em;
	color: #002A5C;
	font-size: 22px;
	margin-bottom: 8px;
}

.ui-accordion .tab-title:hover {
	color: #E51837;
}

.accordion_content_inner p {
	font-weight: 500 !important;
	color: #6d6d6d;
	margin-bottom: 16px;
}

/* TRICKS */
.hide {
	display: none !important;
}

/* REMOVES MONTH FROM COUNTDOWN */
.qode-countdown-month {
    display: none !important;
}

/* TABLE */

.tableStyle table {
	width: 1000px;
}

.tableStyle {
	font-size: 22px;
}

.tableStyle .vc-th td {
	padding: 30px !important;
	border: 6px solid #fff;
}

.tableStyle td {
	padding: 15px !important;
	border: 6px solid #fff;
}



/* FROM EASY TABLE STYLES */

.wpb_vc_table td.vc_table_cell.vc_cell_border_top,
#visual_composer_content .wpb_vc_table td.vc_table_cell.vc_cell_border_top {
    border-top: 2px solid #fff !important;
}

.wpb_vc_table td.vc_table_cell.vc_cell_border_left,
#visual_composer_content .wpb_vc_table td.vc_table_cell.vc_cell_border_left {
    border-left: 2px solid #fff !important;
}

.wpb_vc_table td.vc_table_cell.vc_cell_border_right,
#visual_composer_content .wpb_vc_table td.vc_table_cell.vc_cell_border_right {
    border-right: 2px solid #fff !important;
}

.wpb_vc_table td.vc_table_cell.vc_cell_border_bottom,
#visual_composer_content .wpb_vc_table td.vc_table_cell.vc_cell_border_bottom {
    border-bottom: 2px solid #fff !important;
}

.wpb_vc_table td.vc_table_cell.vc_cell_borders_all,
#visual_composer_content .wpb_vc_table td.vc_table_cell.vc_cell_borders_all {
    border: 2px solid #fff !important;
	
}










/* FONTST */

.whiteText h1,
.whiteText h2,
.whiteText h3,
.whiteText h4,
.whiteText h5,
.whiteText p,
.whiteText a,
.whiteText a:hover,
.whiteText {
	color: #fff !important;
}

.largeText h1,
.largeText h2,
.largeText h3,
.largeText h4,
.largeText h5,
.largeText p,
.largeText a,
.largeText a:hover,
.largeText {
	font-size: 120% !important;
}

.smallText h1,
.smallText h2,
.smallText h3,
.smallText h4,
.smallText h5,
.smallText p,
.smallText a,
.smallText a:hover,
.smallText {
	font-size: 90% !important;
}

p {
	margin-bottom: 1em;
}
