/*
Theme Name: Oniva
Theme URI: http://oniva.com
Description: White and clean theme almost without css styles. Fonts and colors will be default of your browser.
Version: 1.0
Author: Pushpendra
Author URI: http://www.pushpendra.net
Tags: white, simple, fixed width, two columns, widgets, clean
*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

p img {
	padding: 0;
	max-width: 100%;
	}
a img {
	border: none;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.wpcf7-not-valid-tip {
    display: none !important;
	}
.wpcf7-not-valid {
    outline: 2px solid #f00;
	border-radius: 0 !important;
	}

div#wpadminbar {
    z-index: 999999;
}

.DownloadButtons {
    margin: 20px 0 0;
}

.DownloadButtons > div {
    margin: 0 0 10px;
}

.DownloadButtons a {
    background: #ffffff; /* replace $white */
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    position: relative;
    font-size: 20px;
    padding-left: 60px;
    text-align: left;
    line-height: 1;
    color: #000000 !important;
    display: inline-block;
    max-width: 206px;
    min-width: 206px;
}

.DownloadButtons a:hover {
    background: #22d3ee; 
}

.DownloadButtons a img {
    position: absolute;
    left: 15px;
    width: 36px;
}

.DownloadButtons a small {
    display: block;
    font-size: 12px;
}
/* End Images */