/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


.menu-item-language {display: inline-block;vertical-align: middle;}
.menu-item-language .langs-wrap {display: flex; align-items: center; padding: 0 15px; margin-left: 20px;font-size: 13px; font-weight: 600; text-transform: uppercase; border: none; color: #000;}
.menu-item-language .langs-wrap, .menu-item-language .langs-wrap a:hover {opacity: .8;}
.menu-item-language .lang-divider {width: 1px; background-color: #365f41; height: 20px; margin: 0 10px;}
[data-header*="type-1"] .ct-header [data-transparent-row="yes"] [data-id="menu"] > ul > li.menu-item-language .lang {line-height: 100px; color: var(--theme-palette-color-8);}
[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li.menu-item-language .lang {color: var(--theme-text-color);}

.after-footer-image-container {display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 20px 0;width: 100%;}
.after-footer-image-container img {max-width: 100%;height: auto;}