/**
 * Style for DaveGift.com
 */

/**
 * Verlag Fonts 
 */
@font-face {
    font-family: 'Verlag Book';
    src: url('../fonts/Verlag-Book.eot');
    src: url('../fonts/Verlag-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Verlag-Book.woff2') format('woff2'),
        url('../fonts/Verlag-Book.woff') format('woff'),
        url('../fonts/Verlag-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Verlag Book';
    src: url('../fonts/Verlag-BookItalic.eot');
    src: url('../fonts/Verlag-BookItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Verlag-BookItalic.woff2') format('woff2'),
        url('../fonts/Verlag-BookItalic.woff') format('woff'),
        url('../fonts/Verlag-BookItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Verlag';
    src: url('../fonts/Verlag-BlackItalic.eot');
    src: url('../fonts/Verlag-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Verlag-BlackItalic.woff2') format('woff2'),
        url('../fonts/Verlag-BlackItalic.woff') format('woff'),
        url('../fonts/Verlag-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'VerlagBold';
    src: url('../fonts/Verlag-Bold.eot');
    src: url('../fonts/Verlag-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Verlag-Bold.woff2') format('woff2'),
        url('../fonts/Verlag-Bold.woff') format('woff'),
        url('../fonts/Verlag-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'VerlagLight';
    src: url('../fonts/Verlag-Light.eot');
    src: url('../fonts/Verlag-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Verlag-Light.woff2') format('woff2'),
        url('../fonts/Verlag-Light.woff') format('woff'),
        url('../fonts/Verlag-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VerlagLight';
    src: url('../fonts/Verlag-Black.eot');
    src: url('../fonts/Verlag-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Verlag-Black.woff2') format('woff2'),
        url('../fonts/Verlag-Black.woff') format('woff'),
        url('../fonts/Verlag-Black.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Verlag';
    src: url('../fonts/Verlag-Black.eot');
    src: url('../fonts/Verlag-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Verlag-Black.woff2') format('woff2'),
        url('../fonts/Verlag-Black.woff') format('woff'),
        url('../fonts/Verlag-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Verlag';
    src: url('../fonts/Verlag-BoldItalic.eot');
    src: url('../fonts/Verlag-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Verlag-BoldItalic.woff2') format('woff2'),
        url('../fonts/Verlag-BoldItalic.woff') format('woff'),
        url('../fonts/Verlag-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}


@font-face {
    font-family: 'Verlag';
    src: url('../fonts/Verlag-LightItalic.eot');
    src: url('../fonts/Verlag-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Verlag-LightItalic.woff2') format('woff2'),
        url('../fonts/Verlag-LightItalic.woff') format('woff'),
        url('../fonts/Verlag-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

body {	
	background: #FFF;
	color: #111;
	font-family: 'VerlagLight', 'Verlag', 'Verlag book';
}

.sub-title {
	color: #64665E;
}

.site-content {
	background-image: url(../images/bg.png);
	height: 100%;
	background-size: cover;
}



	.site-main .text-bold{
		font-family:  'Verlag book';
		text-transform: none;
	}

.infusion-form {
	padding-top: 15px;
	font-family:  'Verlag book', 'Verlag';
	font-weight: 300;
}
	.infusion-form .infusion-field, .infusion-form .infusion-submit{
		margin-bottom: 20px;
		margin-top: 15px;
	}
	
	.infusion-form  button[type="submit"]{
		background: #d91c22;
		background-color: #d91c22 !important;
		font-family:  'Verlag', 'Verlag book';
		border: 0;
		color: #FFF;
		font-size: 28px;
		font-weight: bold;
		text-transform: uppercase;
		padding: 5px 15px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	.infusion-form  button[type="submit"]:focus {
		background: #c31b20;
	}
	
	.infusion-form  .infusion-field .infusion-option > label,
	.infusion-form  .infusion-field .infusion-option > input[type="checkbox"],
	.infusion-form  .infusion-field .infusion-option > label > input[type="checkbox"]{
		cursor: pointer;
	}
	
	.infusion-form  .infusion-field .infusion-option input[type="checkbox"]{
		margin-right: 5px;
	}
	
/**
 * Footer
 */
.footer-copyright p {
  font-family: 'Verlag book';
  font-weight: 600;
}


.footer-privacy > ul.inline {
  display: inline-flex;
  margin-bottom: 0px;
  margin-top: 20px;
}

	.footer-privacy > ul.inline > li {
	  list-style: none;
	  padding-left: 10px;
	  padding-right: 10px;
	  font-size: 14px;
	  color: #ccc;
	  text-decoration: underline;
	  font-family: 'Verlag book';
	  font-weight: 600;
	}

@media (min-width: 992px) {
	
	.site-main {	
		padding: 30px 15px;
	}

	.sub-title {
		margin-bottom: 60px;
	}
	
	.img-pull-left {
		float: left !important;
	}
	
	.form-pull-right {
		float: right !important;
	}
	
	.footer-copyright .ftr_p {
	    min-width: unset;
	}
	.footer-privacy > ul {
		padding-left: 0;
	}
	
	.footer-privacy a {
	  font-size: 13px;
	}
}

	
@media (min-width: 1200px) {
	.footer-copyright .ftr_p {
	  min-width: 370px;
	}
}


@media (max-width: 991px) {
	body{ background: #fefefe;}
	.site-main {
		/* background: rgba(255,255,255,0.4); */
		padding: 30px 0 15px;
	}
}

@media (max-width: 560px) {
	
	h1, .h1 {
		font-size: 28px;
		margin-top: 0;
	}
	
	h3, .h3 {
		margin-top: 0;
		font-size: 22px;
	}
	
}


@media (max-width: 479px) {
	
	h1, .h1 {
		font-size: 24px;
		margin-top: 0;
	}
	
	h3, .h3 {
		font-size: 16px;
		margin-top: 0;
		margin-bottom: 0;
	}
}
/* END OF CSS */