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


/*    RICH    Add your own styles here:*/

h1, h2, h3 {
text-transform: none !important;
}
.iconlist_title {
text-transform: none !important;
}


@font-face {
    font-family: 'proximanovalight';
    src: url('https://www.medpods.com.au/wp-content/themes/child/fonts/proximanova-light-webfont.eot');
    src: url('https://www.medpods.com.au/wp-content/themes/child/fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.medpods.com.au/wp-content/themes/child/fonts/proximanova-light-webfont.woff') format('woof'),
         url('https://www.medpods.com.au/wp-content/themes/child/fonts/proximanova-light-webfont.ttf') format('truetype');
    font-weight: light;
    font-style: light;
}

@font-face {
    font-family: 'proximanovaregular';
    src: url('https://www.medpods.com.au/wp-content/themes/child/fonts/proximanova-regular-webfont.eot');
    src: url('https://www.medpods.com.au/wp-content/themes/child/fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.medpods.com.au/wp-content/themes/child/fonts/proximanova-regular-webfont.woff') format('woff'),
         url('https://www.medpods.com.au/wp-content/themes/child/fonts/proximanova-regular-webfont.ttf') format('truetype');
    font-weight: regular;
    font-style: regular;
}


@font-face {
    font-family: 'proximanovaregularitalic';
    src: url('https://www.medpods.com.au/wp-content/themes/child/fonts/proximanova-regularitalic-webfont.eot');
    src: url('https://www.medpods.com.au/wp-content/themes/child/fonts/proximanova-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.medpods.com.au/wp-content/themes/child/fonts/proximanova-regularitalic-webfont.woff') format('woff'),
         url('https://www.medpods.com.au/wp-content/themes/child/fonts/proximanova-regularitalic-webfont.ttf') format('truetype');
    font-weight: regularitalic;
    font-style: regularitalic;
}

@font-face {
    font-family: 'proximanovasemibold';
    src: url('https://www.medpods.com.au/wp-content/themes/child/fonts/proximanova-semibold-webfont.eot');
    src: url('https://www.medpods.com.au/wp-content/themes/child/fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.medpods.com.au/wp-content/themes/child/fonts/proximanova-semibold-webfont.woff') format('woff'),
         url('https://www.medpods.com.au/wp-content/themes/child/fonts/proximanova-semibold-webfont.ttf') format('truetype');
    font-weight: semibold;
    font-style: semibold;
}

@font-face {
    font-family: 'proximanovabold';
    src: url('https://www.medpods.com.au/wp-content/themes/child/fonts/proximanova-bold-webfont.eot');
    src: url('https://www.medpods.com.au/wp-content/themes/child/fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.medpods.com.au/wp-content/themes/child/fonts/proximanova-bold-webfont.woff') format('woof'),
         url('https://www.medpods.com.au/wp-content/themes/child/fonts/proximanova-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: bold;
}

h1, h2, h3, h4, h5, h6, .menu-item a {
font-family: proximanovaregular!important;
}

body {
font-family: proximanovalight!important;
}

/* hide roll over arrow */ 
.image-overlay {
	visibility: hidden;
}

/* remove comment and date from blog grid */ 
.slide-meta {
display: none!important;
}

#top h3 a:hover {
 color: #61cbc8;
}

/* larger thumbnail images on homepage */ 
@media only screen and (max-width: 480px) {
   #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
      width: 50% !important;
   }
}

.atsymbol {

}

/*remove the search box from the header*/
#top #menu-item-search.menu-item-search-dropdown>a { display: none; }

/*
text on front page
*/
.frontpagetextsize {
font-size: 18px !important;
line-height: 1.4em !important;
}

@media only screen and (max-width: 480px) {
  .frontpagetextsize {
font-size: 16px !important;
line-height: 1.6em !important;
   }
}

.frontpagetextsize2 {
font-size: 16px !important;
line-height: 1.2em !important;
}



/*removed
@media only screen and (max-width: 990px) {
   #top .main_color p, #top .alternate_color p, .footer_color p {
        font-size: 120% !important;
        line-height: 125% !important;
    }
}
*/


/*
team images
*/ 
.avia-team-member .team-social {
border-radius: 50%;
}
.avia_image_team { 
border-radius: 50%; 
border: 3px solid #61cbc8 !important;
}
.avia-team-member {
text-align: center;
}
/*
headline rotator 
*/ 
.av-rotator-text-single {     
      font-style: italic;
}

@media only screen and (max-width: 480px) {
   .av-rotator-text-single, .av-rotator-container-inner {
      text-align: left;
      font-style: italic;
   }
}

h2.av-special-heading-tag {

}
/*
Automed booking iFrame */ 
#fullwidthsection .container {
width: 100% !important;
padding:0px;
max-width: none !important;
}
.avia-section.av-minimum-height .container .content p{
	margin:0px;
}

.grecaptcha-badge {
display:none;
}

/*
button hover green */
a:hover.iconbox_icon.heading-color{
	color: #61cbc8 !important;
	
}