
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@font-face
{
	font-family: 'Beyond';
	src: url('../fonts/beyond_the_mountains.otf')  format('truetype'),
		 url('../fonts/beyond_the_mountains.ttf')  format('opentype');
}
*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	/* color: #a5a5a5; */
}
/*********************************
13. Footer
*********************************/

.footer
{ 
	position: relative;
	width: 100%;
    height: fit-content;
	padding-top: 50px;
	padding-bottom: 10px;
	background-color: #a385f5;
    background: linear-gradient(to right, rgba(79, 87, 255, 1) 1%, rgba(125, 63, 216, 1) 50%, rgba(170, 39, 177, 1) 100%);
    color: wheat;
	margin-top: 100px;
    padding-left: 10px;
    padding-right:20px; 

}
.footer-container{
    position: relative;
    left:30px;
    top:-10px;

}
.footer_title
{
    font-family: feijoadisplay, sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: white;
	text-transform: uppercase;
	text-decoration: underline;

}
.footer_title_3
{
	font-size: 15px;
	font-weight: 700;
	color: white;
	text-transform: uppercase;
	
}

/*********************************
13.1 Footer - About
*********************************/

.footer_about
{
	
	padding-top: 67px;
}
.footer_logo
{
	
	position: absolute;
	left: 0px;
	top: 24px;
}
.footer_logo img {
    filter: drop-shadow(5px 7px 5px rgb(158, 158, 158));
}
.footer_about_text
{
	
	font-size: 14px;
	font-weight: 600;
	color: white;
}
.footer_social_item
{
	
	display: inline-block;
	width: 31px;
	height: 31px;
	
	text-align: center;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	margin-right: 9px;
}
.footer_social_item:last-child
{
	
	margin-right: 0px;
}
.footer_social_item a
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.footer_social_item a i
{
	display: block;
	position: relative;
	color: rgb(68, 7, 124);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 12px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
/* .footer_social_item:hover
{
	background: #007bff;
} */
.footer_social_item:hover a i
{
	color: #31124b;
}

/*********************************
13.2 Footer - Blog
*********************************/

.footer_blog
{
	margin-top: 39px;
}
.footer_blog_item
{
	margin-bottom: 21px;
}
.footer_blog_item:last-child
{
	margin-bottom: 0px;
}
.footer_blog_image
{
	width: 60px;
	height: 60px;
	float: left;
}
.footer_blog_image img
{
	width: 100%;
}
.footer_blog_content
{
	padding-left: 81px;
}
.footer_blog_title
{
	margin-top: -4px;
	padding-left: 1px;
}
.footer_blog_title a
{
	font-size: 14px;
	font-weight: 400;
	color: white;
}
.footer_blog_title a:hover
{
	color: #fa9e1b;
}
.footer_blog_date
{
	font-size: 12px;
	font-weight: 400;
	color: #fa9e1b;
	margin-top: 7px;
}

/*********************************
13.3 Footer - Tags
*********************************/

.footer_tags
{
	margin-top: 40px;
}
.tag_item
{
	height: 35px;
	float: left;
	margin-right: 9px;
	margin-bottom: 9px;
	border: solid 1px #0056b3;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.tag_item:hover
{
	background: #0056b3;
}
.tag_item a
{
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: white;
	line-height: 33px;
	padding-left: 25px;
	padding-right: 25px;
}

/*********************************
13.4 Footer - Contact Info
*********************************/

.contact_info_list
{
	margin-top: 40px;
}
.contact_info_item
{
	margin-bottom: 22px;
}
.contact_info_icon
{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.contact_info_icon img
{
	display: block;
	width: 100%;
}
.contact_info_text,
.contact_info_text a
{
	color: white;
	line-height: 2.14;
    font-size:small;
    position: relative;
    left:35px;
	
}
.contact_info_item:hover .contact_info_text,
.contact_info_item:hover .contact_info_text a
{
	color: #0056b3;
}
.footer_contact p{

	color: white;
	width: 300px;

}

.footer_contact form{
	width: 0px;
}


.footer_contact form input[type="mail"] {
    height: 40px; 
    padding: 10px;
    border: 1px solid #ccc; 
    border-radius: 5px;
    font-size: 16px;
    outline: none; 
	width: 200px;
}


.footer_contact form button {
    height: 40px; 
    padding: 5px 10px; 
    border: none; 
    border-radius: 5px; 
    background-color: darkblue; 
    color: #fff; 
    font-size: 14px; 
    cursor: pointer; 
    outline: none;
	border: 1px solid;
	width: 100px;
}


.footer_contact form button:hover {
    background-color: #0056b3; 
}

.Copyright{
	color: white;
    text-align: center; 

}
.input{
    width:100%;
}
.contact_info{
    font-size: 1.5rem;
    color: white;
    position: relative;
  
}
.btn-sub{
	background: linear-gradient(to right, rgba(79, 87, 255, 1) 1%, rgba(125, 63, 216, 1) 50%, rgb(229 0 241) 100%) !important;
    /* background-image: linear-gradient(to right, #FF512F 0%, #F09819  100%, #FF512F  100%); */
	margin-left:100px;
	width:100% !important;
}
@media screen and (max-width:700px) {
	.footer-container{
		position: relative;
		left:0px !important;
		top:-10px;
	
	}
	
}