/*
Theme Name: ColorMag-Child
Theme URI:  https://themegrill.com
Author: Gofox
Author URI: https://themegrill.com
Description: ColorMag Child Theme
Version: 1.0
Template: colormag
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: one-column, two-columns, right-sidebar, left-sidebar, flexible-header, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, post-formats, footer-widgets, blog, e-commerce, news, rtl-language-support
Text Domain: colormag
*/

/* ----- Theme Customisation starts here ---- */


#page {
	max-width: 1900px;
	width: 98%;
}

.inner-wrap {
	max-width: 1860px;
}

.cm-container {
	max-width: 1820px;
}

.cm-entry-header {
	display: none;
}

.cm-entry-summary p {
 font-size: 15px;
 margin-bottom: 6px;	
}

.cm-entry-summary ul, .cm-entry-summary ol {
 font-size: 15px; 
 margin-bottom: 6px;	
}

#primary {
	width: 77%;
}

#secondary {
	width: 20%;
}

hr {
	display: block;
	margin: -0.15em 0 -0.15em 0;
	border-top: 3px solid #da291c;
}


h1 {
	font-size: 35px;
	margin-top: 0px;
	margin-bottom: 8px;
}


h2 {
	font-size: 25px;
	font-weight: 600;
	color: #da291c;
	background-color: white;
	margin-top: 25px;
	margin-bottom: 8px;
	border-bottom: solid #da291c;
}


h3 {
	font-size: 20px;
	font-weight: 600;
	color: #da291c;
	margin-top: 20px;
	margin-bottom: 6px;
}


h4 {
	font-size: 16px;
	font-weight: 600;
	color: #da291c;
	margin-top: 16px;
	margin-bottom: 6px;
}

h5 {
	font-size: 16px;
	font-weight: 600;
	color: black;
	text-decoration: none;
	margin-top: 16px;
	margin-bottom: 6px;
}

h6 {
	font-size: 16px;
	font-weight: 600;
	color: white;
	background-color: #da291c;
	margin-top: 16px;
	margin-bottom: 6px;
}

table td ,table th {
    border-bottom:none;
}

select {
	border: 1px solid black
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
textarea {
	margin: 0;
}


.table-borders td, .tabled-borders th {
    border:1px solid black; 
    border-collapse:collapse
}
.underline {
	display: block;
	border-bottom: 3px solid #da291c;
	padding: 0;
}


.endfloat {
	content: "";
	clear: both;
	display: block;
}



.entry-header {
	display: none;
}

.footer-socket-wrapper {
	background-color: #232323;
}

.footer-socket-wrapper .copyright {
	display: none;
}

.tribe-event-title {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 1px;
}

.links-table td {
	border-style: none;
}

.links-table table {
	margin: 5px 5px 5px 5px;
}

.gofox-heading-block {
	border-bottom: 2px solid #da291c;
	font-size: 18px;
	margin-bottom: 15px;
	padding-bottom: 0;
}

.gofox-heading-label {
	background-color: #da291c;
	color: #fff;
	padding: 6px 12px;
	display: inline-block;
}






.heading_table {
	border: hidden;
	margin: 0px;
}


.heading_name {
	color: white;
	font-size: 18px;
	background-color: #da291c;
	border: 3px solid #da291c;
	padding: 6px 12px 6px 12px;
}

.heading_detail {
	font-size: 18px;
	color: #da291c;
	border-bottom: 3px solid #da291c;
	text-align: right;
	padding: 6px 12px 6px 12px;
}

#supplier_toggle div {
	padding: 5px;
	border: hidden;
}


/* Echo Knowledgebase */
.epkb_post_type_1_category-business-process li {
	margin-bottom: 0.75em;
	padding-left: 1.5em
}

.lower-alpha {
	list-style-type: lower-alpha;
}

.roman {
	list-style-type: lower-roman;
}


/*** Gofox Sub Menu bar ***/
.gf-subnav {
	background-color: white;
	border-bottom: 3px solid #da291c;
	overflow: hidden;
	padding: 0 0 0 0;
}

.gf-subnav a {
	float: left;
	color: #da291c;
	text-align: center;
	padding: .25em 1em .21em 1em;
	text-decoration: none;
	font-size: 1.35em;
	font-weight: 600;
	border-left: .05em solid #da291c;
}

.gf-subnav a:hover {
	background-color: black;
	color: #da291c;
}

.gf-subnav .gf-active {
	background-color: #da291c;
	color: white;
}

.gf-subnav .gf-active::after {
	content: "";
}

.gf-supplier table {
	width: 100%;
}

.gf-supplier td {
	width: 25%;
	border-color: #da291c;
}


/** GoFox Layouts **/

.fox-left {
	width: 47%;
	float: left;
	margin-right: 6%;
}

.fox-left:after {
	content: "";
	display: block;
	clear: both;
}

.fox-right {
	width: 47%;
	float: left;
}

.fox-right:after {
	content: "";
	display: block;
	clear: both;
}

.fox-left-third {
	width: 30%;
	float: left;
	margin-right: 6%;
}



.fox-center-third {
	width: 30%;
	float: left;
	margin-left: auto;
	margin-right: auto;
}


.fox-right-third {
	width: 30%;
	display: inline-block;
	float: left;
}

.fox-columns {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.fox-columns::after {
	display: block;
	clear: both;
}

.fox-column-quater {
	width: 25%;
	display: inline-block;
}

.fox-column-half {
	width: 50%;
	display: inline-block;
}

.fox-column-third {
	width: 33%;
	display: inline-block;
}

.fox-column-2third {
	width: 66%;
	display: inline-block;
}

.fox-inline {
	display: inline-block;
}

.fox-inline::after {
	clear: both;
}

.fox-clearfix::after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	margin-bottom: 10px;
}

.fox-clearfix {
	display: block;
}

.fox_button_3em .gchoice label {
	width: 3em;
}

.fox_button_5em .gchoice label {
	width: 5em;
}

.fox_button_10em .gchoice label {
	width: 10em;
}

.fox_button_15em .gchoice label {
	width: 15em;
}

.fox_button_95pc .gchoice label {
	width: 95%;
}

.fox_select_15em {
	width: 15em;
}

.fox_select_25em {
	width: 25em;
}

.fox_select_50em {
	width: 50em;
}


.fox_double_height {
	line-height: 2.2em;
}

.fox_width_95pc {
	width: 95%;
}


.fox_required:before {
	color: red;
	font-style: italic;
	font-size: 0.9em;
	content: "Required";
}

.gf-form-frame {
	border: solid #da291c;
	border-radius: 15px;
	padding: 15px;
	background-color: #e1e1e1;
}

.wpcf7 input {
	margin: 0 0 5px;
}