/*
Theme Name:  Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

#top .avia-smallarrow-slider-heading h3 {
    color: #173a63;
}
#top #header_meta a, #top #header_meta li, #top #header_meta .phone-info {
    font-size: 14px;
}
/*main menu button*/
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
    background-color: #FE9E0B !important;
	    color: #173a63 !important;
    border-color: #FE9E0B !important;
}
/*link text-dec*/
#top .av_inherit_color a {
    text-decoration: none !important;
}
/*buttons*/
.main_color .primary-background, .main_color .primary-background a, div .main_color .button, .main_color #submit, .main_color input[type='submit'], .main_color .small-preview:hover, .main_color .avia-menu-fx, .main_color .avia-menu-fx .avia-arrow, .main_color.iconbox_top .iconbox_icon, .main_color .iconbox_top a.iconbox_icon:hover, .main_color .avia-data-table th.avia-highlight-col, .main_color .avia-color-theme-color, .main_color .avia-color-theme-color:hover, .main_color .image-overlay .image-overlay-inside:before, .main_color .comment-count, .main_color .av_dropcap2, .main_color .av-colored-style .av-countdown-cell-inner, .responsive #top .main_color .av-open-submenu.av-subnav-menu > li > a:hover, #top .main_color .av-open-submenu.av-subnav-menu li > ul a:hover {
    background-color: #173A63 !important;
    border-color: #173A63 !important;
}
/*icon box hover*/
.iconbox:hover .iconbox_icon {
    color: #FE9E0B !important;
}

/*----------------------------------------
// CSS - Table row bg
//--------------------------------------*/

/* Table rows */
#top .avia-table tr {
	color:#0e0e0e;
}

/* Table border */
#top .avia-table tr th,
#top .avia-table tr td,
#top .avia-table tr {
	border: none!important;
	box-shadow: 0px 1px 1px -1px rgba(31, 31, 31, 0.85);
}

/* Alternate row color */
#top .avia-table tr:nth-child(odd)
{ 
	background: #eff2f3 !important; 
}
#top .avia-table tr:nth-child(even)
{ 
	background: #d7dcdd !important; 
}

/* Table head */
#top .avia-table th {
	background: #3b5998;
	color: #e9e8dd;
}
td {vertical-align: middle;}
/*testimonial slider on mobile*/
@media only screen and (max-width: 767px){
.responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
    padding: 0px 0px !important;
}
}

/*gravity form*/
#top .gform_wrapper input, #top .gform_wrapper select {
    padding: 13px !important;
    border-radius: 5px !important;
	border: 1px solid #173A63 !important;
}

.gform_wrapper textarea {
    padding: 13px !important;
    border-radius: 5px !important;
	border: 1px solid #173A63 !important;
}