/*
Theme Name:     Kallyas Child Theme
Theme URI:      http://kallyas.net/demo/
Description:    Child theme for the Kallyas theme
Author:         Hogash
Author URI:     http://themeforest.net/user/hogash
Template:       kallyas
Version:        1.0
Tags: dark, light, left-sidebar, right-sidebar, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, full-width-template, theme-options, translation-ready
Text Domain:  zn_framework
*/

.image-boxes-link {border-radius: 10px;}

div#logo-container {bottom: 0 !important;}

/* Flipping Shadow buttons */

.btn.btn-fullcolor.btn-third,
.btn.btn-fullcolor.btn-element,
.btn.btn-fullcolor.btn--rounded {
    top: 0;
    left: 0;
    transition: all .15s linear 0s;
    position: relative;
    display: inline-block;
    box-shadow: -6px 6px 0 rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

/*
.btn.btn-fullcolor.btn-third,
.btn.btn-fullcolor.btn-element,
.btn.btn-fullcolor.btn--rounded {
    padding: 10px;
    background-color: slategray;
    width: 46%;
    float: right;
    position: relative;
}
*/

.btn.btn-fullcolor.btn-third:hover,
.btn.btn-fullcolor.btn-element:hover,
.btn.btn-fullcolor.btn--rounded:hover {
    top: 3px;
    left: -3px;
    box-shadow: -3px 3px 0 rgba(0, 0, 0, 0.5);
}

.btn-element {
    margin: 0 7px;
}

/*
 * Header 17
 */


img.trustpilot-img {
    max-width: 125px;
}
.trustpilot_header_txt {
    font-size: 12px;
}

@media only screen and (max-width: 600px) {
  	img.trustpilot-img {
		max-width: 125px;
	}
	.container.siteheader-container {
		width: 100%;
	}
	.site-header .topnav.social-icons .social-icons-li {
		margin: 0;
		margin-left: 5px;
	}
	ul.sh-component.social-icons.sc--colored_hov.topnav.navRight.topnav-no-hdnav {
		min-width: 135px;
	}
}