/*
 Theme Name:   Divi Child Theme
 Theme URI:    https://www.hardware-corner.net
 Description:  Divi Child Theme
 Author:       Chavy
 Author URI:   https://www.hardware-corner.net
 Template:     divi
 Version:      1.0.1
*/

::after, ::before {
    box-sizing: border-box;
}

table {
    width: 100%!important;
    table-layout: fixed;
    font-size: .75rem;
    line-height: 1.3em;
    margin: 0 0 15px;
    border: 1px solid #eee;
    text-align: left;
}

table tr th {
    background: transparent;
    color: #32373c;
    font-weight: bold;
    border: 1px solid #eee;
    padding: 0.5rem;
}

table tr td {
    border: 1px solid #eee;
    padding: 0.5rem;
}

table tr:nth-of-type(even) {
    background-color: rgba(0,0,0,.05);
}

.f-container {
	display: grid;
	grid-template-columns: 1fr 2fr 300px;
	margin: 0 auto 60px auto;
  	padding-left: 15px;
  	padding-right: 15px;
  	padding-top: 35px;
}

.f-header {
	display: block;
	padding: 0 0 35px 0;
}

.f-bread li {
	display: inline-block;
	padding: 5px;
}

.f-bread li {
	display: inline-block;
	font-size: 1rem;
	text-transform: uppercase;
	padding-left: 0;
    padding-bottom: 12px;
}

.f-header h1, .f-header h2 {
	padding: 15px;
}

.f-faq-single {
	display: block;
	padding: 15px;
	font-size: 1.2rem;
	line-height: 0;
	font-weight: 500;
}

.f-container h1 {
	font-size: 2.2rem;
	line-height: 	2.7rem;
}

.single .f-aq h1 {
	padding-bottom: 0;
}

.single .f-aq h2 strong {
	font-weight: 400;
}

.single .f-aq p {
	padding-bottom: 1.6em;
  line-height: 1.7rem;
}

.single .f-aq ul {
	padding-left: 20px;
	padding-bottom: 0.8em;
	list-style: disc;
}   

.single .f-aq li {
	padding-bottom: 0.8em;
}    

.single .f-aq .f-post-meta {
	font-size: 0.9rem;
	padding-bottom: 25px;
}

.answer {
	padding-bottom: 12px;
}

.f-container h1:after {
    content: " ";
    border: none;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    max-width: 70px;
    height: 5px;;
    background-color: #005cef;
}

.f-container h2 {
	font-size: 1.5rem;
}

.f-container .f-item {
	padding-left: 0;
	padding-right: 0;
}

.f-aq .f-question {
	padding-bottom: 8px;
}

.f-container .left-sidebar {
    position: relative;
}

.left-sidebar nav {
	padding: 	15px;
}

.left-sidebar nav {
	padding: 	15px;
}

.left-sidebar .topic-title {
	position: relative;
	width: 70%;
  padding: 15px;
  margin-bottom: 25px;
}

.left-sidebar .topic-title::before, .left-sidebar .topic-title::after {
  content: " ";
  position: absolute;
  top: 0;
  width: 15px;
  height: 100%;
}

.left-sidebar .topic-title::before {
  left: 0;
  border: 2px solid #c5dcff;
  border-right: 0;
}

.left-sidebar .topic-title::after {
  right: 0;
  border: 2px solid #c5dcff;
  border-left: 0;
}

.left-sidebar .topic-title h2 {
	font-size: 2rem;
	line-height: 2.2rem;
}

.left-sidebar h2 {	
	padding: 0;
}

.left-sidebar li {	
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #e1e1e1;
}

.left-sidebar a {
	display: block;
	font-weight: 400;
	color: #000000;
}

.left-sidebar a:hover {
	color: #005cef;
}

.left-sidebar .current-cat a {
	color: #005cef;
}

.f-aq, .f-related, .f-more, .f-search {
	margin-bottom: 30px;
	padding: 0;
}

.title-line {
	height: 1px;
  border: 0;
  background-color: #e1e1e1;
}

.f-related li {
	padding-bottom: 8px;
  margin-bottom: 8px;
  line-height: 1.3rem;
}

.f-more li {
	padding-bottom: 8px;
  margin-bottom: 8px;
  line-height: 1.3rem;
}

.searchform input[type=text] {
	display: inline-block;
  width: 70%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.searchform input[type=submit] {
	display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: baseline;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.long-form-sidebar .et_pb_text_inner ul {
	padding: 0 0 24px 0 !important;
	list-style: none;
}

.long-form-sidebar .et_pb_text_inner ul li {
    border-bottom: 1px dotted #e0e0e0;
    padding: 5px 0;
}

@media screen and (min-width: 768px) {
	.f-container {
		width: 100%;
	}
}

@media screen and (max-width: 991px) {

	.f-container  {
		grid-template-columns: minmax(300px, 1fr);
	}

	.f-container .right-sidebar {
		display: none;
	}
	
}

@media screen and (min-width: 992px) {
	table {
		font-size: 0.9rem!important;
	}

	.f-container {
    	width: 100%;
	}

	.f-container .f-item {
		padding-left: 0;
		padding-right: 15px;
	}

	.f-container .left-sidebar {
		margin-top: 65px;
	}

}

@media screen and (min-width: 1200px) {
	.f-container {
		width: 100%;
    	max-width: 1400px;
	}
}

@media screen and (max-width: 1107px) {
	#et_mobile_nav_menu {
		display: block;
	}
	 
	#top-menu {
		display: none;
	}
}

@media screen and (min-width: 1389px) {
	.page-child .et_pb_gutters3 .et_pb_column,  .page-id-438 .et_pb_gutters3 .et_pb_column,
	.page-id-649 .et_pb_gutters3 .et_pb_column {
		margin-right: 2.5%;
	}
	
	.page-child .et_pb_gutters3 .et_pb_column_1_5, .page-id-438 .et_pb_gutters3 .et_pb_column_1_5,
	.page-id-649 .et_pb_gutters3 .et_pb_column_1_5 {
		width: 16.4%;
	}
	
	.page-child .et_pb_gutters3 .et_pb_column_3_5,  .page-id-438 .et_pb_gutters3 .et_pb_column_3_5,
	.page-id-649 .et_pb_gutters3 .et_pb_column_3_5 {
		width: 57%;
	}
	
	.page-child .et_pb_gutters3 .et_pb_column_1_5:last-child, .page-id-438 .et_pb_gutters3 .et_pb_column_1_5:last-child,
	.page-id-649 .et_pb_gutters3 .et_pb_column_1_5:last-child {
		width: 300px;
	
	}

	.page-child .et_pb_row_1, .page-id-438 .et_pb_row_1, .page-id-649 .et_pb_row_1, .page-child .et_pb_section_3 .et_pb_row_3 {
		max-width: 1400px;
	}

	.sticky-contents {
    	height: 100vh;
    	top: 100px;
    	position: -webkit-sticky !important;
    	position: sticky !important;
	}
}


@media screen and (min-width: 982px) and (max-width: 1388px) {
	.page-child .et_pb_gutters3 .et_pb_column, .page-id-438 .et_pb_gutters3 .et_pb_column,
	.page-id-649 .et_pb_gutters3 .et_pb_column  {
		margin-right: 2.5%;
	}
	
	.page-child .et_pb_gutters3 .et_pb_column_1_5, .page-id-438 .et_pb_gutters3 .et_pb_column_1_5,
	.page-id-649 .et_pb_gutters3 .et_pb_column_1_5 {
		width: 100%;
	}
	
	.page-child .et_pb_gutters3 .et_pb_column_3_5, .page-id-438 .et_pb_gutters3 .et_pb_column_3_5, 
	.page-id-649 .et_pb_gutters3 .et_pb_column_3_5 {
		width: 68.1%;
	}
	
	.page-child .et_pb_gutters3 .et_pb_column_1_5.et_pb_column_3, .page-id-438 .et_pb_gutters3 .et_pb_column_1_5.et_pb_column_3,
	.page-id-649 .et_pb_gutters3 .et_pb_column_1_5.et_pb_column_3 {
		width: 300px;
	}

	.page-child .et_pb_row_1, .page-id-438 .et_pb_row_1, .page-child .et_pb_section_3 .et_pb_row_3  {
		max-width: 1023px;
	}

	.page-child .sticky-contents, .page-id-438 .sticky-contents, .page-id-649 .sticky-contents {
		margin-bottom: 0 !important;
	}

	.page-child .disclaimer .et_pb_text_inner, .page-id-438 .disclaimer .et_pb_text_inner,
	.page-id-649 .disclaimer .et_pb_text_inner {
    	display: none;
	}

	.page-child .et_pb_gutters3 .et_pb_column_1_5 .et_pb_module, .page-id-438 .et_pb_gutters3 .et_pb_column_1_5 .et_pb_module {
		margin-bottom: 3%;
	}
	
	.et_pb_gutters3 .col-3-sub .et_pb_column_1_5.et_pb_column_5  {
		width: 300px;
	}

	.et_pb_gutters3 .col-3-sub .et_pb_column_1_5.et_pb_column_3  {
		width: 100%;
	}
}
