/*
 Theme Name:   swic-child
 Theme URI:    http://swic.org.au
 Description:  Child Theme for SWIC
 Author:       Scott Groves
 Author URI:   http://scottgroves.com
 Template:     enfold
 Version:      1.0.0
*/

/* CSS from Quick CSS Enfold */
.swic-alert {
    text-transform: none;
 }
 
 @media only screen and (max-width: 900px)  {
    .team-img-container img {
    /* display: block!important; */
    /* margin: 0 auto!important;
    max-height: 200px!important;
    min-height: 200px!important;
    min-width: 225px;
    max-width: 225px;*/
    object-fit: cover!important;
    margin-left: auto!important;
    margin-right: auto!important;
    text-align: center!important;
    justify-content: center!important;
    }}

    @media only screen and (max-width: 1200px)  
    and (min-width:900px) {
        .team-img-container img {
        /* display: block!important; */
        margin: 0 auto!important;
        /* max-height: 200px!important;
        min-height: 200px!important;
        min-width: 225px;
        max-width: 225px; */
        object-fit: cover!important;
        margin-left: auto!important;
        margin-right: auto!important;
        text-align: center!important;
        justify-content: center!important;
        }}

@media only screen and (min-width: 900px)  {
 .team-img-container img {
     /* display: block; */
     max-height: 200px;
     min-height: 200px;
     min-width: 225px;
     max-width: 225px;
     object-fit: cover!important;
     margin-left: auto!important;
     margin-right: auto!important;
     text-align: center!important;
     justify-content: center!important;
 }}
 
 tr:first-child th, tr:first-child {
     background-color: #45a56a;
     color: #fff;
 }
 
 hr {
    color: #ffffff;
 }
 
 /* Do not display to logged in users */
 .logged-in .loggedout {
  display:none;
 }
  
 .loggedin {
    display:none;
 }
  
 /* Display to logged in users */
  
 .logged-in .loggedin {
  display:block;
}
 
 .footer_color a, .footer_color .widget_first {
         display: inline-block;
     padding: 10px 14px;
     color: #FFFFFF !important;
     border: 1px solid #FFFFFF !important;
     text-decoration: none;
         text-align: center;
     font-size: 14px;
     line-height: 120%;
         min-width: 90%;
         max-width: 90%;
     background-color: transparent !important;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
     -webkit-transition: background-color 300ms ease;
     -moz-transition: background-color 300ms ease;
     transition: background-color 300ms ease;
     cursor: pointer;
 }
 
 .footer_color a, .footer_color .widget_first:hover {
    background-color: #f2f2f2;
    color: #FFFFFF;
 }
 
 h3.widget_first, widgettitle {
    text-transform: none;
 }


/* REMOVE ALL CAPS FROM ALL HEADERS */
.iconbox .iconbox_content .iconbox_content_title {
    border: medium none;
    padding: 2px 0 0 0;
    position: relative;
    margin: 0 0 16px 0;
    clear: none;
    letter-spacing: 1px;
    text-transform: none;
    font-size: 1.25em;
}

.avia_message_box_content { 
    font-size: 14px; 
    text-transform: none; 
    font-weight:600;
}

#top .av-masonry-load-more{
    text-align: center;
    text-decoration: none;
    text-transform: none;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    }

.av-small-bar .avia-progress-bar .progressbar-title-wrap {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 0;
    background: none;
    color: inherit;
    line-height: 1.65em;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: none;
    letter-spacing: 0.5px;
}

div .slideshow_caption h2 {
    text-transform: none;
}

#top .avia-slideshow-button {
    border-radius: 3px; 
    text-transform: none; 
    padding:15px 16px; 
    display: inline-block; 
    margin-top:20px; 
    text-decoration: none; 
    font-weight: bold;
}

.av-magazine-time, .av-magazine-author, .av-magazine-text-sep{font-size: 12px; text-transform: none;}

.av-magazine .av-magazine-content-wrap .av-magazine-title{font-size: 14px; line-height: 1.3em; text-transform: none; letter-spacing:normal; padding:0; margin:0;}

.av-magazine-top-heading{font-size: 15px; font-weight: bold; text-transform: none; float: left; }

#top .aviaccordion-title{text-transform: none;  font-size: 14px;}

#top .av-rotator-container-inner{position: relative; line-height: 1.1em; margin:0; font-weight:300; text-transform:none; color:inherit; font-size: inherit;}

.av-inner-tab-title{
	text-transform: none;
	display: block;
	line-height: 1.2em;
	margin-top: 7px;
	margin-bottom: 3px;
	font-size: 13px;
	text-align: center;
}

.green-btn:after {
    border: none;
    display: inline-block;
    padding: 6px 10px 6px 10px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: #ffffff;
    background-color: #c4b7a6;
    text-align: center;
    cursor: pointer;
}

