/*
 Theme Name:   	Avrix Child
 Theme URI: 	https://wordpress.validthemes.net/avrix
 Description:  	This is a child theme for Avrix - Digital Marketing WordPress Theme
 Author:       	Validthemes
 Author URI:   	https://themeforest.net/user/validthemes/portfolio
 Template:     	avrix
 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:  	avrix-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

/* FULL WIDTH FIX FOR AVRIX PROJECT POPUP */
.avrix-project-popup {
  width: 100vw !important;
  max-width: 100vw !important;
  left: 0 !important;
  padding: 0 !important;
  margin: 0 auto !important;
  border-radius: 0 !important;
}

.avrix-project-popup .container,
.avrix-project-popup .row {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 auto !important;
}

.avrix-project-popup {
  width: 100vw !important;
  max-width: 100vw !important;
  left: 0 !important;
  padding: 0 !important;
  margin: 0 auto !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
}

.avrix-project-popup .container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 auto !important;
}

.avrix-project-popup .avrix-project-popup-inner {
  padding: 0 !important;
  width: 100% !important;
}

.project-popup-fullwidth {
  width: 100vw ;
  max-width: 100vw;
  padding: 0 ;
  margin: 0 auto;
}