/**

Theme Name: KyleArt-forAstra-ChildTheme

Author: Kyle Walters

Author URI: https://www.kyleart.com

Description: made specifically for your site

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: kyleart-forastra-childtheme

Template: astra

*/


@media (min-width:1200px){
    
}
@media only screen and (min-width: 921px) {
    
}

@media (max-width: 768px) {
    
}
@media (min-width:544px){
    
}


/***kyleart STANDARD ***/
hr {
    background-color: transparent;
}

a:hover img {
    opacity: 0.8;
      transition: 0.3s;
}

a img {
    opacity: 1;
      transition: 0.3s;
}


/*** for actors access icon

add this ifd you need it!  
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?kp1kam');
  src:  url('fonts/icomoon.eot?kp1kam#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?kp1kam') format('truetype'),
    url('fonts/icomoon.woff?kp1kam') format('woff'),
    url('fonts/icomoon.svg?kp1kam#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {

  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-imdb:before {
  content: "\e901";
}
.icon-actors-access2:before {
  content: "\e900";
}

.wp-block-wpzoom-blocks-social-icons .socicon-appnet, .zoom-social-icons-widget .socicon-appnet, 
.socicon-appnet, 
.fa-line {
    font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    width:auto !important;
}

.socicon-appnet:before, 
.fa-line:before {
    content: "\e900" !important;  
}

.fa-imdb {
    font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    width:auto !important;
}

.fa-imdb:before {
    content: "\e901" !important;
}
End of actor type icons
***/