/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/


/* DEC 2018 dryer divder style */

.post-5805.entry .vcex-post-type-entry-details.entry-details.wpex-clr, .post-5816.entry .vcex-post-type-entry-details.entry-details.wpex-clr  {
    display: none !important;
}

/* end of divider stlyes*/

.vc_column_container>.vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.post-edit.clr {
    display: none;
}
.center {
    text-align: center;
}
#site-logo img {
    max-height: 50px !important;
}
.navbar-style-one {
    right: 0;
    left: 180px;
}
ul#menu-main-menu-english-desktop, ul#menu-main-menu-french-desktop {
    width: 100%;
}
li#menu-item-wpml-ls-68-en, li#menu-item-wpml-ls-68-fr {
    right: 0;
    float: right;
}
li#menu-item-wpml-ls-68-en a, li#menu-item-wpml-ls-68-fr a {
    font-weight: normal !important;
    font-size: 14px !important;
}
#site-navigation li.megamenu>ul.sub-menu {
    padding: 12px 0 !important;
}
#site-navigation .dropdown-menu ul a {
    text-align: center;
}
.textcenter.theme-button-wrap.clr {
    margin-top: 20px;
}
#copyright {
    font-size: 12px;
}
.centered-minimal-page-header {
    text-align: left;

}
.centered-minimal-page-header .page-header-title {
    font-size: 36px;
}

/* Homepage */

#hero.homepage h1 {
    font-style: italic;
    letter-spacing: -2px;
    margin: 40px 0;
}
#hero.customer-care {
    background: #005696 url(http://70.32.76.21/~cginglis/wp-content/uploads/InglisSupportHeroBG-1.jpg?id=5571) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
#hero h2 {
    line-height: 34px;
}

/* Products */

#product-description h1 {
    font-size: 28px;
    font-weight: 400;
}
.vc_tta-tabs-container {
    background-color: #005696;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active>a, .wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a {
    background-color: transparent !important;
    color: #fff !important;
    font-weight: 900;
}
.vc_tta-panel-body {
    margin-top: 30px;
}
.vcex-post-type-entry-details {
    border: 0 !important;
}

/* Footer */

.footer-widget {
    padding-bottom: 20px;
}
#footer-bottom {
    padding-bottom: 60px;
}
.menu-footer-menu-english-container li, ul#menu-footer-menu-french li {
    display: inline;
    padding-right: 20px;
}
#footer-bottom-menu {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 0;
    left: 0;
}
#footer-bottom-inner {
    padding-top: 0;
}
#footer-bottom a {
    color: #fff;
}
#footer-bottom a {
    color: #fff;
    font-size: 12px;
}
#footer-callout-left {
    width: 75%;
    font-size: 24px;
    font-weight: 900;
    /* text-transform: uppercase; */
}
.wpml-language-fr #footer-callout .theme-button {
    font-size: 15px;
}

/* info (hed, dek, source, credit) */
.rg-container {
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
	padding: 1em 0.5em;
	color: #222;
}
.rg-header {
	margin-bottom: 1em;
	text-align: left;
}

.rg-header > * {
	display: block;
}
.rg-hed {
	font-weight: bold;
	font-size: 1.4em;
}
.rg-dek {
	font-size: 1em;
}

.rg-source {
	margin: 0;
	font-size: 0.75em;
	text-align: right;
}
.rg-source .pre-colon {
	text-transform: uppercase;
}

.rg-source .post-colon {
	font-weight: bold;
}

/* table */
table.rg-table {
	width: 100%;
	margin-bottom: 0.5em;
	font-size: 1em;
	border-collapse: collapse;
	border-spacing: 0;
}
table.rg-table tr {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align: left;
	color: #333;
}
table.rg-table thead {
	border-bottom: 3px solid #ddd;
}
table.rg-table tr {
	border-bottom: 1px solid #ddd;
	color: #222;
}
table.rg-table tr.highlight {
	background-color: #dcf1f0 !important;
}
table.rg-table.zebra tr:nth-child(even) {
	background-color: #f6f6f6;
}
table.rg-table th {
	font-weight: bold;
	padding: 0.35em;
	font-size: 0.9em;
}
table.rg-table td {
	padding: 0.35em;
	font-size: 0.9em;
}
table.rg-table .highlight td {
	font-weight: bold;
}
table.rg-table th.number, td.number {
	text-align: right;
}

/* media queries */
@media screen and (max-width: 768px) {
.rg-container {
	max-width: 768px;
	margin: 0 auto;
}
table.rg-table {
	width: 100%;
}
table.rg-table tr.hide-mobile, table.rg-table th.hide-mobile, table.rg-table td.hide-mobile {
	display: none;
}
table.rg-table thead {
	display: none;
}
table.rg-table tbody {
	width: 100%;
}
table.rg-table tr, table.rg-table th, table.rg-table td {
	display: block;
	padding: 0;
}
table.rg-table tr {
	border-bottom: none;
	margin: 0 0 1em 0;
	padding: 0.5em;
}
table.rg-table tr.highlight {
	background-color: inherit !important;
}
table.rg-table.zebra tr:nth-child(even) {
	background-color: none;
}
table.rg-table.zebra td:nth-child(even) {
	background-color: #f6f6f6;
}
table.rg-table tr:nth-child(even) {
	background-color: none;
}
table.rg-table td {
	padding: 0.5em 0 0.25em 0;
	border-bottom: 1px dotted #ccc;
	text-align: right;
}
table.rg-table td[data-title]:before {
	content: attr(data-title);
	font-weight: bold;
	display: inline-block;
	content: attr(data-title);
	float: left;
	margin-right: 0.5em;
	font-size: 0.95em;
}
table.rg-table td:last-child {
	padding-right: 0;
	border-bottom: 2px solid #ccc;
}
table.rg-table td:empty {
	display: none;
}
table.rg-table .highlight td {
	background-color: inherit;
	font-weight: normal;
}
}

@media only screen and (max-width: 767px) { 
    .post-5805.entry, .post-5816.entry { display: none !important;}

}





