/*
 Theme Name:   	Antux Child
 Theme URI: https://validthemes.tech/themeforest/wordpress/antux/
 Description:  	This is a child theme for Antux Personal Portfolio WordPress Theme
 Author:       	Validthemes
 Author URI:   	https://themeforest.net/user/validthemes/portfolio
 Template:     	antux
 Version:      	1.0
 Tags:         	two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  	antux-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.logo img {
  height: 50px;
}

.service-style-one-item {
  padding: 70px 30px;
}

.contact-style-one-items .contact-illustration img:first-child {
  max-height: 720px;
  right: 96px;
}

.partner-style-one-item {
  height: 100px;
  overflow: hidden;
}

.partner-style-one-item img {
  max-height: none;
  width: 100%;
  object-fit: fill;
}

@media screen and (min-width: 1200px){
  .pricing-style-one .content ul li {
    min-height: 85px;
    margin-top: 0;
  }

}