/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme.
Version: 1.0
Author: Woody Carr
Author URI: http://www.woodycarr.com
Template: enfold
*/


/* 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 */

table caption {
padding: 0 0 5px 0;
width: auto;
font-style: normal;
font-weight: bold;
text-align: center;
font-size: 12px;
}

td {
    text-align: center;
}

#top .fullsize .template-blog .blog-meta {
display: none;
}

.blog-meta {
display:none;
}

.title_container .main-title {
font-size:22px;
}

.html_elegant-blog #top .post-entry .post-title, .html_elegant-blog .avia-content-slider .slide-entry-title {
text-align: center;
font-size: 30px;
text-transform: none;
padding: 0px 0 15px;
letter-spacing: normal;
line-height: 1.3em;
margin-bottom: 10px;
}

#top #wrap_all .main_color h1, #top #wrap_all .alternate_color h1 {
font-family: 'montserrat', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
font-weight: normal;
text-transform: none;
letter-spacing: normal;
}

/*
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 */

.title_container .breadcrumb {
margin-top: 15px;
}

.boxed #wrap_all {
box-shadow: 0 10px 10px #666666;
}


#avia2-menu, #header_meta > div > div {
font-size: 15px;
}


}



/*
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 */

.responsive .title_container .breadcrumb {
margin-top: 15px;
}

.title_container .main-title {
    line-height: 1.3em;
}

#mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before {
content: "\25BA";
}

}
