/* calmclarity_0941_=========================================================
	GENERAL
=========================================================== */

/* calmclarity_0941_----------------------------*\
	typography
\*---------------------------- */

body {
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  color: #505050;
  font-weight: 400;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  color: #11151c;
  font-weight: 700;
  margin: 0px 0px 15px;
}

h1 {
  font-size: 32.437px;
}

h2 {
  font-size: 25.629px;
}

h3 {
  font-size: 20.25px;
}

h4 {
  font-size: 16px;
}

h5 {}

p {
  margin: 0px 0px 20px;
}

a {
  color: #11151c;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

a:hover, a:focus {
  color: #ee4266;
  text-decoration: none;
  outline: none;
}

::-moz-selection {
  background-color: #ee4266;
  color: #FFF;
}

::selection {
  background-color: #ee4266;
  color: #FFF;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}

ul.cfbec_b3a1_list-style, ol.cfbec_b3a1_list-style {
  padding-left: 15px;
  margin-bottom: 10px;
}

ul.cfbec_b3a1_list-style {
  list-style-type: disc;
}

ol.cfbec_b3a1_list-style {
  list-style-type: decimal;
}

blockquote.bfefc_a4d4_blockquote {
  padding: 30px;
  margin: 0px 0px 20px;
  border: 2px solid #e8eaed;
}

blockquote.bfefc_a4d4_blockquote:before {
  content: "\f10d";
  font-family: fontAwesome;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  color: #ee4266;
  font-size: 30px;
  background: #fff;
  border: 2px solid #e8eaed;
  float: left;
  margin-right: 10px;
}

blockquote.bfefc_a4d4_blockquote .ffcfb_800f_blockquote-footer {
  color: #97989b;
}

figure {
  margin-bottom: 20px;
}

figure>img {
  width: 100%;
}

figure.dfffe_e14c_pull-right {
  margin-left: 15px;
}

figure.eeeea_19bd_pull-left {
  margin-right: 15px;
}

figure>figcaption {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  font-style: italic;
  color: #97989b;
}

/* calmclarity_0941_----------------------------*\
	section
\*---------------------------- */

.ceaef_d300_section {
  padding-top: 30px;
}

.deaec_ec10_section-row {
  margin-bottom: 30px;
}

.bdfcf_1e32_section-title {
  position: relative;
  margin-bottom: 20px;
}

.bdfcf_1e32_section-title .bdfbc_2a69_title {
  position: relative;
  display: inline-block;
  background-color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  z-index: 20;
}

.bdfcf_1e32_section-title:after {
  content: "";
  display: inline-block;
  height: 2px;
  background-color: #e8eaed;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  z-index: 10;
}

/* calmclarity_0941_----------------------------*\
	input
\*---------------------------- */

.input {
  width: 100%;
  height: 40px;
  padding: 0px 15px;
  background-color: #fff;
  border-radius: 2px;
  border: 2px solid #e8eaed;
}

textarea.input {
  padding: 15px;
  height: 90px;
}

/* calmclarity_0941_----------------------------*\
	button
\*---------------------------- */

.primary-button, .secondary-button {
  display: inline-block;
  padding: 10px 40px;
  border-radius: 2px;
  border: none;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.primary-button {
  background-color: #ee4266;
  color: #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #ee4266 inset;
  box-shadow: 0px 0px 0px 2px #ee4266 inset;
}

.secondary-button {
  background-color: #353535;
  color: #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #353535 inset;
  box-shadow: 0px 0px 0px 2px #353535 inset;
}

.primary-button:hover, .primary-button:focus {
  background-color: transparent;
  color: #ee4266;
}

.secondary-button:hover, .secondary-button:focus {
  background-color: transparent;
  color: #353535;
}

/* calmclarity_0941_----------------------------*\
	social colors
\*---------------------------- */

.babfc_3ffc_social-facebook {
  background: #225b99 !important;
}

.dedbe_081f_social-twitter {
  background: #00adf2 !important;
}

.bcfab_c6d5_social-google-plus {
  background: #dc4d2d !important;
}

.dcceb_b6ac_social-pinterest {
  background: #cc2127 !important;
}

.ecedd_ddbb_social-instagram {
  background: #d341b2 !important;
}

/* calmclarity_0941_=========================================================
	NAVIGATION
=========================================================== */

#cbafd_2df7_nav {
  border-bottom: 1px solid #e8eaed;
}

#cbafd_2df7_nav:after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

#cbafd_2df7_nav.dcfaf_ea7b_shadow-active:after {
  opacity: 1;
  visibility: visible;
}

#bafec_67aa_nav-top {
  text-align: center;
}

#bafec_67aa_nav-top>.efaef_e905_container {
  position: relative;
}

#ebbcf_3acb_nav-bottom {
  border-top: 1px solid #e8eaed;
}

/* calmclarity_0941_----------------------------*\
	social
\*---------------------------- */

.ddbee_797d_nav-social {
  float: left;
  padding: 10px 0px;
}

.ddbee_797d_nav-social li {
  display: inline-block;
}

.ddbee_797d_nav-social li a {
  display: block;
  padding: 15px;
  line-height: 20px;
}

/* calmclarity_0941_----------------------------*\
	logo
\*---------------------------- */

.efede_cd62_nav-logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.efede_cd62_nav-logo .bbdaa_d302_logo {
  display: inline-block;
  line-height: 70px;
  height: 70px;
  font-size: 26px;
  font-weight: bold;
  color: #333;
}

.efede_cd62_nav-logo .bbdaa_d302_logo>img {
  width: 100%;
  max-height: 70px;
}

/* calmclarity_0941_----------------------------*\
	search
\*---------------------------- */

.nav-btns {
  float: right;
  padding: 10px 0px;
}

.nav-btns>button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  background: transparent;
}

#ffbee_bce2_nav-search {
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  opacity: 0;
  visibility: hidden;
  max-width: 960px;
  width: 100%;
  padding: 60px 5%;
  background: #1b1c1e;
  z-index: 999;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

#ffbee_bce2_nav-search.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

#ffbee_bce2_nav-search form .input {
  height: 80px;
  background: transparent;
  border: 2px solid #323335;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 15px 25px;
}

/* calmclarity_0941_----------------------------*\
	menu
\*---------------------------- */

.aeafb_1036_nav-menu {
  position: relative;
  text-align: center;
  float: none;
}

.aeafb_1036_nav-menu>li {
  float: none;
  display: inline-block;
}

.aeafb_1036_nav-menu>li>a {
  display: block;
  padding: 25px 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

/* calmclarity_0941_----------------------------*\
	dropdown
\*---------------------------- */

.aeafb_1036_nav-menu li.has-dropdown {
  position: relative;
}

.aeafb_1036_nav-menu li.has-dropdown>a:after {
  font-family: 'FontAwesome';
  content: "\f0d7";
  margin-left: 5px;
}

.aeafb_1036_nav-menu li.has-dropdown>.dropdown {
  position: absolute;
  left: 0;
  width: 200px;
  text-align: left;
  z-index: 60;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.aeafb_1036_nav-menu li.has-dropdown:hover>.dropdown {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.aeafb_1036_nav-menu li.has-dropdown>.dropdown .bebab_07a7_dropdown-body {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-top: 2px solid #ee4266;
}

.dropdown .accff_17dd_dropdown-list li {
  border-bottom: 1px solid #e8eaed;
}

.dropdown .accff_17dd_dropdown-list li a {
  display: block;
  padding: 10px;
  line-height: 20px;
}

.dropdown .bfbab_1d94_dropdown-heading {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 30px;
}

/* calmclarity_0941_----------------------------*\
	mega dropdown
\*---------------------------- */

.aeafb_1036_nav-menu li.has-dropdown.eeafa_3cba_megamenu {
  position: static;
}

.aeafb_1036_nav-menu li.has-dropdown.eeafa_3cba_megamenu>.dropdown {
  width: 100%;
}

.aeafb_1036_nav-menu li.has-dropdown.eeafa_3cba_megamenu>.dropdown .bebab_07a7_dropdown-body {
  padding: 30px;
}

.aeafb_1036_nav-menu li.has-dropdown.eeafa_3cba_megamenu>.dropdown .accff_17dd_dropdown-list {
  margin-bottom: 30px;
}

.aeafb_1036_nav-menu li.has-dropdown.eeafa_3cba_megamenu>.dropdown .accff_17dd_dropdown-list li a {
  padding-left: 0px;
  padding-right: 0px;
}

/* calmclarity_0941_----------------------------*\
	tab dropdown
\*---------------------------- */

.aeafb_1036_nav-menu li.has-dropdown.eeafa_3cba_megamenu>.dropdown.cdcaf_53a7_tab-dropdown .afedc_b6bd_tab-content {
  z-index: 70;
  position: relative;
  margin-left: -30px;
}

.aeafb_1036_nav-menu li.has-dropdown.eeafa_3cba_megamenu>.dropdown.cdcaf_53a7_tab-dropdown .deeba_0008_tab-nav {
  background-color: #1b1c1e;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 60;
}

.aeafb_1036_nav-menu li.has-dropdown.eeafa_3cba_megamenu>.dropdown.cdcaf_53a7_tab-dropdown .deeba_0008_tab-nav li {
  border-bottom: 1px solid #323335;
}

.aeafb_1036_nav-menu li.has-dropdown.eeafa_3cba_megamenu>.dropdown.cdcaf_53a7_tab-dropdown .deeba_0008_tab-nav li a {
  display: block;
  padding: 15px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}

.aeafb_1036_nav-menu li.has-dropdown.eeafa_3cba_megamenu>.dropdown.cdcaf_53a7_tab-dropdown .deeba_0008_tab-nav li.active {
  background: #ee4266
}

.aeafb_1036_nav-menu li.has-dropdown.eeafa_3cba_megamenu>.dropdown.cdcaf_53a7_tab-dropdown .deeba_0008_tab-nav li.active a {
  color: #fff;
}

/* calmclarity_0941_----------------------------*\
	nav aside
\*---------------------------- */

#fbdca_4d8f_nav-aside {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #1b1c1e;
  max-width: 360px;
  width: 100%;
  padding: 80px 20px;
  overflow-y: scroll;
  z-index: 99;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.4s all cubic-bezier(.77, 0, .18, 1);
  transition: 0.4s all cubic-bezier(.77, 0, .18, 1);
}

#fbdca_4d8f_nav-aside.active {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.fbefc_8633_nav-aside-menu li a {
  display: block;
  padding: 15px 0px;
  color: #fff;
  border-bottom: 1px solid #323335;
}

.fbefc_8633_nav-aside-menu li a:hover, .fbefc_8633_nav-aside-menu li a:focus {
  color: #ee4266;
}

.fbefc_8633_nav-aside-menu li.has-dropdown>a {
  cursor: pointer;
}

.fbefc_8633_nav-aside-menu li.has-dropdown>a:after {
  font-family: 'FontAwesome';
  content: "\f0d7";
  float: right;
}

.fbefc_8633_nav-aside-menu li.has-dropdown>.dropdown {
  display: none;
  margin-left: 30px;
  border-left: 1px solid #323335;
}

.fbefc_8633_nav-aside-menu li.has-dropdown.active>.dropdown {
  display: block;
}

.fbefc_8633_nav-aside-menu li.has-dropdown>.dropdown a {
  padding: 15px;
}

.nav-close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 15px;
  background-color: transparent;
  border: none;
}

.nav-close span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nav-close span:before, .nav-close span:after {
  content: "";
  display: block;
  width: 30px;
  background-color: #fff;
  height: 2px;
}

.nav-close span:before {
  -webkit-transform: translateY(0px) rotate(-135deg);
  -ms-transform: translateY(0px) rotate(-135deg);
  transform: translateY(0px) rotate(-135deg);
}

.nav-close span:after {
  -webkit-transform: translateY(-2px) rotate(135deg);
  -ms-transform: translateY(-2px) rotate(135deg);
  transform: translateY(-2px) rotate(135deg);
}

/* calmclarity_0941_=========================================================
	PAGE HEADER
=========================================================== */

.cbdff_b264_page-header {
  position: relative;
  margin: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1b1c1e;
}

#bdbab_7299_post-header {
  padding-top: 240px;
  padding-bottom: 80px;
}

.cbdff_b264_page-header .daefa_c8cd_page-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cbdff_b264_page-header .daefa_c8cd_page-header-bg:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 28, 30, 0)), color-stop(90%, rgba(27, 28, 30, 0.8)));
  background: linear-gradient(180deg, rgba(27, 28, 30, 0) 0%, rgba(27, 28, 30, 0.8) 90%);
}

.cbdff_b264_page-header h1 {
  font-size: 41.053px;
  color: #FFF;
}

.cbdff_b264_page-header p.ccbbf_54db_lead {
  font-size: 20.25px;
  color: #FFF;
}

/* calmclarity_0941_=========================================================
	POST
=========================================================== */

.ebbef_3212_post {
  position: relative;
  margin-bottom: 30px;
}

.ebbef_3212_post .bcaee_0c30_post-body {
  position: relative;
  margin: -50px 0px 0px 3%;
  padding: 5%;
  background: #fff;
  z-index: 10;
}

.ebbef_3212_post .aecdf_29fc_post-img {
  display: block;
  overflow: hidden;
}

.aecdf_29fc_post-img>img {
  width: 100%;
  -webkit-transition: 1.6s -webkit-transform;
  transition: 1.6s -webkit-transform;
  transition: 1.6s transform;
  transition: 1.6s transform, 1.6s -webkit-transform;
}

.aecdf_29fc_post-img:hover>img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.ebbef_3212_post .ffdff_9dd6_post-title {
  font-size: 18px;
}

.ebbef_3212_post .ffdff_9dd6_post-title.ddeef_2cc4_title-sm {
  font-size: 16px;
}

.ebbef_3212_post .ffdff_9dd6_post-title.caebb_173c_title-lg {
  font-size: 25.629px;
}

.ebbef_3212_post .cacbf_927b_post-category {
  margin-bottom: 10px;
}

.cacbf_927b_post-category a {
  color: #ee4266;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}

.cacbf_927b_post-category a:after {
  content: ',';
  display: inline-block;
}

.cacbf_927b_post-category a:last-child:after {
  display: none;
}

.ebbef_3212_post .cebbf_2f2c_post-meta {
  margin-bottom: 10px;
}

.cebbf_2f2c_post-meta li {
  display: inline-block;
  color: #97989b; 
  font-size: 12px;
  text-transform: uppercase;
}

.cebbf_2f2c_post-meta li a {
  color: #97989b;
  font-weight: 700;
}

.cebbf_2f2c_post-meta li a:hover, .cebbf_2f2c_post-meta li a:focus {
  color: #ee4266;
}

.cebbf_2f2c_post-meta li:after {
  content: '•';
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.cebbf_2f2c_post-meta li:last-child:after {
  display: none;
}

/* calmclarity_0941_----------------------------*\
	hot post
\*---------------------------- */

.dabfc_b9b6_hot-post {
  padding: 0 15px;
}

.dabfc_b9b6_hot-post .ffcfa_c94e_hot-post-left {
  padding-right: 0px;
  padding-left: 0px;
}

.dabfc_b9b6_hot-post .cceea_72f0_hot-post-right {
  padding-right: 0;
  padding-left: 5px;
}

.dabfc_b9b6_hot-post .ebbef_3212_post {
  margin-bottom: 7px;
}

.dabfc_b9b6_hot-post {
  margin-bottom: 25px;
}

/* calmclarity_0941_----------------------------*\
	post thumb
\*---------------------------- */

.ebbef_3212_post.ddfea_eb15_post-thumb .aecdf_29fc_post-img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 28, 30, 0)), color-stop(90%, rgba(27, 28, 30, 0.8)));
  background: linear-gradient(180deg, rgba(27, 28, 30, 0) 0%, rgba(27, 28, 30, 0.8) 90%);
}

.ebbef_3212_post.ddfea_eb15_post-thumb .bcaee_0c30_post-body {
  position: absolute;
  margin: 0px;
  padding: 0px 5%;
  z-index: 20;
  bottom: 5%;
  background-color: transparent;
}

.ebbef_3212_post.ddfea_eb15_post-thumb .ffdff_9dd6_post-title a {
  color: #fff;
}

.ebbef_3212_post.ddfea_eb15_post-thumb .ffdff_9dd6_post-title a:hover, .ebbef_3212_post.ddfea_eb15_post-thumb .ffdff_9dd6_post-title a:focus {
  color: #ee4266;
}

.ebbef_3212_post.ddfea_eb15_post-thumb .cebbf_2f2c_post-meta li {
  color: #fff;
}

.ebbef_3212_post.ddfea_eb15_post-thumb .cebbf_2f2c_post-meta li a {
  color: #fff;
}

.ebbef_3212_post.ddfea_eb15_post-thumb .cebbf_2f2c_post-meta li a:hover, .ebbef_3212_post.ddfea_eb15_post-thumb .cebbf_2f2c_post-meta li a:focus {
  color: #ee4266;
}

/* calmclarity_0941_----------------------------*\
	post small
\*---------------------------- */

.ebbef_3212_post.adadb_ab15_post-sm .bcaee_0c30_post-body {
  margin: 15px 0px 0px;
  background: transparent;
  padding: 0;
}

/* calmclarity_0941_----------------------------*\
	post widget
\*---------------------------- */

.ebbef_3212_post.eebdd_06e8_post-widget:after {
  content: "";
  display: table;
  clear: both;
}

.ebbef_3212_post.eebdd_06e8_post-widget .aecdf_29fc_post-img {
  float: left;
  width: 130px;
}

.ebbef_3212_post.eebdd_06e8_post-widget .bcaee_0c30_post-body {
  position: relative;
  background: transparent;
  margin: 0px 0px 0px 150px;
  padding: 0;
}

.ebbef_3212_post.eebdd_06e8_post-widget .ffdff_9dd6_post-title {
  font-size: 16px;
  margin-bottom: 0px;
}

/* calmclarity_0941_----------------------------*\
	post row
\*---------------------------- */

.ebbef_3212_post.ffdbc_94bd_post-row:after {
  content: '';
  display: table;
  clear: both;
}

.ebbef_3212_post.ffdbc_94bd_post-row .aecdf_29fc_post-img {
  width: 40%;
  float: left;
}

.ebbef_3212_post.ffdbc_94bd_post-row .bcaee_0c30_post-body {
  margin: 0px 0px 0px calc(40% + 30px);
  padding: 0;
}

/* calmclarity_0941_=========================================================
	POST PAGE
=========================================================== */

.cbdff_b264_page-header .cacbf_927b_post-category {
  margin-bottom: 10px;
}

.cbdff_b264_page-header .cebbf_2f2c_post-meta li {
  color: #fff;
}

.cbdff_b264_page-header .cebbf_2f2c_post-meta li a {
  color: #fff;
}

.cbdff_b264_page-header .cebbf_2f2c_post-meta li a:hover, .cbdff_b264_page-header .cebbf_2f2c_post-meta li a:focus {
  color: #ee4266;
}

.ebfff_e86a_post-share a {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  color: #fff;
  background-color: #97989b;
  margin-right: 4px;
  margin-bottom: 6px;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.ebfff_e86a_post-share a:hover {
  opacity: 0.9;
}

.ebfff_e86a_post-share a i {
  width: 20px;
  text-align: center;
}

.ebfff_e86a_post-share a span {
  padding-left: 10px;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-left: 10px;
}

.eaedb_769e_post-content .daaff_77b1_post-attachement.eeeea_19bd_pull-left {
  margin-right: 15px;
}

.eaedb_769e_post-content .daaff_77b1_post-attachement.dfffe_e14c_pull-right {
  margin-left: 15px;
}

.ebcbc_97cc_post-tags ul li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.ebcbc_97cc_post-tags ul li:first-child {
  font-weight: 400;
}

.ebcbc_97cc_post-tags ul li:after {
  content: ',';
  display: inline-block;
}

.ebcbc_97cc_post-tags ul li:first-child:after {
  display: none;
}

.ebcbc_97cc_post-tags ul li:last-child:after {
  display: none;
}

/* calmclarity_0941_----------------------------*\
	post nav
\*---------------------------- */

.afbca_f670_post-nav:after {
  content: "";
  display: table;
  clear: both;
}

.afbca_f670_post-nav .ffdff_9dd6_post-title {
  font-size: 14px;
  margin: 0px;
}

.afbca_f670_post-nav .dddeb_8bcf_prev-post {
  float: left;
  width: 50%;
  padding-right: 15px;
}

.afbca_f670_post-nav .afddf_4be5_next-post {
  float: right;
  width: 50%;
  text-align: right;
  padding-left: 15px;
}

.afbca_f670_post-nav .aecdf_29fc_post-img {
  display: block;
  width: 100px;
  overflow: hidden;
}

.afbca_f670_post-nav .dddeb_8bcf_prev-post .aecdf_29fc_post-img {
  float: left;
  margin-right: 15px;
}

.afbca_f670_post-nav .afddf_4be5_next-post .aecdf_29fc_post-img {
  float: right;
  margin-left: 15px;
}

.afbca_f670_post-nav .afddf_4be5_next-post span, .afbca_f670_post-nav .dddeb_8bcf_prev-post span {
  font-weight: 700;
  color: #97989b;
  text-transform: uppercase;
  font-size: 12px;
}

.afbca_f670_post-nav .afddf_4be5_next-post:after, .afbca_f670_post-nav .dddeb_8bcf_prev-post:after {
  content: '';
  display: table;
  clear: both;
}

/* calmclarity_0941_----------------------------*\
	author
\*---------------------------- */

.bcacf_b485_author.cfdfe_c0cd_media .bffdf_7d8c_media-left {
  position: relative;
  padding-right: 30px;
}

.bcacf_b485_author .effec_a629_author-img {
  width: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
  ;
}

.bcacf_b485_author .fbbdb_a704_author-social li {
  display: inline-block;
  margin-right: 10px;
}

.bcacf_b485_author .fbbdb_a704_author-social li a {
  display: block;
}

.cbdff_b264_page-header .bcacf_b485_author .fbbdb_a704_author-social li a {
  color: #fff;
}

.cbdff_b264_page-header .bcacf_b485_author .fbbdb_a704_author-social li a:hover, .cbdff_b264_page-header .bcacf_b485_author .fbbdb_a704_author-social li a:focus {
  color: #ee4266;
}

/* calmclarity_0941_----------------------------*\
	comments
\*---------------------------- */

.beffd_6b70_post-comments .cfdfe_c0cd_media {
  margin-top: 30px;
}

.beffd_6b70_post-comments .cfdfe_c0cd_media:nth-child(1) {
  margin-top: 0px;
}

.beffd_6b70_post-comments .cfdfe_c0cd_media .bffdf_7d8c_media-left {
  position: relative;
  padding-right: 15px;
}

.beffd_6b70_post-comments .cfdfe_c0cd_media .bffdf_7d8c_media-left .aacaf_c773_media-object {
  width: 50px;
  border-radius: 50%;
  position: relative;
  z-index: 20;
}

.beffd_6b70_post-comments .cfdfe_c0cd_media .bffdf_7d8c_media-left:after {
  content: '';
  position: absolute;
  left: calc(50% - 9px);
  top: 80px;
  bottom: 15px;
  width: 1px;
  background-color: #e8eaed;
}

.beffd_6b70_post-comments .cfdfe_c0cd_media .efdce_3850_media-heading h4 {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
}

.beffd_6b70_post-comments .cfdfe_c0cd_media .efdce_3850_media-heading .fdeee_59be_time {
  color: #97989b;
  margin-left: 10px;
  font-size: 12px;
}

.beffd_6b70_post-comments .cfdfe_c0cd_media .dcfcd_f378_reply {
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 13px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #323335;
  border-radius: 2px;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.beffd_6b70_post-comments .cfdfe_c0cd_media .dcfcd_f378_reply:hover {
  opacity: 0.9;
}

.beffd_6b70_post-comments .cfdfe_c0cd_media.eccea_661e_media-author .efdce_3850_media-heading h4 {
  color: #ee4266;
}

.beffd_6b70_post-comments .cfdfe_c0cd_media.eccea_661e_media-author .bffdf_7d8c_media-left:after {
  background-color: #ee4266;
}

/* calmclarity_0941_=========================================================
	ASIDE
=========================================================== */

.bcddf_7ae4_aside-widget {
  margin-bottom: 30px;
}

/* calmclarity_0941_----------------------------*\
	social widget
\*---------------------------- */

.acaaf_7076_social-widget ul {
  overflow: auto;
}

.acaaf_7076_social-widget ul li {
  float: left;
  width: 33.33%;
}

.acaaf_7076_social-widget ul li a {
  display: block;
  text-align: center;
  padding: 30px 15px;
  color: #fff;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.acaaf_7076_social-widget ul li a:hover {
  opacity: 0.9;
}

.acaaf_7076_social-widget ul li a span {
  font-weight: 700;
  font-size: 14px;
}

.acaaf_7076_social-widget ul li a i {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
}

/* calmclarity_0941_----------------------------*\
	newsletter widget
\*---------------------------- */

.ffdbf_2852_newsletter-widget {
  position: relative;
  padding: 0px 30px 30px;
  border-left: 2px dashed #e8eaed;
  border-right: 2px dashed #e8eaed;
}

.bcddf_7ae4_aside-widget:last-child .ffdbf_2852_newsletter-widget {
  border-bottom: 2px dashed #e8eaed;
}

.ffdbf_2852_newsletter-widget form {
  position: relative;
  z-index: 20;
}

.ffdbf_2852_newsletter-widget .input {
  margin-bottom: 15px;
}

.ffdbf_2852_newsletter-widget:after {
  content: "\f003";
  font-family: FontAwesome;
  position: absolute;
  bottom: -25px;
  right: 27px;
  font-size: 160px;
  color: #e8eaed;
  -webkit-transform: rotate(13deg);
  -ms-transform: rotate(13deg);
  transform: rotate(13deg);
}

.cdbdd_5897_footer-widget .ffdbf_2852_newsletter-widget {
  padding: 0px;
  border: none;
}

.cdbdd_5897_footer-widget .ffdbf_2852_newsletter-widget:after {
  color: #323335;
}

/* calmclarity_0941_----------------------------*\
	category widget
\*---------------------------- */

.bdada_55ab_category-widget ul li {
  padding: 15px 0px;
  border-bottom: 1px solid #e8eaed;
}

.bdada_55ab_category-widget ul li a {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}

.bdada_55ab_category-widget ul li a span {
  float: right;
  font-size: 14px;
  color: #97989b;
  margin-left: 15px;
}

.cdbdd_5897_footer-widget .bdada_55ab_category-widget ul li {
  border-color: #323335;
}

/* calmclarity_0941_----------------------------*\
	tags widget
\*---------------------------- */

.efbeb_c450_tags-widget ul li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 6px;
}

.efbeb_c450_tags-widget ul li a {
  text-transform: uppercase;
  display: block;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 700;
  color: #97989b;
  background-color: #323335;
  border-radius: 2px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.efbeb_c450_tags-widget ul li a:hover, .efbeb_c450_tags-widget ul li a:focus {
  color: #fff !important;
  background-color: #ee4266;
}

/* calmclarity_0941_----------------------------*\
	galery widget
\*---------------------------- */

.ddfec_da84_galery-widget ul {
  margin: -2px -2px;
}

.ddfec_da84_galery-widget ul li {
  display: inline-block;
  width: 33.33%;
  padding: 2px;
  margin-right: -4px;
}

.ddfec_da84_galery-widget ul li a {
  display: block;
  overflow: hidden;
}

.ddfec_da84_galery-widget ul li a img {
  width: 100%;
  -webkit-transition: 1.6s -webkit-transform;
  transition: 1.6s -webkit-transform;
  transition: 1.6s transform;
  transition: 1.6s transform, 1.6s -webkit-transform;
}

.ddfec_da84_galery-widget ul li a:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/* calmclarity_0941_=========================================================
	FOOTER
=========================================================== */

#dabac_1d1a_footer {
  margin-top: 40px;
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #1b1c1e;
}

#dabac_1d1a_footer {
  color: #97989b;
}

#dabac_1d1a_footer a {
  color: #97989b;
}

#dabac_1d1a_footer a:hover, #dabac_1d1a_footer a:focus {
  color: #ee4266;
}

.cdbdd_5897_footer-widget {
  margin-bottom: 30px;
}

.cdbdd_5897_footer-widget .eccdf_df75_footer-title {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.bcadd_b4c4_footer-logo {
  margin-bottom: 30px;
  color: #fff;
}

.bcadd_b4c4_footer-logo .bbdaa_d302_logo {
  display: inline-block;
  line-height: 70px;
  height: 70px;
  color: #e0e0e0 !important;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Arial', sans-serif;
}

.bbafa_bcd3_footer-bottom {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #323335;
}

.dcced_baa4_footer-nav {
  text-align: right;
}

.dcced_baa4_footer-nav li {
  display: inline-block;
  margin-right: 10px;
}

/* calmclarity_0941_----------------------------*\
	CONTACT
\*---------------------------- */

.acfcb_66cd_contact li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 55px;
  padding-top: 5px;
  min-height: 40px;
}

.acfcb_66cd_contact li i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 40px;
  background: #fff;
  color: #ee4266;
  border: 1px solid #e8eaed;
  line-height: 40px;
  border-radius: 50%;
}

.cdbdd_5897_footer-widget .acfcb_66cd_contact li i {
  color: #97989b;
  background-color: #353535;
  border: none;
}

.dbaee_003b_contact-social li {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 6px;
}

.dbaee_003b_contact-social li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  color: #fff !important;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.dbaee_003b_contact-social li a:hover {
  opacity: 0.9;
}

/* calmclarity_0941_=========================================================
	RESPONSIVE
=========================================================== */

@media only screen and (max-width: 991px) {
  #ebbcf_3acb_nav-bottom {
    display: none;
  }
  .ddbee_797d_nav-social {
    display: none;
  }
  .efede_cd62_nav-logo {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
    display: inline-block;
    float: left;
  }
  .dcced_baa4_footer-nav {
    text-align: left;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .cbdff_b264_page-header h1 {
    font-size: 32.437px;
  }
  .afbca_f670_post-nav .dddeb_8bcf_prev-post {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0px;
  }
  .afbca_f670_post-nav .dddeb_8bcf_prev-post:last-child {
    margin-bottom: 0px;
  }
  .afbca_f670_post-nav .afddf_4be5_next-post {
    float: none;
    width: 100%;
  }
  .afbca_f670_post-nav .afddf_4be5_next-post {
    float: none;
    width: 100%;
    padding-left: 0px;
    text-align: left;
  }
  .afbca_f670_post-nav .afddf_4be5_next-post .aecdf_29fc_post-img {
    margin-right: 15px;
    float: left;
    margin-left: 0px;
  }
}







.bdffd_46d1_myproj-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0; right: 0;
  background-color: rgba(33, 37, 41, 0.97);
  color: white;
  padding: 1.25rem 1rem;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.15);
  transform: translateY(100%);
  transition: transform 0.4s ease-in-out;
  z-index: 9999;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.bdffd_46d1_myproj-cookie-banner.aabcc_bac7_show {
  transform: translateY(0);
}

.bdffd_46d1_myproj-cookie-banner {
  font-family: Arial, Helvetica, sans-serif;
}
html {
  font-size: 15px !important;
}


.ffabe_144e_myproj-cookie-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.adefb_bfaf_myproj-cookie-text {
  flex: 1 1 60%;
  min-width: 250px;
}

.adefb_bfaf_myproj-cookie-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1rem;
  line-height: 1.6;
}

.bccff_b91d_myproj-cookie-policy-link {
  color: #6ea8fe !important;
  font-weight: 600;
  text-decoration: underline !important;
  transition: color 0.2s ease;
}

.bccff_b91d_myproj-cookie-policy-link:hover,
.bccff_b91d_myproj-cookie-policy-link:focus {
  color: #9ec5fe !important;
  outline: none;
}

.cddba_9e31_myproj-cookie-buttons {
  display: flex;
  gap: 0.75rem;
  flex-shrink: 0;
  flex-wrap: nowrap;
}

.cddba_9e31_myproj-cookie-buttons .fdfdc_9c68_myproj-btn {
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  border-radius: 0.375rem;
  border: 2px solid transparent;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.cddba_9e31_myproj-cookie-buttons .eddfe_b4a9_myproj-btn-outline-light {
  background-color: transparent;
  color: white;
  border-color: white;
}

.cddba_9e31_myproj-cookie-buttons .eddfe_b4a9_myproj-btn-outline-light:hover,
.cddba_9e31_myproj-cookie-buttons .eddfe_b4a9_myproj-btn-outline-light:focus {
  background-color: rgba(255, 255, 255, 0.1);
  outline: none;
}

.cddba_9e31_myproj-cookie-buttons .eaacc_2b98_myproj-btn-primary {
  background-color: #0d6efd;
  color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-color: #0d6efd;
}

.cddba_9e31_myproj-cookie-buttons .eaacc_2b98_myproj-btn-primary:hover,
.cddba_9e31_myproj-cookie-buttons .eaacc_2b98_myproj-btn-primary:focus {
  background-color: #0b5ed7;
  border-color: #0b5ed7;
  outline: none;
}

@media (max-width: 767.98px) {
  .ffabe_144e_myproj-cookie-content {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  .adefb_bfaf_myproj-cookie-text {
    flex: 1 1 100%;
    min-width: unset;
  }

  .cddba_9e31_myproj-cookie-buttons {
    justify-content: center;
    width: 100%;
  }
}



/* calmclarity_0941_Yeni dropdown-toggle sınıfı için tam CSS */
.aeafb_1036_nav-menu>li>.dropdown-toggle {
  display: block;
  padding: 25px 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #11151c;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
  cursor: pointer;
}

.aeafb_1036_nav-menu>li>.dropdown-toggle:hover, 
.aeafb_1036_nav-menu>li>.dropdown-toggle:focus {
  color: #ee4266;
  text-decoration: none;
  outline: none;
}

.aeafb_1036_nav-menu li.has-dropdown>.dropdown-toggle:after {
  font-family: 'FontAwesome';
  content: "\f0d7";
  margin-left: 5px;
}

.fbefc_8633_nav-aside-menu li.has-dropdown>span.dropdown-toggle {
  cursor: pointer;
  display: block;
  padding: 15px 0px;
  color: #fff;
  border-bottom: 1px solid #323335;
}

.fbefc_8633_nav-aside-menu li.has-dropdown>span.dropdown-toggle:hover,
.fbefc_8633_nav-aside-menu li.has-dropdown>span.dropdown-toggle:focus {
  color: #ee4266;
}

.fbefc_8633_nav-aside-menu li.has-dropdown>span.dropdown-toggle:after {
  font-family: 'FontAwesome';
  content: "\f0d7";
  float: right;
}


.edaee_e268_post-references {
	background-color: #f8f9fa;
	border-left: 4px solid #007bff;
	padding: 20px;
	margin: 20px 0;
	border-radius: 4px;
}

.ccdac_72b4_reference-title {
	color: #495057;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	border-bottom: 1px solid #dee2e6;
	padding-bottom: 8px;
}

.cfcfd_b84a_reference-content {
	color: #6c757d;
	font-size: 14px;
	line-height: 1.6;
}

.cfcfd_b84a_reference-content ol,
.cfcfd_b84a_reference-content ul {
	margin-left: 20px;
	margin-bottom: 10px;
}

.cfcfd_b84a_reference-content li {
	margin-bottom: 5px;
}

.cfcfd_b84a_reference-content a {
	color: #007bff;
	text-decoration: none;
}

.cfcfd_b84a_reference-content a:hover {
	text-decoration: underline;
}
	
	
	
