/*
Theme Name: NAD theme
Theme URI: http://vordik.com/
Author: Vordik
Author URI: http://vordik.com/
Description: NAD WP theme
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: nad-theme
*/
body > div.container > div.content > section.promo > div > p{

	/*float:right!important;*/
}
body > div.container > div.content > section.promo > div .wrapper text-center{
	display:none!important;
}

body > div.container > div.content > section.promo-img.left > div > div.content{
	max-width: 1200px!important;
}
@media (min-width: 1280px){
body > div.container > div.content > section.promo-img.right.style-1 > div.wrapper.clearfix > div{

	max-width: 1200px!important;
    padding-left: 150px;
    margin-right: 0px!important;
    padding-right: 120px;
    text-align: inherit;
}
}
body > div.container > div.content > section.promo-img.right.style-1 > div.wrapper.clearfix > div{
max-width: 1200px!important;
padding-left: 80px;
    padding-right: 80px;

}
@media (max-width: 420px){
body > div.container > div.content > section.promo-img.right.style-1 > div.wrapper.clearfix > div{

	padding-left: 30px;
    padding-right: 30px;
	}
}

@media (max-width: 1280px){
section.promo-img .bg {
    background-position: 0px 10%;
    }
}
/* Had to add this because product pages had 6+ h1 tags which is no good, changed h1's to h2's which needed extra padding at bottom*/
h2{
    padding-bottom: 20px!important;
}
#downloads > div.row{
    display: grid!important;
    
}
#downloads > div.row > div{
    padding-bottom: 30px!important;
}