/*--------------------*/
/* GENERAL SECTION */
/*--------------------*/

header{
    border-bottom: 1px solid #E6ECF1;
    padding: 0 40px;
    background: #fff;
}

footer{
    border-top: 1px solid #E6ECF1;
    padding: 40px;
    
}


a{
    color: #323247;
    text-decoration: none;
    font-size: 0.875rem;
}

.current{
    color: #0275d8;
}

*{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    color: #323247;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;

}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px 0;
    font-weight: bold;
    color: #333;
    text-transform: none;
}

body, p{
    font-size: 0.875rem;
    font-weight: normal;
}

img{
    width:100%;
	height: auto;
    display: block;
	margin: 25px 0!important;
}

/*--------------------*/
/* MENU SECTION */
/*--------------------*/
#toggle, .button-toggle { display: none; }

.navbar{
    padding:20px 0;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}


nav .container-fluid{
	padding:0!important;
	margin-right: 0;
}

.navbar-nav{
	-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.navbar-nav> li{
    padding:0;
    margin:0;
    display: inline-block;
	float: right;
}


.navbar-nav li a{
    font-size: 16px;
    font-weight: 500;
    color: black;
    text-decoration: none;
    display: block;
    padding: 8px 25px; 
    margin:0;
    letter-spacing: 0.4px;
    transition: ease .5s;
}

.menu-item-type-custom a:hover{
    color: #000!important;
}

.logout-li a{
    background-color: #333;
    
}

.navbar-nav > li > a{
     text-decoration: none;
}

@media screen and (max-width: 767px){
    .navbar-nav li a{
        padding: 10px 25px;
    }
}

.sub-menu{
    display: none;
}
@media screen and (max-width: 767px){
	
	.sub-menu{
        display: none;
        margin-left: 0;
    }
	
}

ul{
    list-style: none;
    padding:0;
}

li > ul{
    padding-left: 0px;
}

/***********************/
/* FIXED TEMPLATE */
/***********************/
@media screen and (min-width: 992px){
    .fixed-template .top-header{
        position: fixed;
        z-index: 999;
        width: 100%;
        top: 0;
        background: #fff;
    }

    body.fixed-template{
        padding-top: 80px;
    }

    .fixed-template footer{
        width:100%;
        padding-left: 400px;
		
    }

    .fixed-template .single-docs{
        min-height: 767px;
    }
    .fixed-template .sidebar{
        position: fixed;
        top:81px;
        left:0;
        bottom:0;
        overflow-x: hidden;
        overflow-y: auto;
		z-index: 99999999999;
    }
    .fixed-template .sidebar .sidebar-inner{
        
    }
    .fixed-template .single-content{
        padding-left: 350px;
    }
}


/***********************/
/* BLOG ARTICLES */
/***********************/
.article-blog{
    margin-top: 20px;
    margin-bottom: 20px;
    border: solid 1px #f5f5f5;
    border-radius: 12px;
    transition: box-shadow 0.1s ease-in-out;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding:40px;
}

.article-blog .excerpt p{
    margin-top: 20px;
    margin-bottom: 20px;
    color: #8f919e;
}

.article-blog h1{
    font-size: 1.375rem;
    line-height: 1.4;
}

.post-content{
    line-height: 1.8;
}
.post-content *{
	line-height: 1.8rem!important;
}

.post-content p{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    margin: 15px 0;
}

.post-content a{
	font-size:1rem;
	font-weight: 600;
	text-decoration: underline;
	font-style: italic;
}

.post-content ul{
    list-style: disc;
    margin-left: 40px;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6
{
    margin: 50px 0 20px;
	line-height: 1.35!important;
}


}

.card-link{
	color: #242A31;
    border: 1px solid #E6ECF1;
    margin: 0;
    display: flex;
    padding: 0;
    position: relative;
    grid-area: next;
    align-self: stretch;
    box-shadow: 0 3px 8px 0 rgba(116, 129, 141, 0.1);
    transition: border 250ms ease;
    align-items: center;
    justify-self: stretch;
    border-radius: 3px;
    flex-direction: row;
    -moz-transition: border 250ms ease;
    text-decoration: none;
    background-color: #FFFFFF;
    -webkit-box-align: center;
    page-break-inside: avoid;
    -ms-grid-row-align: stretch;
    -webkit-box-orient: horizontal;
    -webkit-transition: border 250ms ease;
    -ms-grid-column-align: stretch;
    -webkit-box-direction: normal;
	text-decoration:none!important;
}

.card-link-icon{
	flex: 0 0 auto;
    color: #9DAAB6;
    margin: 0;
    display: inline-block;
    float: right;
    padding: 16px;
    font-size: 24px;
    transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -webkit-transition: color 250ms ease;
}

.card-link-body{
	flex: 1;
    margin: 0;
    display: inline-block;
    padding: 16px;
}

.card-link:hover, .card-link:hover .card-link-icon i, .card-link:hover .card-link-body{
	border-color: #0275d8;
	color: #0275d8!important;
}

/***********************/
/* CONTENT */
/***********************/
.single-docs{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.sidebar{
    width:350px;
    padding: 30px 0px;
    background-color: #fcfcfc;
    border: none;
    position: relative;
    flex: 1;
    border-right: 1px solid #E6ECF1;
    /*background-color: #dee3e6;*/
    
}


.sidebar li a{
    line-height: 1.5rem;
}
.sidebar > div > ul > li > ul{
    display: none;
}
.sidebar > div > ul > li{
    margin-top: 8px;
}

.sidebar-list > ul > li.li-taxonomy:first-of-type{
    margin-bottom: 1rem;
}

.li-taxonomy > a{
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2rem;
    padding-top:10px;
    margin: 10px 0 0 0;
    display: block;
}


@media screen and (min-width: 992px){
    .single-content{
        max-width: 1160px;
        padding: 60px 30px;
        padding-bottom: 10px;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        flex: 3;
        padding-top: 20px;
    }

}

@media screen and (max-width: 992px){
    .single-content{
        width:100%;
        margin: 30px 10px;
        margin-top: 50px;
    }

}

.post-title{
    
    
}

.single-content .post-title{
    border-bottom: 1px solid #E6ECF1;
    padding-bottom: 15px;
}

.wp-block-code{
    background: #f1f3f4;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    padding: 1rem 0.5rem;
    font-size: 75%;
    line-height: 1.75;

}

.btn-copy-script{
    position: absolute;
    top: 0;
    right: 15px;
    margin-top: 10px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    outline: 0;
    
}

.code-block{
    position: relative;
    width: 100;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-dark{
    background-color: #666666;
    border-color: #1a1a1a;
    color: #ffffff;
    padding: 1.5rem 1.5rem!important;
    margin: 15px 0;
}

.alert-dark a{
    color: #fff;
    text-decoration: underline;
}

@media screen and (max-width: 992px){
    .sidebar{
        width: 80%;
        position: fixed;
        top:0;
        z-index: 9999999;
        left:0%;
        bottom: 0;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-transition: all .4s ease-in 0s;
		-moz-transition: all .4s ease-in 0s;
		-o-transition: all .4s ease-in 0s;
		transition: all .4s ease-in 0s;
		-webkit-transform: translateY(0) translateX(-100%) scale(1);
		  -ms-transform: translateY(0) translateX(-100%) scale(1);
			  transform: translateY(0) translateX(-100%) scale(1);
    }
    .code-block{
        width: 100%!important;
    }
    .wp-block-code{
        white-space: pre-line;
    }
}

/***********************/
/*  */
/***********************/
.accordion-button{
    margin: 0!important;
    padding: 20px 30px;
    cursor: pointer;
    border-bottom: 1px solid #E6ECF1;
    border-top: 1px solid #E6ECF1;
    margin-top: -1px!important;
    font-size: 18px;
    font-weight: 600;
    background-color: #f7f7f7;
    background-color: #fcfcfc;
    background-color: #fff;
}

.accordion-content{
    margin: 0;
    border-bottom: 1px solid #E6ECF1;
    padding: 1.5rem 1.2rem;
    -webkit-transition: 0.5s;
		transition: 0.5s;
}

.accordion-content-closed{
	display: none;
}

.accordion-content-open{
	display:block;
}

@media screen and (max-width: 992px){
	.accordion-button{
		padding: 15px;
	}	
	.accordion-content{
		padding: 0rem 1rem 1rem;
	}
}

/***********************/
/* MENU for mobile */
/***********************/
@media only screen and (max-width: 992px){
    header{
        height:60px;
        position: fixed;
        top:0;
        width:100%;
        z-index:9;
    }
	.navbar, .fixed .navbar{ margin-top:0; }
    
    
    
	.navbar-nav li a{
		color: #000;
	}
	nav .container-fluid{
		margin-left: 0;
	}
	.navbar-nav#nav{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.navbar-nav> li{
		display: block;
	}
	
    .button-toggle {
		position: fixed;
		display: inline-block;
		z-index: 999999;
		width: 20px;
		height: 20px;
		margin-top: 2px;
		border: none;
		cursor: pointer;
		right: 25px;
		padding: 15px;
		top: 12px;
		border-radius: 0;
		-webkit-transition: 0.6s;
		transition: 0.6s;
	} 

	.button-toggle:hover{ background-color: transparent!important; }

	.button-toggle .line {
		position: absolute;
		content: '';
		top: 0%;
		left: 0;
		width: 100%;
		height: 2px;
		background-color : #000;
		border-radius: 5px;
		-webkit-transition: 0.5s;
		transition: 0.5s;
	}

	.button-toggle .line:nth-of-type(1) {
		top: 25%;
	  -webkit-transform: translateY(0%) rotate(0deg) scale(1);
		  -ms-transform: translateY(0%) rotate(0deg) scale(1);
			  transform: translateY(0%) rotate(0deg) scale(1);
	}

	.button-toggle .line:nth-of-type(2) {
		top: 50%;
	  -webkit-transform: translateY(50%) rotate(0deg) scale(1);
		  -ms-transform: translateY(50%) rotate(0deg) scale(1);
			  transform: translateY(50%) rotate(0deg) scale(1);
	}

	.button-toggle .line:nth-of-type(3) {
		top: 75%;
	  -webkit-transform: translateY(100%) rotate(0deg) scale(1);
		  -ms-transform: translateY(100%) rotate(0deg) scale(1);
			  transform: translateY(100%) rotate(0deg) scale(1);
	}

	label{
		margin:0!important;
	}

    .nav-wrapper{
		position: fixed;
		height:100%;
		z-index: 999999;
		left: 0;
		top: 0;
		background-color: #fff;
		padding: 0;
		opacity:1;
		-webkit-transition: all .4s ease-in 0s;
		-moz-transition: all .4s ease-in 0s;
		-o-transition: all .4s ease-in 0s;
		transition: all .4s ease-in 0s;
		-webkit-transform: translateY(0) translateX(-100%) scale(1);
		  -ms-transform: translateY(0) translateX(-100%) scale(1);
			  transform: translateY(0) translateX(-100%) scale(1);
	}

	.nav-wrapper:after{

	}
	#toggle:checked ~ .dimmer{
		content: '';
		 -webkit-transition: all .4s ease-in 0s;
		-moz-transition: all .4s ease-in 0s;
		-o-transition: all .4s ease-in 0s;
		transition: all .4s ease-in 0s;

		position:fixed;
		left:0;
		top:0;
		width:100%;
		height:100%;
		z-index:999;
		background-color: rgba(0,0,0,0.3);
	}
	#toggle:checked ~ .single-docs .sidebar{
		opacity:1;
		-webkit-transform: translateY(0) translateX(0) scale(1);
		  -ms-transform: translateY(0) translateX(0) scale(1);
			  transform: translateY(0) translateX(0) scale(1);
	}

	#toggle:checked ~ .toggle-container .button-toggle .line:nth-of-type(1) {
		top: 50%;
	  -webkit-transform: translateY(-50%) rotate(45deg) scale(1);
		  -ms-transform: translateY(-50%) rotate(45deg) scale(1);
			  transform: translateY(-50%) rotate(45deg) scale(1);
	}

	#toggle:checked ~ .toggle-container .button-toggle .line:nth-of-type(2) {
		display:none;
	}
	#toggle:checked ~ .toggle-container .button-toggle .line:nth-of-type(3) {
		top: 50%;
	  -webkit-transform: translateY(-50%) rotate(-45deg) scale(1);
		  -ms-transform: translateY(-50%) rotate(-45deg) scale(1);
			  transform: translateY(-50%) rotate(-45deg) scale(1);
	}

}

#searchinput{
    border: none;
    border-bottom: 1px solid #E6ECF1;
    border-radius: 0;
    background: transparent;
    font-size: 15px;
    font-style: italic;
}

.wp-block-button__link{
	color:#fff!important;
	text-decoration: none!important;
}

.bg-atl-dark{
	background: #051b35!important;
	color: #fff!important;
}
.bg-atl-dark *{
	color: #fff!important;
}
.btn{
	border-radius: 2rem;
	font-style: normal!important;
	text-decoration: none!important;
}
.btn:hover{
    cursor: pointer;
	
}
.btn-white {
    border-color:#fff;
	background: #fff; color: #051b35!important; 
}
.btn-white:hover{ background: #051b35; color: #fff!important; }

.horizontal-line {
    height: 1px;
    background: #fff;
    background: linear-gradient( 90deg, rgba(255,255,255,0) 5%, rgba(177,181,211,0.6) 50%, rgba(255,255,255,0) 95% );
}

.bg-db-yellow{
	background-color: #f8a432;
}

.font-size-13{ font-size:13px; line-height: normal!important; }
.font-size-14{ font-size:14px; line-height: normal!important; }