/*
Theme Name: PFCalgary
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
Template: enfold
*/
/*** Partnering with you bottom margin homePage (was 10)***/
.avia-image-container.avia-align-center{display:block; margin: 0 auto 0px auto;  text-align: center; font-size: 3em; clear: both;}

/*** home sideBar button width***/
.main_color .meta-color, .main_color .sidebar, .main_color .sidebar a, .main_color .minor-meta, .main_color .minor-meta a, .main_color .text-sep, .main_color blockquote, .main_color .post_nav a, .main_color .comment-text, .main_color .side-container-inner, .main_color .news-time, .main_color .pagination a, .main_color .pagination span, .main_color .tweet-text.avatar_no .tweet-time, #top .main_color .extra-mini-title, .main_color .team-member-job-title, .main_color .team-social a, .main_color #js_sort_items a, .grid-entry-excerpt, .main_color .avia-testimonial-subtitle, .main_color .commentmetadata a, .main_color .social_bookmarks a, .main_color .meta-heading>*, .main_color .slide-meta, .main_color .slide-meta a, .main_color .taglist, .main_color .taglist a, .main_color .phone-info, .main_color .phone-info a, .main_color .av-sort-by-term a, .main_color .av-magazine-time, .main_color .av-magazine .av-magazine-entry-icon, .main_color .av-catalogue-content, .main_color .wp-playlist-item-length {
width:195px;
}


/*** center meet the team  was 30, 0 ***/
.avia-testimonial-wrapper{display:table; margin: auto; clear:both; }


/*** post big preview size adjust preve no size.***/
.big-preview{
display:block;
padding:0 50px 10px 131px;
width:800px;
height:auto;
}
/***  level three nav width was 208 offset was 207***/
.av-main-nav ul { display: none; margin-left:0; left:0; position: absolute; top: 100%; width: 248px; z-index: 2; padding:0; box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1); margin-top:-1px; }

#top .av-main-nav ul ul {
left: -247px;
top:0px;
margin:0;
border-top-style: solid;
border-top-width: 1px;
padding-top: 0px
}	
/***  Social icons footer  ***/
#footer .social_bookmarks li {
clear: none!important;
}
/***  home page 3imageblock topmargin was 50  ***/
body .column-top-margin{
margin-top: 20px;
}
/***  slider button  ***/

.main_color .layerslider-button .avia-color-theme-color, .main_color .avia-color-theme-color:hover {
background: #ff6600;}

/***partner logo background color was #ffffff***/
.main_color .avia-content-slider .slide-image{
	background:#F8F8F8;
}



/***css list column***/
#native {

    -webkit-column-width:       250px;
    -moz-column-width:      250px;
    -o-column-width:        250px;
    -ms-column-width:       250px;
    column-width:           250px;

    -webkit-column-rule-style:  none; 
    -moz-column-rule-style:     none; 
    -o-column-rule-style:       none; 
    -ms-column-rule-style:      none; 
    column-rule-style:      none; 
	   }
	   
	   /***form error text colour***/
#top label span, #top legend span {
    font-weight: normal;
    font-size: 13px;
    color: #f05a1a;

}
/*----------------------------------------
// CSS - Table row background colors
//--------------------------------------*/

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