/* wordsmadeclear_69a8_=========================================================
	GENERAL
=========================================================== */

/* wordsmadeclear_69a8_----------------------------*\
	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.badce_db32_list-style, ol.badce_db32_list-style {
  padding-left: 15px;
  margin-bottom: 10px;
}

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

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

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

blockquote.fbffa_8188_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.fbffa_8188_blockquote .dddeb_4662_blockquote-footer {
  color: #97989b;
}

figure {
  margin-bottom: 20px;
}

figure>img {
  width: 100%;
}

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

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

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

/* wordsmadeclear_69a8_----------------------------*\
	section
\*---------------------------- */

.cabcf_4607_section {
  padding-top: 30px;
}

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

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

.ecebd_c7ce_section-title .bbbab_f48d_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;
}

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

/* wordsmadeclear_69a8_----------------------------*\
	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;
}

/* wordsmadeclear_69a8_----------------------------*\
	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;
}

/* wordsmadeclear_69a8_----------------------------*\
	social colors
\*---------------------------- */

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

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

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

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

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

/* wordsmadeclear_69a8_=========================================================
	NAVIGATION
=========================================================== */

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

#ceeab_1880_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;
}

#ceeab_1880_nav.caaad_f793_shadow-active:after {
  opacity: 1;
  visibility: visible;
}

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

#faafa_9495_nav-top>.faecc_9910_container {
  position: relative;
}

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

/* wordsmadeclear_69a8_----------------------------*\
	social
\*---------------------------- */

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

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

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

/* wordsmadeclear_69a8_----------------------------*\
	logo
\*---------------------------- */

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

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

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

/* wordsmadeclear_69a8_----------------------------*\
	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;
}

#aeabc_8d64_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;
}

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

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

/* wordsmadeclear_69a8_----------------------------*\
	menu
\*---------------------------- */

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

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

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

/* wordsmadeclear_69a8_----------------------------*\
	dropdown
\*---------------------------- */

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

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

.cafea_354c_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;
}

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

.cafea_354c_nav-menu li.has-dropdown>.dropdown .bedef_9473_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 .fbacb_78c6_dropdown-list li {
  border-bottom: 1px solid #e8eaed;
}

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

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

/* wordsmadeclear_69a8_----------------------------*\
	mega dropdown
\*---------------------------- */

.cafea_354c_nav-menu li.has-dropdown.ebbab_007c_megamenu {
  position: static;
}

.cafea_354c_nav-menu li.has-dropdown.ebbab_007c_megamenu>.dropdown {
  width: 100%;
}

.cafea_354c_nav-menu li.has-dropdown.ebbab_007c_megamenu>.dropdown .bedef_9473_dropdown-body {
  padding: 30px;
}

.cafea_354c_nav-menu li.has-dropdown.ebbab_007c_megamenu>.dropdown .fbacb_78c6_dropdown-list {
  margin-bottom: 30px;
}

.cafea_354c_nav-menu li.has-dropdown.ebbab_007c_megamenu>.dropdown .fbacb_78c6_dropdown-list li a {
  padding-left: 0px;
  padding-right: 0px;
}

/* wordsmadeclear_69a8_----------------------------*\
	tab dropdown
\*---------------------------- */

.cafea_354c_nav-menu li.has-dropdown.ebbab_007c_megamenu>.dropdown.cdfef_ebf0_tab-dropdown .acdef_5c62_tab-content {
  z-index: 70;
  position: relative;
  margin-left: -30px;
}

.cafea_354c_nav-menu li.has-dropdown.ebbab_007c_megamenu>.dropdown.cdfef_ebf0_tab-dropdown .dbdeb_d3e0_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;
}

.cafea_354c_nav-menu li.has-dropdown.ebbab_007c_megamenu>.dropdown.cdfef_ebf0_tab-dropdown .dbdeb_d3e0_tab-nav li {
  border-bottom: 1px solid #323335;
}

.cafea_354c_nav-menu li.has-dropdown.ebbab_007c_megamenu>.dropdown.cdfef_ebf0_tab-dropdown .dbdeb_d3e0_tab-nav li a {
  display: block;
  padding: 15px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}

.cafea_354c_nav-menu li.has-dropdown.ebbab_007c_megamenu>.dropdown.cdfef_ebf0_tab-dropdown .dbdeb_d3e0_tab-nav li.active {
  background: #ee4266
}

.cafea_354c_nav-menu li.has-dropdown.ebbab_007c_megamenu>.dropdown.cdfef_ebf0_tab-dropdown .dbdeb_d3e0_tab-nav li.active a {
  color: #fff;
}

/* wordsmadeclear_69a8_----------------------------*\
	nav aside
\*---------------------------- */

#eadfc_da9f_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);
}

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

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

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

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

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

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

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

.acdaf_a74d_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);
}

/* wordsmadeclear_69a8_=========================================================
	PAGE HEADER
=========================================================== */

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

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

.afdbc_df03_page-header .daeef_f35f_page-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.afdbc_df03_page-header .daeef_f35f_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%);
}

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

.afdbc_df03_page-header p.dcadc_acd3_lead {
  font-size: 20.25px;
  color: #FFF;
}

/* wordsmadeclear_69a8_=========================================================
	POST
=========================================================== */

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

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

.cbaec_ccf9_post .fbede_d0f3_post-img {
  display: block;
  overflow: hidden;
}

.fbede_d0f3_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;
}

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

.cbaec_ccf9_post .acbbc_6655_post-title {
  font-size: 18px;
}

.cbaec_ccf9_post .acbbc_6655_post-title.bccce_75fa_title-sm {
  font-size: 16px;
}

.cbaec_ccf9_post .acbbc_6655_post-title.fafff_8e96_title-lg {
  font-size: 25.629px;
}

.cbaec_ccf9_post .fedcf_9eb1_post-category {
  margin-bottom: 10px;
}

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

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

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

.cbaec_ccf9_post .daeab_739a_post-meta {
  margin-bottom: 10px;
}

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

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

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

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

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

/* wordsmadeclear_69a8_----------------------------*\
	hot post
\*---------------------------- */

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

.aafec_d1b1_hot-post .dbeeb_2340_hot-post-left {
  padding-right: 0px;
  padding-left: 0px;
}

.aafec_d1b1_hot-post .ecada_164d_hot-post-right {
  padding-right: 0;
  padding-left: 5px;
}

.aafec_d1b1_hot-post .cbaec_ccf9_post {
  margin-bottom: 7px;
}

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

/* wordsmadeclear_69a8_----------------------------*\
	post thumb
\*---------------------------- */

.cbaec_ccf9_post.bcfee_6ca2_post-thumb .fbede_d0f3_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%);
}

.cbaec_ccf9_post.bcfee_6ca2_post-thumb .ecded_e205_post-body {
  position: absolute;
  margin: 0px;
  padding: 0px 5%;
  z-index: 20;
  bottom: 5%;
  background-color: transparent;
}

.cbaec_ccf9_post.bcfee_6ca2_post-thumb .acbbc_6655_post-title a {
  color: #fff;
}

.cbaec_ccf9_post.bcfee_6ca2_post-thumb .acbbc_6655_post-title a:hover, .cbaec_ccf9_post.bcfee_6ca2_post-thumb .acbbc_6655_post-title a:focus {
  color: #ee4266;
}

.cbaec_ccf9_post.bcfee_6ca2_post-thumb .daeab_739a_post-meta li {
  color: #fff;
}

.cbaec_ccf9_post.bcfee_6ca2_post-thumb .daeab_739a_post-meta li a {
  color: #fff;
}

.cbaec_ccf9_post.bcfee_6ca2_post-thumb .daeab_739a_post-meta li a:hover, .cbaec_ccf9_post.bcfee_6ca2_post-thumb .daeab_739a_post-meta li a:focus {
  color: #ee4266;
}

/* wordsmadeclear_69a8_----------------------------*\
	post small
\*---------------------------- */

.cbaec_ccf9_post.efbcd_8a6d_post-sm .ecded_e205_post-body {
  margin: 15px 0px 0px;
  background: transparent;
  padding: 0;
}

/* wordsmadeclear_69a8_----------------------------*\
	post widget
\*---------------------------- */

.cbaec_ccf9_post.cfddb_8329_post-widget:after {
  content: "";
  display: table;
  clear: both;
}

.cbaec_ccf9_post.cfddb_8329_post-widget .fbede_d0f3_post-img {
  float: left;
  width: 130px;
}

.cbaec_ccf9_post.cfddb_8329_post-widget .ecded_e205_post-body {
  position: relative;
  background: transparent;
  margin: 0px 0px 0px 150px;
  padding: 0;
}

.cbaec_ccf9_post.cfddb_8329_post-widget .acbbc_6655_post-title {
  font-size: 16px;
  margin-bottom: 0px;
}

/* wordsmadeclear_69a8_----------------------------*\
	post row
\*---------------------------- */

.cbaec_ccf9_post.fdaab_0b3c_post-row:after {
  content: '';
  display: table;
  clear: both;
}

.cbaec_ccf9_post.fdaab_0b3c_post-row .fbede_d0f3_post-img {
  width: 40%;
  float: left;
}

.cbaec_ccf9_post.fdaab_0b3c_post-row .ecded_e205_post-body {
  margin: 0px 0px 0px calc(40% + 30px);
  padding: 0;
}

/* wordsmadeclear_69a8_=========================================================
	POST PAGE
=========================================================== */

.afdbc_df03_page-header .fedcf_9eb1_post-category {
  margin-bottom: 10px;
}

.afdbc_df03_page-header .daeab_739a_post-meta li {
  color: #fff;
}

.afdbc_df03_page-header .daeab_739a_post-meta li a {
  color: #fff;
}

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

.befca_9e05_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;
}

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

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

.befca_9e05_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;
}

.baaab_dacd_post-content .ebfde_40d3_post-attachement.ddbae_3729_pull-left {
  margin-right: 15px;
}

.baaab_dacd_post-content .ebfde_40d3_post-attachement.bafcc_1a4b_pull-right {
  margin-left: 15px;
}

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

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

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

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

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

/* wordsmadeclear_69a8_----------------------------*\
	post nav
\*---------------------------- */

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

.bccab_a035_post-nav .acbbc_6655_post-title {
  font-size: 14px;
  margin: 0px;
}

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

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

.bccab_a035_post-nav .fbede_d0f3_post-img {
  display: block;
  width: 100px;
  overflow: hidden;
}

.bccab_a035_post-nav .daadc_9fa0_prev-post .fbede_d0f3_post-img {
  float: left;
  margin-right: 15px;
}

.bccab_a035_post-nav .dcbca_b97a_next-post .fbede_d0f3_post-img {
  float: right;
  margin-left: 15px;
}

.bccab_a035_post-nav .dcbca_b97a_next-post span, .bccab_a035_post-nav .daadc_9fa0_prev-post span {
  font-weight: 700;
  color: #97989b;
  text-transform: uppercase;
  font-size: 12px;
}

.bccab_a035_post-nav .dcbca_b97a_next-post:after, .bccab_a035_post-nav .daadc_9fa0_prev-post:after {
  content: '';
  display: table;
  clear: both;
}

/* wordsmadeclear_69a8_----------------------------*\
	author
\*---------------------------- */

.eacfe_7f8c_author.cbdfc_8dca_media .acbba_90af_media-left {
  position: relative;
  padding-right: 30px;
}

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

.eacfe_7f8c_author .bcacb_0bad_author-social li {
  display: inline-block;
  margin-right: 10px;
}

.eacfe_7f8c_author .bcacb_0bad_author-social li a {
  display: block;
}

.afdbc_df03_page-header .eacfe_7f8c_author .bcacb_0bad_author-social li a {
  color: #fff;
}

.afdbc_df03_page-header .eacfe_7f8c_author .bcacb_0bad_author-social li a:hover, .afdbc_df03_page-header .eacfe_7f8c_author .bcacb_0bad_author-social li a:focus {
  color: #ee4266;
}

/* wordsmadeclear_69a8_----------------------------*\
	comments
\*---------------------------- */

.fcafa_d283_post-comments .cbdfc_8dca_media {
  margin-top: 30px;
}

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

.fcafa_d283_post-comments .cbdfc_8dca_media .acbba_90af_media-left {
  position: relative;
  padding-right: 15px;
}

.fcafa_d283_post-comments .cbdfc_8dca_media .acbba_90af_media-left .aedcf_aaae_media-object {
  width: 50px;
  border-radius: 50%;
  position: relative;
  z-index: 20;
}

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

.fcafa_d283_post-comments .cbdfc_8dca_media .bdeba_0909_media-heading h4 {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
}

.fcafa_d283_post-comments .cbdfc_8dca_media .bdeba_0909_media-heading .adbab_4192_time {
  color: #97989b;
  margin-left: 10px;
  font-size: 12px;
}

.fcafa_d283_post-comments .cbdfc_8dca_media .dbcce_c3cb_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;
}

.fcafa_d283_post-comments .cbdfc_8dca_media .dbcce_c3cb_reply:hover {
  opacity: 0.9;
}

.fcafa_d283_post-comments .cbdfc_8dca_media.bffed_ce61_media-author .bdeba_0909_media-heading h4 {
  color: #ee4266;
}

.fcafa_d283_post-comments .cbdfc_8dca_media.bffed_ce61_media-author .acbba_90af_media-left:after {
  background-color: #ee4266;
}

/* wordsmadeclear_69a8_=========================================================
	ASIDE
=========================================================== */

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

/* wordsmadeclear_69a8_----------------------------*\
	social widget
\*---------------------------- */

.ecddb_eab5_social-widget ul {
  overflow: auto;
}

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

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

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

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

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

/* wordsmadeclear_69a8_----------------------------*\
	newsletter widget
\*---------------------------- */

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

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

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

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

.cdcbb_f499_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);
}

.afebe_289d_footer-widget .cdcbb_f499_newsletter-widget {
  padding: 0px;
  border: none;
}

.afebe_289d_footer-widget .cdcbb_f499_newsletter-widget:after {
  color: #323335;
}

/* wordsmadeclear_69a8_----------------------------*\
	category widget
\*---------------------------- */

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

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

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

.afebe_289d_footer-widget .fffae_b3f0_category-widget ul li {
  border-color: #323335;
}

/* wordsmadeclear_69a8_----------------------------*\
	tags widget
\*---------------------------- */

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

.edabd_1dc5_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;
}

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

/* wordsmadeclear_69a8_----------------------------*\
	galery widget
\*---------------------------- */

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

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

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

.cdefb_e7cc_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;
}

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

/* wordsmadeclear_69a8_=========================================================
	FOOTER
=========================================================== */

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

#dbabf_5902_footer {
  color: #97989b;
}

#dbabf_5902_footer a {
  color: #97989b;
}

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

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

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

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

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

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

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

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

/* wordsmadeclear_69a8_----------------------------*\
	CONTACT
\*---------------------------- */

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

.aeccd_29b3_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%;
}

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

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

.bafaf_1df1_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;
}

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

/* wordsmadeclear_69a8_=========================================================
	RESPONSIVE
=========================================================== */

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

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







.ddedb_36c0_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;
}

.ddedb_36c0_myproj-cookie-banner.fbffe_a569_show {
  transform: translateY(0);
}

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


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

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

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

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

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

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

.bffae_db43_myproj-cookie-buttons .dabfe_0e95_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;
}

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

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

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

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

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

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

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



/* wordsmadeclear_69a8_Yeni dropdown-toggle sınıfı için tam CSS */
.cafea_354c_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;
}

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

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

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

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

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


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

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

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

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

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

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

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