/*
Theme Name: Sparkling Child
Theme URI: https://colorlib.com/wp/themes/sparkling
Author: Colorlib
Author URI: http://colorlib.com/
Description: Sparkling is a clean minimal and responsive WordPress theme well suited for travel, health, business, finance, design, art, personal and any other creative websites and blogs. Developed using Bootstrap 3 that makes it mobile and tablets friendly. Theme comes with full-screen slider, social icon integration, author bio, popular posts widget and improved category widget. Sparkling incorporates latest web standards such as HTML5 and CSS3 and is SEO friendly thanks to its clean structure and codebase. It has dozens of Theme Options to change theme layout, colors, fonts, slider settings and much more. Theme is also translation and multilingual ready and is available in Spanish. Sparkling is a free WordPress theme with premium functionality and design.
Version: 2.5.0
Template: sparkling
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sparkling
Domain Path: /languages/
Tags: green, light, white, gray, black, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, photoblogging, left-sidebar, translation-ready, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, theme-options, threaded-comments

This theme, like WordPress, is licensed under the GPL.
sparkling is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*/

/* 
 * ---------------------------  START hide the home page title ----------------------------
 */
.home .entry-title {
	display: none;
}
.home .hide-home {
	display: none;
}
/* 
 * ---------------------------  END hide the home page title ----------------------------
 */


/* 
 * ---------------------------  START start hide the Turkce home page title ----------------------------
 */
/* .page-id-3451  .entry-title {display: none;} */
/* 
 * ---------------------------  END hide the Turkce home page title ----------------------------
 */


/* 
 * ---------------------------  START start hide the objects only for moblie ----------------------------
 */
.only-mobile {
	display: none;
}

@media only screen and (max-width:550px) {
	.only-mobile {
		display: block;
	}
	
	.only-desktop {
		display: none;
	}
}
/* 
 * ---------------------------  END  hide the objects only for moblie ----------------------------
 */

/* 
 * ---------------------------  START Change icon colors Jetpack sharing buttons ----------------------------
 */
/*
.sd-social-icon .sd-content ul li.share-facebook a:before, .sd-social-text .sd-content ul li.share-facebook a:before, .sd-content ul li.share-facebook div.option.option-smart-off a:before, .sd-social-icon-text .sd-content li.share-facebook a:before {
	color: #6786bf;
}

.sd-social-icon .sd-content ul li.share-twitter a:before, .sd-social-text .sd-content ul li.share-twitter a:before, .sd-content ul li.share-twitter div.option.option-smart-off a:before, .sd-social-icon-text .sd-content li.share-twitter a:before {
	color: #00acee;
}

.sd-social-icon .sd-content ul li.share-pinterest a:before, .sd-social-text .sd-content ul li.share-pinterest a:before, .sd-content ul li.share-pinterest div.option.option-smart-off a:before, .sd-social-icon-text .sd-content li.share-pinterest a:before {
	color: #c40606;
}

.sd-social-icon .sd-content ul li.share-google-plus-1 a:before, .sd-social-text .sd-content ul li.share-google-plus-1 a:before, .sd-content ul li.share-google-plus-1 div.option.option-smart-off a:before, .sd-social-icon-text .sd-content li.share-google-plus-1 a:before {
	color: #cf6034;
}

.sd-social-icon .sd-content ul li.share-linkedin a:before, .sd-social-text .sd-content ul li.share-linkedin a:before, .sd-content ul li.share-linkedin div.option.option-smart-off a:before, .sd-social-icon-text .sd-content li.share-linkedin a:before {
	color: #6786bf;
}
*/
/* 
 * ---------------------------  END  Change icon colors Jetpack sharing buttons ----------------------------
 */

/* 
 * ---------------------------  START Related Posts Stylesheet ----------------------------
 */
.crp_related {
	clear: both;
	margin: 10px 0;
}
.crp_related h3 {
	margin: 0 !important;
}
.crp_related ul {
	list-style: none;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
}
.crp_related li, .crp_related a {
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.crp_related li {
/*
  margin: 5px !important; 
	border: 1px solid #ddd; 
  */
	padding: 5px;
}
/*
.crp_related li:hover {
	background: #eee;
	border-color: #bbb;
}
*/
.crp_related a {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	text-decoration: none !important;
}
.crp_related a:hover {
	text-decoration: none;
}
.crp_related .crp_title {
	color: #fff !important;
	position: absolute;
	bottom: 0;
	padding: 3px;
	color: #fff;
	font-size: .9em;
	text-shadow: 1000 .1em .1em .2em;
	background: rgb(0.5, 0.5, 0.5);
	background: rgba(0, 0, 0, 0.5);
//	-webkit-border-radius: 7px;
//	-moz-border-radius: 7px;
//	border-radius: 7px;

}
.crp_related li:hover .crp_title {
//	background: rgb(0.2, 0.2, 0.2);
//	background: rgba(0, 0, 0, 0.8);
}
//.crp_related li {
//	vertical-align: bottom;
//	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
//	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
//	box-shadow: 0 1px 2px rgba(0,0,0,.4);
//	-webkit-border-radius: 7px;
//	-moz-border-radius: 7px;
//	border-radius: 7px;
//}
.crp_clear {
	clear: both;
}
.crp_title:visited {
	color: #fff !important;
}
/* 
 * ---------------------------  END     Related Posts Stylesheet ----------------------------
 */

/* 
 * ---------------------------  START Popular Posts Stylesheet ----------------------------
 */

/* Widget Container */
.tptn_posts_daily ul, .tptn_posts ul {
	margin:0 !important;
	padding:0 !important;
}

/* Post Container */
.tptn_posts_daily ul li, .tptn_posts ul li {
	clear:both;
	list-style:none;
	margin-bottom:15px;
	display:block;
	background: none;
	padding:0 !important;
}

/* Irrelevant point after post */
.tptn_posts_daily ul:after, .tptn_posts ul:after, .tptn_posts_daily ul li:after, .tptn_posts ul li:after {
  content:'';
	display:table;
	clear: both;
}

/* Tiltles of the posts */
.tptn_posts_daily .tptn_title, .tptn_posts .tptn_title {
	font-weight:bold;
	display:block;
	padding-bottom: 5px;
	text-decoration:none;
	line-height: 1.1em;
  color: #ff5555;
}

/* Image Container */
img.tptn_thumb {
  position: relative;
  display:block;
  width: 100%;
	height: 100%;
  float:left;
	clear:left;
  vertical-align: bottom;
/*
  margin-right:10px !important;
	padding:3px !important;
	border:1px #CCCCCC solid;
	vertical-align: bottom;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
	box-shadow: 0 1px 2px rgba(0,0,0,.4);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
	border-radius: 7px;
*/
}

/* irrelevant Object */
/*
img.tptn_thumb:after {
  content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	top: -1px;
	left: -1px; 
	border: solid 1px #222;
	-webkit-box-shadow: inset 0 0 1px rgba(255,255,255,.4), inset 0 1px 0 rgba(255,255,255,.4), 0 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 0 1px rgba(255,255,255,.4), inset 0 1px 0 rgba(255,255,255,.4), 0 1px 2px rgba(0,0,0,.3);
	box-shadow: inset 0 0 1px rgba(255,255,255,.4), inset 0 1px 0 rgba(255,255,255,.4), 0 1px 2px rgba(0,0,0,.3);
  -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
*/

/* other Irrelevant Object */
.tptn_excerpt {
	display: block;
}

/* 
 * ---------------------------  END  Popular Posts Stylesheet ----------------------------------- 
*/

/* 
 * ---------------------------  START  Widget Title Modification ----------------------------------- 
*/
#secondary .widget > h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 0;
  color: #636467;
}
/* 
 * ---------------------------  END  Widget Title Modification ----------------------------------- 
*/

/* 
 * ---------------------------  START  Metaslider Title Modification ----------------------------------- 
*/
.metaslider .caption-wrap {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    background: black;
    color: white;
    opacity: 0.6;
    margin: 0;
    display: block;
    width: 100%;
    line-height: 1.4em;
}

.VideoSliderClass .caption-wrap {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    background: black;
    color: white;
    opacity: 0.6;
    margin: 0;
    display: block;
    width: 100%;
    line-height: 1.4em;
}
/* 
 * ---------------------------  END  Metaslider Title Modification ----------------------------------- 
*/

.wpcf7-form label, .wpcf7-form label input {
    width: 100% !important;
}
.wpcf7-form label input[type="checkbox"] {
    width: auto !important;
}

/* 
 * ---------------------------  START Mailpoet Widget Modification ----------------------------------- 
*/
.wysija-submit-field { 
  
  text-align: center; 
  margin: auto;
}

.widget_wysija_cont shortcode_wysija {
  text-align: center; 

}

.widget_wysija_cont shortcode_wysija {
  text-align: center; 
}



/* 
 * ---------------------------  START Mailpoet Widget Modification ----------------------------------- 
*/
/*
     FILE ARCHIVED ON 15:25:28 Feb 24, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:12:48 Aug 19, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.466
  exclusion.robots: 0.079
  exclusion.robots.policy: 0.071
  esindex: 0.008
  cdx.remote: 16.933
  LoadShardBlock: 65.109 (3)
  PetaboxLoader3.datanode: 173.795 (5)
  PetaboxLoader3.resolve: 1764.84 (2)
  load_resource: 1886.395
  loaddict: 30.144
*/