/*
Theme Name: Cirque de la Nuit
Theme URI: http://archetypeorange.com
Description: A theme developed by Archetype Orange for Cirque de la Nuit
Author: Archetype Orange
Author URI: http://archetypeorange.com
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

@font-face {
  font-family: 'Damask';
  src: url('fonts/DamaskDings1.eot?#iefix') format('embedded-opentype'),  url('fonts/DamaskDings1.woff') format('woff'), url('fonts/DamaskDings1.ttf')  format('truetype'), url('fonts/DamaskDings1.svg#Damask') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Mawns';
  src: url('fonts/MAWNSSerif.eot?#iefix') format('embedded-opentype'),  url('fonts/MAWNSSerif.woff') format('woff'), url('fonts/MAWNSSerif.ttf')  format('truetype'), url('fonts/MAWNSSerif.svg#Mawns') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Foglihten';
  src: url('fonts/Foglihten.eot?#iefix') format('embedded-opentype'),  url('fonts/Foglihten.otf')  format('opentype'),
	     url('fonts/Foglihten.woff') format('woff'), url('fonts/Foglihten.ttf')  format('truetype'), url('fonts/Foglihten.svg#Foglihten') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Aesthetique';
  src: url('fonts/Aesthetique.eot?#iefix') format('embedded-opentype'),  url('fonts/Aesthetique.otf')  format('opentype'),
	     url('fonts/Aesthetique.woff') format('woff'), url('fonts/Aesthetique.ttf')  format('truetype'), url('fonts/Aesthetique.svg#Aesthetique') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*
Colour scheme

#e3c773 - gold
#1abc9c - teal
#517598 - bluish highlighter
#9c1b15 - red

 */


/* MENU and NAV */
nav.main_menu ul li a{
	font-family: 'Foglihten', Helvetica, Arial, serif;
} 

body{
    /*background-image: url("bg.jpg")!important;*/
    background-position:center center;
}

/* Typographic Styles */

h1, h1 a, h2, h2 a, h6, h6 a, #mc_embed_signup label,footer .eapps-instagram-feed{
	font-family:  'Foglihten', Alice, sans-serif;
} 

h5, h5 a{
	font-family:  'Foglihten', Alice, sans-serif;
	font-size: 28px;
	line-height:34px;
	text-transform: none;
	letter-spacing: 1px;
	color: #e3c773;
	font-weight: 400;
} 

.largep p{
  font-size: 1.4em !important;
}
a:hover, p a:hover{
  color:#990401;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit],#mc_embed_signup .button{
  color: #ffffff;
    font-family: 'Alice', sans-serif;
    border-color: #9a1d1b !important;
    font-size: 12px;
    font-weight: 600;
    background-color: #9a1d1b !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=image]:hover, .gform_wrapper .gform_footer input[type=submit]:hover,#mc_embed_signup .button:hover{
    background-color: #990401 !important;
        border-color: #990401 !important;
}


.info.portfolio_categories,.info.portfolio_tags{
display: none;
}
.portfolio_single .two_columns_66_33 {
    margin-top: 50px;
}

#mc_embed_signup{
  background: transparent !important;
}

.footer_top_holder{
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}



