/*
Theme Name: Enfold Child
Description: Child theme
Version: 2.7.1-1
Author: Kriesi
Author URI: http://www.kriesi.at
License: Themeforest Split Licence
License URI: -
Theme URI: www.kriesi.at/themes/enfold/
Template: enfold
*/

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

  .avia-caption-content {
    line-height: 1.6em;
    font-size: 24px;
  }
  
  input, select {
    margin-bottom: 0 !important;
  }

  .avia_message_box_content {
    text-transform: none !important;
  }
}



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

}

div#header_main_alternate { /* main menu container background */
    background-color: #3b3b3b !important;
}

div.title_container { /* title heading container background */
    background-color: #009ec3 !important;
}

#top .title_container .container { /* title heading container position and height */
    min-height: 75px !important;
    padding-bottom: 10px !important;
    padding-top: 20px !important;
}

div.title_container div.container h1.main-title a {font-size: 28px !important;font-weight:bold !important;font-variant: small-caps !important} /* title heading font styling */

a {
    transition: color 300ms ease 0s, background-color 300ms ease 0s, opacity 300ms ease 0s !important; /* fade transition on all link hovers */
}

.av-main-nav > li > a { /* main menu item font styling */
    font-weight: normal !important;
}

#header .widget { /* header widget position */
  right: 100px;
  padding-top: 0;
  position: absolute;
  top: -110px;
  transform: translate(0%);
}

.title_container .main-title:before { /* main title icon before */
	content: '\25b6';
	font-family: 'entypo-fontello';
	padding-right: 10px;
}
