/*
Theme Name: Wiso
Theme URI: http://wiso.foxthemes.me/
Author: FOXTHEMES
Author URI: https://themeforest.net/user/fox-themes
Description: A stunning visual experience for minimal loving creative. This theme is a responsive and retina-ready WordPress theme with grid system layout. It is optimized for mobile touch and swipe.
Version: 1.7.5
Tags: one-column, two-columns, right-sidebar, custom-menu, post-formats, sticky-post
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wiso
*/
.select-for-hovers h5{
    display: inline-block;
    padding: 2px 8px;
    text-decoration: none;
    line-height: 28px;
    margin: auto;
    color: #222;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
}

.select-for-hovers .hover > span{
    padding: 9px 15px 9px 15px;
    display: inline-block;
    font-weight: 400;
    text-decoration: none;
    min-width: 200px;
    text-align: left;
    cursor: pointer;
    text-transform: uppercase;
    margin: auto;
    letter-spacing: 1px;
    height: 40px;
    border: 1px solid #999;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #999;
    background-color: transparent;
}
.select-for-hovers .hover > span::after{
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    color: #999;
}
.select-for-hovers{
    margin: 20px 0;
}
.select-for-hovers .content{
    position: relative;
    text-align: right;
    width: 100%;
}
.select-for-hovers .hover{
    display: inline-block;
    position: relative;
}
.select-for-hovers .hover .list{
    text-align: left;
    position: absolute;
    background-color: #fff;
    margin-left: 0;
    z-index: 31;
    width: 100%;
    border: 1px solid #999;
    border-top: 0;
    display: none;
}

.select-for-hovers .hover .list li{
    list-style: none;
    font-weight: 400;
    padding: 5px 15px;
    cursor: pointer;
    text-transform: uppercase;
    background-color: transparent;
    transition: all 350ms ease;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #999;
    margin: auto;
    letter-spacing: 1px;
}

.select-for-hovers .hover .list li:hover{
    background-color: #222;
    color: #fff;
}

.hovers-template {
    padding-bottom: 50px;
}


#footer .wiso-widget-copyright .img-wrap {
    margin-bottom: 40px !important;
    display: flex !important;
    justify-content: center !important;
}

#footer .wiso-widget-copyright .img-wrap img {
    max-height: 150px !important;
}

#footer .widget_text h5 {
	margin-bottom:10px !important;
}

#footer .socials {
	display:flex;
	justify-content: center;
}

.right-menu .logo span {
	font-family: "Raleway", sans-serif !important;
	font-size: 20px !important;
}

.tg-iso-2 .tg-item-media-holder:hover .tg-item-overlay {
    background-color: none !important;
}

.contact-main-image .image-wrap {
	background-attachment: inherit !important;
}

@media only screen and (max-width: 768px) {
	.contact-main-image .content-wrap .image-wrap {
		background-position-y: 0 !important;
	}
	
	.right-menu .logo span {
   	 	font-size: 14px !important;
    	margin-left: 50px !important;
	}
}