/*
Theme Name:  ikonik Child
Theme URI:   https://themeforest.net/user/pixelwars/portfolio
Description: Make your modifications to [ikonik Theme] in this child theme.
Author:      Pixelwars
Author URI:  https://themeforest.net/user/pixelwars
Version:     1.4.1
Template:    ikonik
Tags:        portfolio
Text Domain: ikonik-child
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

/* SOCIAL ICON REPLACEMENT normal and hover */


/* Whatsapp */
.social-link.dribbble {
    min-width: 14px;
    min-height: 14px;
    text-indent: -999em;
    background-image: url(/wp-content/uploads/2025/07/Icon_whatsapp_white.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px;
}

.social-link.dribbble:hover {
min-width: 14px;
min-height: 14px;
text-indent: -999em;
background-image: url(/wp-content/uploads/2025/07/Icon_whatsapp_white.png);
background-repeat: no-repeat;
background-position: center center;
background-size: 32px;
background-color: 	#075e54;
}

/* Instagram */
.social-link.instagram {
    min-width: 22px;
    min-height: 22px;
    text-indent: -999em;
    background-image: url(/wp-content/uploads/2025/07/Icon_insta_white.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px;
}

.social-link.instagram:hover {
min-width: 22px;
min-height: 22px;
text-indent: -999em;
background-image: url(/wp-content/uploads/2025/07/Icon_insta_white.png);
background-repeat: no-repeat;
background-position: center center;
background-size: 32px;
background-color: #C13584;
}

/* Email */
.social-link.email {
    min-width: 22px;
    min-height: 22px;
    text-indent: -999em;
    background-image: url(/wp-content/uploads/2025/07/Icon_mail_white.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px;
}

.social-link.email:hover {
min-width: 22px;
min-height: 22px;
text-indent: -999em;
background-image: url(/wp-content/uploads/2025/07/Icon_mail_white.png);
background-repeat: no-repeat;
background-position: center center;
background-size: 32px;
background-color: #0e4e85;
}

/* Phone */
.social-link.snapchat {
    min-width: 22px;
    min-height: 22px;
    text-indent: -999em;
    background-image: url(/wp-content/uploads/2025/07/Icon_phone_white.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px;
}

.social-link.snapchat:hover {
min-width: 22px;
min-height: 22px;
text-indent: -999em;
background-image: url(/wp-content/uploads/2025/07/Icon_phone_white.png);
background-repeat: no-repeat;
background-position: center center;
background-size: 32px;
background-color: #FCAF45;
}

/* No Music */
.home-loaded .play-music, .full-screen-wrap { display: none; }


/* Home Logo transformation */
.home-icon { 
	width: 14vmax; 
}
.home-text {
    top: 14%;
}
.home-logo-center {
    background-color: #0c0c0c;
}
.home-logo-left {
    background-color: #0c0c0c;
	  padding: 0px;
	
}
.home-logo-right {
    background-color: #0c0c0c;
		padding: 0px;
}

.home-logo {
	background-color: #0c0c0c;
}	

/* No Header on subpages */
.entry-header {
display: none;
}

.home-text { visibility:hidden !important;}

.home-text-container { width:0em ; border-radius: 0px 8px 8px 0px; }

.home-logo-center {
	border-radius: 0px 0px 0px 0px}

.home-logo { border-radius: 0px 0px 0px 0px; }

.home-text-container {
    background: #0c0c0c;
}

.home-heading { padding-left:25%;   }



/* Right Logo fix*/
.home-bg-logo {
    width: auto;
}

@media only screen and (min-width: 769px) {
.home-footer {
    padding: 0.5rem;
	top: 0px;
	}
}
	

	

@media only screen and (max-width: 768px) {
    .home-footer {
        padding: 5px;
    }
}

.home-footer .textwidget {
    opacity:0.5;
	color: green;
}