/*
Theme Name: Divi-child
Template:  Divi
*/

#top-menu-nav ul.sub-menu {
	padding: 0 !important;
}

#top-menu-nav ul.sub-menu > li {
	padding: 0;
    width: 100%;
}

#top-menu-nav ul.sub-menu > li > a {
	width: 100%;
}

.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a {
    text-transform: uppercase;
}

.gs-countries .et_pb_blurb {
	overflow-x: unset;
    overflow-y: unset;
}

.et_pb_module {
	/*overflow: auto;*/
	overflow-x: auto;
    overflow-y: clip;
}

.gs-marked-text {
	background-color: #EEEEEE;
	border-radius: 4px;
	padding: 5px;
}

.gs-small-menu-body {
	width: 74% !important;
    margin-left: 6% !important;
    max-width: unset !important;
}	

.gs-left-menu {
	width: 18%;
    height: 100%;
    position: fixed;
    z-index: 10;
    left: 0;
    background-color: #F9F9F9;
    border-right: 1px solid #E5E5E5;
    padding: 25px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #212B36;
}

.gs-left-menu.gs-small-menu {
	width: 4%;
	padding: 0;
}

.gs-left-menu.gs-small-menu > div.gs-left-menu-body {
	display: none;
}

.gs-left-menu > div.gs-left-menu-body {
	height: 80%;
	overflow-y: overlay;
	overflow-x: clip;
	padding-right: 15px;
}

.gs-left-menu > div.gs-left-menu-body::-webkit-scrollbar {
  width: 3px;
}
.gs-left-menu > div.gs-left-menu-body::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.gs-left-menu > div.gs-left-menu-body::-webkit-scrollbar-thumb {
  background: #cdc8c8; 
}
.gs-left-menu > div.gs-left-menu-body::-webkit-scrollbar-thumb:hover {
  background: #888; 
}


.gs-left-menu > div.gs-left-menu-button {
	text-align: center;
	cursor: pointer;
}

.gs-left-menu.gs-small-menu > div.gs-left-menu-button {
	bottom: 25px;
    position: inherit;
    left: 1%;
}

.gs-left-menu > div.gs-left-menu-button > span {
	background-image: url(/wp-content/uploads/img/menu-double.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
	margin-top: 10px;
}

.gs-left-menu.gs-small-menu > div.gs-left-menu-button > span {
	rotate: 180deg;
}

.gs-left-menu .sub-menu {
	padding-left: 25px !important;
	display: none
}

.gs-left-menu .menu-item.current-page-ancestor .sub-menu,
.gs-left-menu .menu-item.current-menu-item .sub-menu {
	display: block;
}

.gs-left-menu > div > div > ul > li {
	padding-bottom: 10px;
}

.gs-left-menu > div > div > ul > li.menu-item-has-children > a::before {
	background-image: url(/wp-content/uploads/img/submenu-menu.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 25px;
    position: relative;
    content: '';
    display: inline-block;
    top: 6px;
}

.gs-left-menu > div > div > ul > li.menu-item-has-children.current-page-ancestor > a::before,
.gs-left-menu > div > div > ul > li.menu-item-has-children.current-menu-item > a::before {
	rotate: 90deg;
}

.gs-left-menu .menu-item a {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #818A91;
	margin-bottom: 5px;
    display: block;
}

.gs-left-menu > div > div > ul > li > a {
	font-weight: 600 !important;
	color: #212B36 !important;
}


.gs-left-menu .current-menu-item > a {
	color: #50B7B5;
	font-weight: 500;
}


.gs-left-menu .menu-left-menu-add-container {
	padding-left: 25px;
}


ul {padding-left: 18px !important;}


.gs-right-menu {
	width: 20%;
    height: 100%;
    position: fixed;
    z-index: 10;
    right: 0;
	padding-left: 15px;
}

.gs-right-menu > .gs-right-menu-header {
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	color: #212B36;
	padding: 25px 20px 15px;
}

.gs-right-menu > .gs-right-menu-body {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	padding: 0 20px;
}

.gs-right-menu > .gs-right-menu-body > a {
	cursor: pointer;
	margin-bottom: 5px;
	color: #818A91;
	display:block;
}

.gs-right-menu > .gs-right-menu-body > a.gs-active {
	color: #59c7c5;
}



@media screen and (max-width: 1000px) {
    .gs-right-menu {display: none;}
    .gs-left-menu {display: none;}
	
	.et_pb_row, .gs-breadcrumbs {
		width: 80% !important;
	}
}



.gs-pre-breadcrumbs {
	background-color: #ffffff;
}

.gs-breadcrumbs {
	width: 60%;
    max-width: 1080px;
    margin: auto;
    padding: 25px 0px 5px !important;
}

.gs-breadcrumbs a {
	color:#818A91;
}

.gs-breadcrumbs span > span {
	font-size: 12px;
	font-weight: 500;
	padding: 0 10px;
	text-transform: uppercase;
}

.gs-breadcrumbs span > span:first-child {
	padding-left:0;
	font-size: 22px;
}



#top-menu .menu-item-has-children>a:first-child:after {display:none;}

.gs-table-1 {border: 0 !important;}
.gs-table-1 tr {border: 1px solid #F3F6F8}
.gs-table-1 tr:first-child {background-color: #F3F6F8}
.gs-table-1 tr td {border: 0;}

.gs-table-2 {border: 0 !important;}
.gs-table-2 tr {border: 1px solid #F3F6F8}
.gs-table-2 tr td {border: 0;}
.gs-table-2 tr > td:last-child {text-align:right}

.gs-put{
	background-color: #7129AA;
	padding: 4px 10px;
	color: #ffffff;
	border-radius: 4px;
}

.gs-post{
	background-color: #2969AA;
	padding: 4px 10px;
	color: #ffffff;
	border-radius: 4px;
}

.gs-get{
	background-color: #22C855;
	padding: 4px 10px;
	color: #ffffff;
	border-radius: 4px;
}

ul.et_pb_tabs_controls:after {
    border-top: 0;
}

.hcb_wrap.hcb_wrap pre {
	border-radius: 4px;
}
.hcb_wrap.hcb_wrap {
	margin-bottom: 0em;
    margin-top: 1em;
}
.gs-copy-button {
	display: block;
    position: absolute;
    right: 0;
	cursor: pointer;
	background-image: url(/wp-content/uploads/img/copy-03.svg);
    background-repeat: no-repeat;
    background-position: center;
	width: 25px;
	height: 25px;
}

.hcb-clipboard {
	display: none;
}

.main-page-text .et_pb_text_inner{
	text-align: center;
}