/*
Theme Name: Mars
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. Use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Media on Mars
Author URI: http://www.mediaonmars.com.au
Template: enfold
*/

/*---------- Load Fonts ----------*/
@import url("https://use.typekit.net/ruv2lzo.css");

html, body {
   font-family: signo, sans-serif!important;
   font-weight: 400!important;
   font-style: normal!important;
}

#top h1,
#top h2,
#top h3,
#top h4,
#top h5,
#top h6 {
   font-family: bungee, sans-serif;
   font-weight: 400;
   font-style: normal;
   letter-spacing: 1px;
}

#top h1 {font-size: 3rem;}
#top h3 {color: #F6C650;}

#top h2 a {
	background: #775ca8;
	color: #ffffff;
	display: inline-block;
	padding: 1rem;
}

#top .avia-caption-content h1 {
   color: #000000;
   letter-spacing: 5px;
}

#top p strong, #top p a {
   font-weight: 700;
}

#top p strong {
   color: #143144;
}

#top .avia_image, #top img {
   border-radius: 0;
}

#top #scroll-top-link {
   display: none!important;
}

.html_header_sidebar #header .av-main-nav > li > a .avia-menu-text {
   font-family: bungee, sans-serif;
   font-weight: 400;
   letter-spacing: 1px;
}

#top #socket {
   font-size: 12px;
   padding: 2%;
}

#top .main_color input[type="text"], #top .main_color input[type="email"], #top .avia_ajax_form .text_area {
   border: 2px solid #143144;
}

#top .button, #top .avia_ajax_form .button, #top button, #top .subscribe-button {
   padding: 15px 25px;
   border: none;
   font-size: 14px;
   font-family: bungee, sans-serif;
   letter-spacing: 1px; 
   text-transform: uppercase;
}

#top .grid-entry-title {
   color: #143144;
   font-size: 20px;
}

#top .grid-content {
   min-height: 86px;
}

#top .grid-entry-excerpt {
   color: #97989A;
   font-size: 20px;
   font-family: bungee, sans-serif;
   font-weight: 100;
   font-style: normal;
}

#top .grid-content {
   padding: 5%;
}

#top .grid-entry .inner-entry {
   box-shadow: none;
}

@media only screen and (max-width: 720px) {
	#top .avia-caption-content h1 {
		font-size: 24px;
	}
	#top .caption_bottom .slideshow_caption .slideshow_inner_caption .slideshow_align_caption {
		padding: 0;
	}
	#top .caption_bottom .slideshow_caption .slideshow_inner_caption {
		padding: 0;
	}
}