/*
Theme Name: KOM2
Description: 
Author: 
Author URI: 
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* FOOTER */

#wrapper .fusion-vertical-menu-widget .menu li.current_page_item > a {
border: none !important;
}

/* FOOTER */

/* HOME */

#sliders-container {
background: #000000 !important;
}

.avada-has-rev-slider-styles .avada-skin-rev {
border: none !important;
}

#services {
background: rgba(44, 57, 72, 0.15) !important;
}

#portfolio .logo {
position: absolute;
left: 0;
right: 0;
text-align: center;
pointer-events: none;
}

#portfolio .logo img {
background: #FFF;
border-bottom: 7px solid #fbf79c;
padding: 5px;
width: auto !important;
max-width: 160px;
max-height: 100px;
}

/* HOME */

/* CONTACT */

/* CONTACT */

#kom2 {
clear: both;
width: 100%;
left: 0;
text-align: center;
margin-top: -80px;
}

#kom2 img {
transition: all 0.25s ease 0s;
background-color: #faf476;
border-radius: 50%;
}

#kom2 img:hover {
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}