/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */
.html_header_top.html_main_nav_header #top .av_menu_left .main_menu {
    left: 30%;
}
.av-main-nav > li > a {
    font-size: 15px;
}
 .hr-custom .hr-inner.inner-border-av-border-fat {
    border-top-width: 5px;
}
#homethirdection .grid-content{
	background-color: rgba(0, 0, 0, 0.7);
	text-align: center;
}
#homethirdection  .grid-entry-title{
	background-color: transparent;
    color: #ffffff;
}
#homethirdection .avia-arrow{
	background-color: transparent;
	top: 2px;
}
#homethirdection .main_color.inner-entry{
	    background-color: #ffffff;
}
#homethirdection .grid-content {
    bottom: 54px;
}
#homethirdection .grid-entry .inner-entry {
    margin-right: 10px;
    box-shadow: none;

}
#homethirdection .avia-button.avia-size-large , #projects .avia-button.avia-size-large{
	border-radius: 0;
    font-weight: 600;
    font-size: 1.5vw;

}
#top #homeforthsection .avia_ajax_form .text_input{
    border-radius: 0;
}
#homeforthsection input[type='submit']{
    background-color: #979797;
    color: #fff;
    border: 2px solid #ffffff;
	border-radius: 0;
}
#homeforthsection h3 {
    font-size: 1.4vw;
	font-weight: 400;
}
footer#socket {
    text-align: center;
}
#socket .copyright {
    float: none;
}
#socket .copyright a{
    display:none;
}
div#footer{
    border-top-width: 0;
}
#text-2 .textwidget a {
    text-decoration: none;
	font-size: 14px;
}
#top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
    font-size: 2.2vw;
    font-weight: 400;
}
.entry-content-wrapper.entry-content{
	color: #525252;
}
#contactdiv h4.iconlist_title {
    font-weight: 400;
    text-transform: none;
}
#contactdiv .avia_ajax_form .button {
    min-width: 100%;
    border-radius: 0;
	background-color: #282460;
    border: 2px solid #ffffff;
}
#top #contactdiv  .avia_ajax_form .text_input{
    border-radius: 0;
	border: 2px solid #282460;
}
#contactdiv h3{
	color: #fff;
	font-weight:400;
}
.avia-button span.avia_iconbox_title, #text-2 .textwidget a, #tag_cloud-2 .tagcloud a{ 
    font-family: 'Heebo', sans-serif;
}


/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}