/*
Theme Name: Selected Theme
Description: A custom-made <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. 
Version: 1.1
Author: Yossuf Abedy
Author URI: //
Template: enfold
*/



/*Add your own styles here:*/

.logo img{
	/*margin-top: 1px !important*/ ;
	margin-left:20px;
	/*position: fixed !important;*/
}

.sel-isocert{
	background: #3753a4;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	float: right;
    padding-top: 80px;
    transform: rotate(15deg);
}

.sel-contact-tab{
	display: block;
	position: fixed;
	z-index: 10000;
	bottom: 25%;
	right: -125px;
	background-color: rgba(0,0,0,0.3);
	padding: 15px;
	color: #3753a4;
	font-weight: 900;
	font-size: 18px;
	transform: rotate(-90deg);
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.sel-contact-tab:hover{
	right: -70px;
	background-color: rgba(0,0,0,0.87);
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.sel-contact-tab a{
	font-size: 14px;
	margin-top: 15px;
	width: 50%;
	float: left;
	color: #ffffff;
}

.sel-contact-tab a:hover{
	color: #ffffff;
}

article.iconbox{
	padding: 25px 60px !important;
}

#avia-menu{
	right: 200px !important;
	position: fixed !important;
}

.av-hamburger av-hamburger--spin av-js-hamburger av-inserted-main-menu av-burger-menu-main menu-item-avia-special{
	position: right;
}


@media only screen and (max-width: 1370px) {
  nav.main_menu {
    display: block !important;
  }
  .menu-item {
    display: none;
  }
  .av-burger-menu-main.menu-item-avia-special, #top #menu-item-search {
    display: block;
  }
}


