/*======================================
Theme Name: thelinskonditori
Theme URI: https://divicake.com/
Description: thelinskonditori
Version: 1.0
Author: Sohit Shukla
Author URI: https://divicake.com/
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

/*header{
    background-color: #021f46!important;
    min-height: auto;
    margin: 0;
    border: 0;
    border-radius: 0;
    /*padding: 20px 0;*/
/*}
header div#et-top-navigation {
    margin-left: auto;
}

#top-menu a {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: #fff !important;
    padding: 0;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms- transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
#top-menu li {
    font-size: 12px;
    font-weight: 600;
    padding: 0 19px;
}
#top-menu li > a:before {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #0eb5ec;
    transform: scale(0);
    content: "";
    bottom: 17px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms- transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
#top-menu li > a:hover{
	
}
#top-menu li > a:hover:before,
#top-menu li.current_page_item > a:before {
    transform: scale(1)
}*/

#text-3 form {
	position: relative
}
.email input[type=email] {
	border-radius: 0;
	background: transparent;
	height: 49px;
	border: 0;
	border-bottom: 1px solid #ccc;
	color: #fff;
	padding: 0;
	padding-right: 46px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
	width: 100%;
}
#text-3 input[type=email]:focus {
	border-bottom-color: #fff;
	outline: none
}
#text-3 input[type=submit]  {
	position: absolute;
	right: 0;
	top: 0;
	height: 49px;
	width: 45px;
	border: 0;
	background: none;
	color: #ccc;
	font-size: 20px;
	text-align: right;
}

#text-3 p {
	color: #fff;
	font-size: 14px;
}

.menu-footer-menu-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu-footer-menu-container ul li {
	font-size: 14px;
	margin: 0 0 18px;
}
.menu-footer-menu-container ul li a {
	color: #ccc;
}
.ajaxloadwithsidebar .sidebar{
	position: fixed;
  top: 0;
  transform: translateY(150px);
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 200ms ease 0s;
}
.ajaxloadwithsidebar .sidebar.followColshow{
  opacity: 1;
}
.ajaxloadwithsidebar .sidebar.followColshow h4{
  max-width: 90%;
  margin: 0 auto;
}
.ajaxloadwithsidebar .sidebar .scrollabel{
  opacity: 1;
  overflow-y: auto;
  max-height: 260px;
  min-height: 260px;
  direction:rtl;
  max-width: 93%;
  margin: 0 auto;
  padding: 0 0 0 1em;
}
.ajaxloadwithsidebar .sidebar .scrollabel::-webkit-scrollbar {
  width: 6px;
	background-color: #F5F5F5;
}
.ajaxloadwithsidebar .sidebar .scrollabel::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.ajaxloadwithsidebar .sidebar  .scrollabel::-webkit-scrollbar-thumb
{
	background-color: #000000;
}
.ajaxloadwithsidebar .sidebar .fixedContent{
  max-width: 100%;
  margin: 0 auto;
  direction: ltr;
}
.followCol {
  width: 160px;
}
.followCol li{
  position: relative;
  display: block;
  margin-bottom: 2em;
  cursor: pointer;
}

.followCol .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #fff;
  border:1px solid #cdcdcd;
  box-shadow: 1px 1px 2px #787878;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 15px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 125%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  text-align: left;
}
.followCol .tooltiptext h2{
  margin: 0 0 10px 0;
  padding: 0;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.followCol .tooltiptext h2 img{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 2px;
  border:1px solid #444;
  vertical-align: middle;
  margin-right: 8px;
}
.followCol .tooltiptext p{
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 10px;
}
.followCol .tooltiptext::after {
  content: "";
  position: absolute;
  top: 2%;
  left: -9px;
  margin-left: -5px;
  border-width: 7px;
  border-style: solid;
  border-color:transparent #cdcdcd transparent transparent;
}

.followCol li:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.followCol ul{
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.followCol ul li{
  margin-bottom: 1em;
}
.followCol ul li a img{
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.followCol ul li a{
  text-decoration: none;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: self-start;
}
.followCol ul li a span{
  line-height: 20px;
  font-size: 13px;
}
.followCol .follower_bx{
  border-top:1px solid #cdcdcd;
  padding-top: 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.followCol .follower_bx .folwrs{
  font-size: 12px;
  color: #363636;
}
.followCol .follower_bx a{
  background: #000;
  padding: 3px 13px;
  border-radius: 25px;
  color: #fff;
  font-size: 12px;
}
.ajaxloadwithsidebar article.tm-post.blogposts {
    margin: 60px auto 60px !important;
    max-width: 620px;
    width: 100%;
    float: none;
}
article.tm-post .tm-post-title{
  font-size: 46px;
}


/*collpse and set the height of the toggle text*/

.pa-toggle-text .et_pb_text_inner {
	max-height: 200px;
	transition: max-height 0.3s ease-out;
	overflow: hidden;
    padding-left: 0 !important;
}


/*add gradient to the collapsed text*/

.pa-toggle-text .et_pb_text_inner:after {
	content: "";
	display: inline-block;
	position: absolute;
	pointer-events: none;
	height: 100px;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(0deg, #fff 10%, transparent);
}

.et_pb_row.ps_row_wrap{
    max-width: 1200px !important;
    width: 100% !important;
    margin: 6em auto 6em;
}
/*style the expand text link*/

.pa-toggle-text .pa-text-expand-button {
	padding: 0.5em;
	text-align: center;
	color: #000000!important;
    border-radius: 4px;
    border: 1px solid #000;
    display: inline-block;
    margin-top: 1em;
}
.pa-toggle-text .pa-text-expand-button span{
    color: #000000!important;
}

/*change the curor to a pointed when hovering over the expand text link*/

.pa-toggle-text .pa-text-expand-button span {
	cursor: pointer;
}


/*define the font family for the toggle icon*/

.pa-toggle-text .pa-text-expand-button .pa-text-toggle-icon {
	font-family: ETMODULES, "sans-serif";
}


/*set the max height and transition of the expanded toggle*/

.pa-toggle-text .pa-text-toggle-expanded, .orderCake.pa-toggle-text .et_pb_text_inner.pa-text-toggle-expanded{
	max-height: 2000px;
	transition: max-height 0.3s ease-in;
}


/*hide the gradient when the toggle is expanded*/

.pa-toggle-text .pa-text-toggle-expanded.et_pb_text_inner:after {
	background: none;
}


.orderCake.pa-toggle-text .pa-text-expand-button {
    padding: 0.5em;
    text-align: center;
    color: #00d263!important;
    display: inherit;
    max-width: 100px;
    margin: 0 auto;
}


.orderCake.pa-toggle-text .et_pb_text_inner {
    max-height: 92px;
    overflow: hidden;
    margin-bottom: 10px;
}
.orderCake.pa-toggle-text .et_pb_text_inner:after{
    background-image: none;
}
/* custom css */
@media only screen and (max-width:1024px){
  .ajaxloadwithsidebar .sidebar.followColshow{display: none;}

}