@charset "utf-8";
/* CSS Document */
/*
Theme Name: DeAdmin
Description: Child theme based on DICI theme
Author: Mezanet
Template: Divi
color: #01b6e8;
*/

@import url("../Divi/style.css");

/* write custom css below 

#top-header .container { padding-top: 20px; }

#main-header nav#top-menu-nav {
    padding-top: 0px;	 
}

#et_top_search {
    display: block;
    float: right;
    margin: 6px 0 0 22px;
    position: relative;
    width: 18px;
}

#main-header { padding: 18px 0 0 0; height: 60px; 
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); 
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); 
	-moz-transition: all 0.2s ease-in-out; 
	-webkit-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; position: relative; z-index: 99999; }
	
	
.et-fixed-header { padding: 18px 0 0 0 !important; height: 60px !important;
	 box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) !important; 
	 -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) !important; 
	 -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) !important;  }
	 
#logo { float: left; 
	-moz-transition: all 0.2s ease-in-out; 
	-webkit-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
	margin-bottom: 0px; }

.et_fixed_nav #logo { max-height: 26px; margin-bottom: 0; }

.et-fixed-header #logo { max-height: 26px;margin-bottom: 0; }

.et_pb_slide_description h2 {color:#fff !important; text-shadow: 3px 2px 2px rgba(0,0,0,1); font-weight:200; }
.et_pb_slide_description h3 {color:#fff !important; text-shadow: 1px 1px 1px rgba(0,0,0,1); font-weight:200;}

*/

#logo {min-width:400px; margin-top:-10px;}

#et-top-navigation {
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: 400;
}

.feedzy-rss .rss_item .title a {
 
	 
	font-family:'Open Sans', Verdana, Geneva, sans-serif;
	color:#777;
}
.feedzy-rss .rss_item .title a:hover {
	color:#000;
}

.et_pb_dollar_sign {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    top: -34px;
}

.et_pb_sum {
	font-size:50px;
		line-heigth:80px;
}

.et_pb_pricing_heading h2 {
	font-size:30px;

}
	

.et_pb_text {
    margin-bottom: 10px;
}


.mez_title {
	margin-top:-20px;
}

.et_pb_pricing_table_button {
	color:#fff;
	background:#000;
	border:0;
	border-radius: 6px 6px 0 0;
	font-family:'Open Sans',sans-serif;
}
.et_pb_pricing_table_button:hover {
	background:#ddd;
}

.et_pb_contact_submit {
	font-family:'Open Sans',sans-serif;
}

a.et_pb_more_button {
	font-family:'Open Sans',sans-serif;
	background:  #01B6E8;
}
a.et_pb_more_button:hover {
	
	background: #ccc;
}

.login-footer {
	display:none;
}
.login-top {
	float:right;

}

.login-top img {
	margin-left:12px;
}

.login-footer, .login-top img:hover {
	opacity:.5;
}

.et_pb_inner_shadow {
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.07) inset;
}


#uwteam img {
	margin-bottom:20px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.75);
}

#uwteam h3 {
	margin-top:12px;
}

@media only screen and ( max-width: 479px ) {
.login-top {
	display:none;
}
	
.login-footer {
	display:inline-block;
	float:none;
	margin: 0 10px;
}
}