/*
Theme Name: Phil Cantor
Theme URI: NA
Author: Julian Gaviria
Author URI: http://juliangaviria.net/
Description: Custom design for philcantor.com
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: fixed-layout

*/
/* =Structure
-------------------------------------------------------------- */
#page {
  display: block;
  margin: 1em; }

#primary {
  float: left;
  margin: 0 -240px 0 0;
  width: 100%; }

#content {
  margin: 0 280px 0 0; }

#colophon {
  clear: both;
  display: block;
  width: 100%; }

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.screen-reader-text,
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Alignment */
.alignleft {
  display: inline;
  float: left; }

.alignright {
  display: inline;
  float: right; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* =Header
-------------------------------------------------------------- */
#site-title {
  font-size: 2em;
  font-weight: bold;
  margin: .67em 0; }

#site-description {
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 1em; }

/* =Menu
-------------------------------------------------------------- */
#access {
  background: #eee;
  display: block;
  float: left;
  margin: 0 auto 1em;
  width: 100%; }

#access ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }

#access li {
  float: left;
  position: relative; }

#access a {
  display: block;
  line-height: 2em;
  padding: 0 1em;
  text-decoration: none; }

#access ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  position: absolute;
  top: 2em;
  left: 0;
  z-index: 99999; }

#access ul ul ul {
  left: 100%;
  top: 0; }

#access ul ul a {
  background: #dedede;
  line-height: 1em;
  padding: .5em .5em .5em 1em;
  width: 10em;
  height: auto; }

#access li:hover > a,
#access ul ul :hover > a {
  background: #dedede; }

#access ul ul a:hover {
  background: #cecece; }

#access ul li:hover > ul {
  display: block; }

/* =Content
-------------------------------------------------------------- */
.entry-meta {
  clear: both;
  display: block; }

.single-author .entry-meta .byline {
  display: none; }

#content nav {
  display: block;
  overflow: hidden; }

#content nav .nav-previous {
  float: left;
  width: 50%; }

#content nav .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

#content #nav-above {
  display: none; }

.paged #content #nav-above,
.single #content #nav-above {
  display: block; }

#nav-below {
  margin: 1em 0 0; }

.page-link {
  clear: both;
  margin: 0 0 1em; }

.page .edit-link {
  clear: both;
  display: block; }

/* 404 page */
.error404 .widget {
  float: left;
  width: 33%; }

.error404 .widget .widgettitle,
.error404 .widget ul {
  margin-right: 1em; }

.error404 .widget_tag_cloud {
  clear: both;
  float: none;
  width: 100%; }

/* Notices */
.post .notice,
.error404 #searchform {
  background: #eee;
  display: block;
  padding: 1em; }

/* Image Attachments */
.image-attachment div.entry-meta {
  float: left; }

.image-attachment nav {
  float: right;
  margin: 0 0 1em 0; }

.image-attachment .entry-content {
  clear: both; }

.image-attachment .entry-content .entry-attachment {
  background: #eee;
  margin: 0 0 1em;
  padding: 1em;
  text-align: center; }

.image-attachment .entry-content .attachment {
  display: block;
  margin: 0 auto;
  text-align: center; }

/* Aside Posts */
.format-aside .entry-header {
  display: none; }

.single .format-aside .entry-header {
  display: block; }

.format-aside .entry-content,
.format-aside .entry-summary {
  padding-top: 1em; }

.single .format-aside .entry-content,
.single .format-aside .entry-summary {
  padding-top: 0; }

/* Gallery Posts */
.format-gallery .gallery-thumb {
  float: left;
  margin: 0 1em 0 0; }

/* Image Posts */
.format-image .entry-header {
  display: none; }

.single .format-image .entry-header {
  display: block; }

.format-image .entry-content,
.format-image .entry-summary {
  padding-top: 1em; }

.single .format-image .entry-content,
.single .format-image .entry-summary {
  padding-top: 0; }

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */ }

img.alignleft {
  margin-right: 1em; }

img.alignright {
  margin-left: 1em; }

.wp-caption {
  padding: .5em;
  text-align: center; }

.wp-caption img {
  margin: .25em; }

.wp-caption .wp-caption-text {
  margin: .5em; }

.wp-smiley {
  margin: 0; }

/* =Comments
-------------------------------------------------------------- */
article.comment {
  display: block; }

#respond input[type=text] {
  display: block;
  width: 60%; }

#respond textarea {
  display: block;
  margin: 0 0 1em;
  width: 80%; }

#respond .form-allowed-tags {
  clear: both;
  width: 80%;
  display: none; }

#respond .form-allowed-tags code {
  display: block; }

/* =Widgets
-------------------------------------------------------------- */
.widget {
  display: block; }

.widget-area .widget_search {
  overflow: hidden; }

.widget-area .widget_search input {
  float: left; }

/* =Footer
-------------------------------------------------------------- */
#colophon {
  padding: 1em 0 0; }

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, time {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /*overflow-x: hidden;*/ }

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  font-family: 'Mate', serif;
  -webkit-font-smoothing: antialiased;
  background: url(../philcantor/images/bg-header-tile.jpg) repeat-x top center;
  /*overflow-x: hidden;*/ }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #ab090e;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #ab090e;
  color: #fff;
  text-shadow: none; }

/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #820004;
  text-decoration: none; }

a:visited {
  color: #820004; }

a:hover {
  color: #820004;
  text-decoration: underline; }

a:focus {
  outline: none; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0; }

.link-button {
  background-color: #820004;
  margin-top: 10px;
  padding: 5px 12px 5px 12px;
  color: #fff7c0;
  float: left;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }
  .link-button:visited {
    color: #fff7c0; }
  .link-button:hover {
    background-color: #450003;
    color: #fff7c0;
    text-decoration: none; }

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  width: 89.822222222222%;
  padding: 5.088888888889%;
  margin: 0 0 15px 0;
  background: url(../philcantor/images/quotes.png) 16px 16px no-repeat #f9eed6;
  font: italic 1.2em 'Mate', serif;
  color: #820004;
  line-height: 24px; }
  blockquote footer {
    font: .95em 'Mate SC', serif;
    text-align: right;
    margin-top: 10px;
    clear: both; }
  blockquote p {
    margin: 0 0 10px 0; }
  blockquote img {
    float: right;
    border: 3px solid #fff;
    margin: 0 0 3px 10px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(32, 29, 30, 0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(32, 29, 30, 0.75);
    box-shadow: 0px 0px 3px 0px rgba(32, 29, 30, 0.75); }
  blockquote a {
    font: normal .90em 'Mate SC', serif;
    text-decoration: underline;
    display: block;
    margin-top: 10px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none;
  font-style: italic; }
  q strong {
    font: normal 1em 'Mate SC', serif;
    font-weight: normal;
    color: #820004; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

p {
  margin: 0 0 15px 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #820004; }

@font-face {
  font-family: 'philcantorMedium';
  src: url("fonts/pclogo-webfont.eot");
  src: url("fonts/pclogo-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/pclogo-webfont.woff") format("woff"), url("fonts/pclogo-webfont.ttf") format("truetype"), url("fonts/pclogo-webfont.svg#philcantorMedium") format("svg");
  font-weight: normal;
  font-style: normal; }

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0px;
  list-style: none; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

.bullet-list ul {
  list-style-type: none !important; }
.bullet-list li {
  padding-left: 15px;
  margin: 0 0 20px 0;
  background: url(../philcantor/images/bullet-square.jpg) 0 7px no-repeat; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

p img {
  margin-bottom: 0.5em;
  /* a small bottom margin prevents content floating under images */ }

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
.submit-button {
  width: 63px;
  height: 18px;
  float: right;
  line-height: 63px;
  vertical-align: middle;
  margin-right: 17px;
  padding: 0;
  border: 0;
  font: 1em 'PT Sans Narrow', sans-serif;
  color: #820004;
  text-align: left;
  background: url(../philcantor/images/arrow-submit.png) right center no-repeat; }

.input-field {
  width: 250px;
  border: 0;
  border-bottom: 1px solid #450003;
  margin-bottom: 30px;
  padding: 0 10px 4px 10px;
  font: 1em 'PT Sans Narrow', sans-serif;
  color: #820004; }

.textarea {
  width: 248px;
  height: 80px;
  border: 1px solid #450003;
  margin-bottom: 10px;
  padding: 4px 10px;
  font: 1em 'PT Sans Narrow', sans-serif;
  color: #820004; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
  line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */
button[disabled], input[disabled] {
  cursor: default; }

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd; }

/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
/* HEADER */
#header-main {
  width: 950px;
  height: 64px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 0px 5px;
  vertical-align: middle;
  background: url(../philcantor/images/bg-header-tile.jpg) top center repeat-x;
  /*
  border-bottom: 1px solid #8a0003;
  @include header-gradient;*/
  /*&:before, &:after {
  	content: "";
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	width: 9999px;   
  	height:63px;
  	border-bottom: 1px solid #8a0003;
  	@include header-gradient;	
  }
  &:before {
  	right: 100%;
  }
  &:after {
  	left: 100%;
  }*/ }
  #header-main #logo {
    float: left;
    display: block;
    color: #fff7c0;
    font: 1.868125em philcantorMedium;
    text-decoration: none;
    line-height: 63px;
    text-shadow: 0px 1px 1px #000000; }
    #header-main #logo:hover {
      color: #fff; }
      #header-main #logo:hover span {
        color: #c81015; }
    #header-main #logo span {
      color: #ab090e; }
/*
#header-main nav {
	overflow: hidden;
}
*/
#header-main, nav, .menu-main-nav-container {
	overflow: visible !important;
}
.menu-main-nav-container .menu {
	float: right;
	width: 488px;
	text-transform: uppercase;
	font: 1.05em 'PT Sans Narrow', sans-serif;
	color: #fff;
	line-height: 63px;
	text-shadow: 0px 1px 1px #000000; 	
}
.menu-main-nav-container .menu, .menu-main-nav-container .menu ul {
	margin: 18px 0 0 0px;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em; 
}
.menu-main-nav-container .menu a{
	display:block;
	padding:0px 5px;
	color: #fff;
	text-decoration: none; 
}
.menu-main-nav-container .menu a:visited {
	color: #fff; 
}
.menu-main-nav-container .menu a:hover{
	color: #fff7c0; 
}
.menu-main-nav-container .menu li{
	float:left;
	position:relative;
	padding-left: 21px;
}
.menu-main-nav-container .menu ul {
	font-size: .9em !important;
	background-color: rgba(85, 0, 3, 0.9);
	z-index: 999999 !important;
	overflow: visible !important;
	white-space: nowrap;
	text-overflow: ellipsis;
	position:absolute;
	display:none;
	width:auto;
	padding-top: .5em;
	top:.5em;
	height: auto;
}
.menu-main-nav-container .menu li ul a{
	z-index: 999999 !important;
	width:auto;
	height:auto;
	float:left;
}
.menu-main-nav-container .menu ul ul{
	z-index: 999999 !important;
	top:auto;
}	
.menu-main-nav-container .sub-menu {
	padding: 10px 20px 20px 0 !important;
}
.menu-main-nav-container .menu-main-nav-container .menu li ul ul {
	z-index: 999999 !important;
	left:10em;
	margin:0px 0 0 10px;
}
.menu-main-nav-container .menu li:hover ul ul, .menu-main-nav-container .menu li:hover ul ul ul, .menu-main-nav-container .menu li:hover ul ul ul ul{
	color: #fff7c0 !important; 
	z-index: 9999 !important;
	display:none;
}
.menu-main-nav-container .menu li:hover ul, .menu-main-nav-container .menu li li:hover ul, .menu-main-nav-container .menu li li li:hover ul, .menu-main-nav-container .menu li li li li:hover ul{
	color: #fff7c0 !important; 
	z-index: 9999 !important;
	display:block;
	position:absolute;
}	  
.slideshow_slide_video {
	background-color: #fefadf !important;
	padding: 10px 15px 15px !important;
}
	  
/* CONTENT */
#main {
  width: 100%;
  background-color: #fffbe1; }

#utility-nav {
  width: 950px;
  padding: 3px 5px 0px 5px;
  position: relative;
  margin: 0 auto;
  overflow: hidden; }

.fb-like {
  position: absolute !important;
  display: block;
  width: auto;
  right: 165px; }

#home-ico {
  float: left;
  margin-right: 8px; }

#breadcrumb-nav {
  position: relative;
  float: left;
  font: 0.95em 'PT Sans Narrow', sans-serif;
  color: #450003;
  line-height: 20px;
  vertical-align: middle; }
  #breadcrumb-nav a {
    text-decoration: none; }
    #breadcrumb-nav a:hover {
      text-decoration: underline; }
  #breadcrumb-nav p {
    margin: 0; }

#contact-utility {
  display: block;
  width: auto;
  float: right;
  text-align: right;
  overflow: hidden;
  color: #820004;
  background-color: #fffbe1;
  font: 1.3125em 'PT Sans Narrow', sans-serif;
  /* 21px / 16px */ }
  #contact-utility img {
    float: right;
    margin-top: 6px;
    background-color: #820004; }
    #contact-utility img:hover {
      background-color: #450003; }

.util-email, .util-email-home {
  padding-left: 1.7em;
  font-size: .875em; }

.util-email {
  background: url(images/email-icon-dest-alt.png) center left no-repeat; }

.util-email-home {
  background: url(images/email-icon-home-alt.png) center left no-repeat;
  color: #fff !important; }
  .util-email-home:visited {
    color: #fff !important; }

#content {
  width: 950px;
  padding: 0 5px 20px 5px;
  margin: 0 auto;
  position: relative;
  background-color: #fffbe1;
  /*
  ul {
  	margin: 0;
  	padding: 0;
  	li {
  		width: 360px;
  		float:left;
  		display:block;
  		
  		margin: 0;
  	}
  } */ }
  #content h1 {
    font-size: 2.1875em;
    padding-bottom: 14px;
    margin: 9px 0 15px 0;
    background: url(../philcantor/images/divider-page.png) bottom center no-repeat; }
  #content p {
    text-align: justify;
    overflow: hidden; }
  #content h2 {
    font: 1.5em 'Mate SC', serif;
    text-transform: none;
    margin: 0 0 15px 0; }
  #content h3 {
    font: 1.25em 'Mate SC', serif;
    text-transform: none;
    margin: 20px 0 10px 0; }
  #content h4 {
    font: 1.17em 'Mate SC', serif;
    text-transform: none;
    margin: 0 0 0 0; }
  #content a {
    text-decoration: underline; }
    #content a:hover {
      text-decoration: none; }
  #content h2 a, #content h3 a, #content h4 a {
    text-decoration: none; }
    #content h2 a:hover, #content h3 a:hover, #content h4 a:hover {
      text-decoration: none; }
  #content .more-link, #content .link-button {
    background-color: #820004;
    margin-top: 10px;
    padding: 5px 12px 5px 12px;
    color: #fff7c0;
    float: left;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-decoration: none; }
    #content .more-link:visited, #content .link-button:visited {
      color: #fff7c0;
      text-decoration: none; }
    #content .more-link:hover, #content .link-button:hover {
      background-color: #450003;
      color: #fff7c0;
      text-decoration: none; }

.content-columns {
  -moz-column-count: 2;
  -moz-column-gap: 1em;
  -webkit-column-count: 2;
  -webkit-column-gap: 1em;
  column-count: 2;
  column-gap: 1em; }

#buckets-images {
  width: 950px;
  padding: 0px 5px 30px 5px;
  margin: 0 auto;
  text-align: center;
  background: #fffbe1; }
  #buckets-images h2 {
    margin: 0;
    padding-bottom: 20px;
    background: url(../philcantor/images/divider-page.png) bottom center no-repeat;
    font-size: 1.5em; }
  #buckets-images h3 {
    margin: 0px !important;
    font-size: 1em !important;
    line-height: 1 !important;
    font-family: 'PT Sans Narrow', sans-serif !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
    color: #820004; }
  #buckets-images a {
    text-decoration: none;
    color: #820004; }
  #buckets-images div {
    width: 208px;
    margin-right: 39px;
    float: left; }
  #buckets-images ul {
    overflow: hidden;
    display: inline-block;
    margin: 0 auto; }
  #buckets-images li {
    width: 237px;
    margin-top: 13px;
    float: left; }
  #buckets-images .last {
    margin: 0; }

#left-column {
  width: 630px;
  float: left;
  margin-right: 50px;
  /* a {
  		text-decoration: underline;
  } */ }

#right-column {
  width: 270px;
  float: left; }
  #right-column h3 {
    font: 1.17em 'Mate SC', serif;
    /*font: 1.125em 'PT Sans Narrow', sans-serif; /* 18px / 16px */
    margin: 0 0 3px 0; }

#side-image {
  width: 270px; }
  #side-image img {
    margin-bottom: 5px; }
  #side-image p {
    text-align: center;
    font: 1em 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    color: #820004; }

/* FOOTER */
#footer-main {
  width: 100%;
  background-color: #fff;
  padding: 0;
  background: url(../philcantor/images/bg-footer-tile.jpg) top repeat-x; }

#fat-footer {
  width: 950px;
  padding: 25px 5px 0px 5px;
  margin: 0 auto;
  background: url(../philcantor/images/bg-footer-tile.jpg) top repeat-x; }
  #fat-footer h4 {
    font-size: 1.125em;
    /* 18px / 16px */
    text-align: center;
    margin: 0 0 5px 0;
    padding: 0 0 20px 0;
    background: url(../philcantor/images/divider-footer-small.png) bottom center no-repeat; }
  #fat-footer h5 {
    font-size: 1em;
    margin: 0;
    padding: 0; }
  #fat-footer p {
    font-size: 0.75em;
    color: #450003; }

#footer-blog-posts {
  width: 310px;
  float: left;
  margin-right: 50px; }
  #footer-blog-posts article {
    margin-bottom: 30px; }
  #footer-blog-posts h5 {
    overflow: hidden;
    width: 270px;
    float: right;
    line-height: 1;
    margin-bottom: 5px; }
  #footer-blog-posts h4 {
    background: url(../philcantor/images/divider-footer-big.png) bottom center no-repeat; }
  #footer-blog-posts p {
    display: block;
    width: 270px;
    float: right;
    margin-bottom: 0; }
    #footer-blog-posts p a {
      font-style: italic;
      color: #820004;
      text-decoration: none;
      display: block;
      float: right; }
      #footer-blog-posts p a:hover {
        text-decoration: underline; }
  #footer-blog-posts time {
    float: left;
    width: 33px;
    text-transform: uppercase;
    text-align: right;
    font: 0.75em 'PT Sans Narrow', sans-serif;
    /* 12px / 16px */
    color: #d8b0b1; }
    #footer-blog-posts time span {
      font-size: 1.41666666666667em;
      /* 17px / 12px */ }

#footer-locate-us {
  width: 270px;
  float: left;
  margin-right: 50px; }
  #footer-locate-us p {
    margin-bottom: 15px; }

#footer-quick-inquiry {
  width: 270px;
  float: left;
  margin: 0;
  /* .wpcf7 { 
  	width: 258px;
  	padding: 0 !important;
  	margin: 0 !important;
  	background: none;
  }
  textarea {
  width:100%;
  color: $burgundy-light;
  } */
  /* #name, #email {
  	width:250px; 
  	border:0;
  	border-bottom: 1px solid $burgundy-dark;
  	margin-bottom:30px;
  	padding:0 10px 4px 10px;
  	font: 1.33333333333333em 'PT Sans Narrow', sans-serif;
  	color: $burgundy-light;
  	text-transform: uppercase;
  	
  } */ }
  #footer-quick-inquiry .wpcf7 .input-field, #footer-quick-inquiry .wpcf7 .textarea {
    color: #820004; }
  #footer-quick-inquiry p {
    font: 1em 'PT Sans Narrow', sans-serif;
    margin: 0; }
  #footer-quick-inquiry span .your-name {
    margin-bottom: 25px !important; }
  #footer-quick-inquiry #inquiry {
    width: 248px;
    height: 80px;
    border: 1px solid #450003;
    margin-bottom: 10px;
    padding: 4px 10px;
    font: 1em 'PT Sans Narrow', sans-serif;
    color: #820004;
    text-transform: uppercase; }
  #footer-quick-inquiry .submit-button {
    width: 63px;
    height: 18px;
    float: right;
    line-height: 63px;
    vertical-align: middle;
    margin-right: 17px;
    padding: 0;
    border: 0;
    font: 1em 'PT Sans Narrow', sans-serif;
    color: #820004;
    text-transform: uppercase;
    text-align: left;
    background: url(../philcantor/images/arrow-submit.png) right center no-repeat; }

#skinny-footer {
  width: 950px;
  padding: 5px 5px 10px 5px;
  margin: 0 auto;
  border-top: 1px solid #eddbdc;
  font: 0.875em 'PT Sans Narrow', sans-serif;
  color: #820004; }
  #skinny-footer li {
    float: left;
    padding-right: 15px; }
  #skinny-footer a {
    color: #820004;
    text-decoration: none; }
    #skinny-footer a:hover {
      text-decoration: underline; }
  #skinny-footer nav {
    margin-right: 27px;
    float: left; }
  #skinny-footer #copyright {
    float: right;
    text-align: right; }

#rss {
  float: left;
  font: 0.875em 'PT Sans Narrow', sans-serif;
  display: block;
  width: auto;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  background: url(http://philcantor.com/wp-content/themes/philcantor/images/icon-rss.png) center left no-repeat;
  padding-left: 30px; }

#facebook {
  float: left;
  font: 0.875em 'PT Sans Narrow', sans-serif;
  display: block;
  margin-right: 15px;
  width: auto;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  background: url(http://philcantor.com/wp-content/themes/philcantor/images/icon-facebook.png) center left no-repeat;
  padding-left: 30px; }

/* HOME */
#secondary-header-home {
  width: 950px;
  height: 359px;
  padding: 0 5px;
  position: relative;
  margin: 0 auto;
  background: url(../philcantor/images/bg-secondary-header.jpg) top center no-repeat; }

.home {
  background: url(../philcantor/images/bg-home-tile.jpg) center top repeat-x; }
  .home .fb-like {
    position: absolute !important;
    display: block;
    width: auto;
    right: 165px;
    top: 3px; }
  .home #buckets-images {
    padding: 13px 5px 30px 5px; }
    .home #buckets-images img {
      width: 208px;
      height: 143px; }
    .home #buckets-images .post-31 {
      /*Last Bucket No Margin */
      margin: 0; }
/* WFA 11122014 */	
#buckets-images .lastchild {
	/*Last Bucket No Margin */
	margin: 0 !important; }
/* WFA 11122014 */	
	  
  .home #contact-utility {
    display: block;
    text-align: right;
    padding-top: 3px;
    overflow: hidden;
    float: none;
    color: #fff;
    background-color: transparent;
    font: 1.3125em 'PT Sans Narrow', sans-serif;
    /* 21px / 16px */ }
    .home #contact-utility a {
      color: #fff7c0; }
    .home #contact-utility img {
      float: right;
      margin-top: 6px;
      background-color: #fff; }
      .home #contact-utility img:hover {
        background-color: #fff7c0; }

#flex-container {
  width: 566px;
  height: 385px;
  position: absolute;
  top: 24px;
  left: 0;
  zoom: 1; }

#blurb-home {
  width: 360px;
  float: right;
  /*a {
  	color: $beige-text;
  	font-style: italic;
  	margin-left:20px;
  }*/ }
  #blurb-home h1 {
    font: 1.3125em 'PT Sans Narrow', sans-serif;
    /* 21px / 16px */
    color: #fff;
    text-transform: none;
    background: url(../philcantor/images/divider-home-h1.png) bottom center no-repeat;
    padding-bottom: 24px;
    margin-bottom: 0px; }
    #blurb-home h1 span {
      font-size: 1.14285714285714em;
      /* 24px / 21px */
      color: #fff7c0;
      text-transform: uppercase;
      display: block;
      margin-top: 5px; }
  #blurb-home p {
    color: #fff;
    margin: 0 0 12px 0;
    text-align: justify;
    text-justify: distribute; }
  #blurb-home a {
    width: auto;
    height: 32px;
    display: block;
    padding-right: 35px;
    float: right;
    font: 1.3125em 'PT Sans Narrow', sans-serif;
    /* 21px / 16px */
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding-top: 6px;
    background: url(../philcantor/images/arrow-contact-blurb.png) right -39px no-repeat; }
    #blurb-home a:hover {
      color: #fff7c0;
      background: url(../philcantor/images/arrow-contact-blurb.png) right 0 no-repeat; }

#buckets-text {
  width: 950px;
  padding: 0px 5px 17px 5px;
  margin: 0 auto;
  background: url(../philcantor/images/divider-page.png) bottom center no-repeat #fffbe1;
  color: #820004; }
  #buckets-text h2 {
    font-size: 1.125em;
    /* 18px / 16px */
    margin: 0 0 5px 0; }
  #buckets-text p {
    font-size: 0.8125em;
    /* 13px / 16px */ }
  #buckets-text a {
    display: inline-block;
    float: right;
    color: #820004;
    font-style: italic;
    text-decoration: none; }
    #buckets-text a:hover {
      text-decoration: underline; }
  #buckets-text blockquote {
    width: 314px;
    font-size: 1em;
    padding: 18px;
    float: right;
    background: url(../philcantor/images/quotes.png) 0 15px no-repeat; }
    #buckets-text blockquote p {
      font-size: 1.0625em; }

#bckt-txt-1 {
  width: 243px;
  float: left;
  margin: 62px 0 0 0; }

#bckt-txt-2 {
  width: 243px;
  float: left;
  margin: 62px 0 0 70px; }

/* PHOTOGRAPHY TYPES */
.page-id-17 #left-column {
  width: 360px;
  margin-right: 30px;
  float: left; }
.page-id-17 #right-column {
  width: 560px;
  float: left;
  text-align: center; }
  .page-id-17 #right-column div {
    width: 240px;
    margin: 0 15px 30px 25px;
    float: left; }
  .page-id-17 #right-column h3 {
    margin: 0px;
    font-size: 1em;
    line-height: 1;
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase; }
  .page-id-17 #right-column a {
    text-decoration: none;
    color: #820004; }

/* PHOTOGRAPHY PAGE */
/* the body class tag added by wordpress, formerly known as #photography-types*/
.parent-pageid-17 {
  background: url(../philcantor/images/bg-header-tile.jpg) top center repeat-x;
  /* DON'T FORGET TO CHANGE */ }
  .parent-pageid-17 #content h3 {
    font: 1.25em 'Mate SC', serif;
    text-transform: none;
    margin: 0 0 15px 0; }

.slide-column {
  width: 360px;
  margin: 0 0 0 0; }
  .slide-column li {
    margin-bottom: 10px !important;
    width: 345px !important;
    text-align: justify; }
  .slide-column p {
    text-align: justify; }
  .slide-column h2 {
    font: 1.5em 'Mate SC', serif;
    text-transform: none;
    margin: 0 0 15px 0; }
  .slide-column h4 {
    font: 1.12em 'Mate SC', serif;
    text-transform: none;
    margin: 0 0 0 0; }
  .slide-column ul {
    margin: 0;
    padding: 0; }
    .slide-column ul li {
      width: 360px;
      float: left;
      display: block;
      /* margin:0 40px 0 0;*/
      margin: 0; }
  .slide-column blockquote {
    font: italic .95em 'Mate', serif;
    line-height: 21px; }

.column-fade {
  position: absolute;
  bottom: 0;
  right: 0; }

.view-galleries {
  position: absolute;
  top: 60px;
  left: 5px;
  font-size: .75em; }

/* CONTACT PAGE */
.page-id-23 #left-column, .page-id-421 #left-column {
  width: 550px;
  margin-right: 90px;
  float: left; }
.page-id-23 #right-column, .page-id-421 #right-column {
  width: 310px;
  float: left;
  text-align: left;
  /*h3 {
  	margin:0px;
  	font-size:1em;
  	line-height: 1;
  	font-family: 'PT Sans Narrow', sans-serif;
  	text-transform: uppercase;
  }*/ }
  .page-id-23 #right-column #side-image, .page-id-421 #right-column #side-image {
    width: 310px;
    margin: 20px 0 0 0; }
  .page-id-23 #right-column div, .page-id-421 #right-column div {
    width: 240px;
    margin: 0 15px 30px 25px;
    float: left; }
  .page-id-23 #right-column a, .page-id-421 #right-column a {
    text-decoration: none;
    color: #820004; }
    .page-id-23 #right-column a:hover, .page-id-421 #right-column a:hover {
      text-decoration: underline; }
  .page-id-23 #right-column p, .page-id-421 #right-column p {
    font-size: .875em;
    /* 14px / 16px */ }

#wpcf7-f1456-p23-o1 {
  /* contact form */
  width: 470px;
  height: 313px;
  margin-top: 30px !important;
  padding: 38px 40px !important;
  background: url(../philcantor/images/contactform-bg.png) no-repeat top center; }
  #wpcf7-f1456-p23-o1 .submit-button {
    width: 75px;
    height: 25px;
    float: right;
    vertical-align: middle;
    margin-right: 17px;
    padding: 0;
    border: 0;
    font: 1.1875em 'PT Sans Narrow', sans-serif !important;
    background: url(../philcantor/images/arrow-submit-large.png) right center no-repeat;
    text-transform: uppercase; }
  #wpcf7-f1456-p23-o1 .input-field {
    width: 250px;
    border: 0;
    border-bottom: 1px solid #450003;
    margin-bottom: 30px;
    padding: 0 10px 0 10px;
    font: 1.1875em 'PT Sans Narrow', sans-serif;
    color: #820004;
    background: none; }
  #wpcf7-f1456-p23-o1 .textarea {
    width: 448px;
    height: 135px;
    border: 1px solid #450003;
    margin: 8px 0 15px 0;
    padding: 4px 10px;
    font: 1.1875em 'PT Sans Narrow', sans-serif;
    color: #820004; }
  #wpcf7-f1456-p23-o1 p {
    margin: 0px; }

/* BLOG */
.single .entry-meta {
  font: 1.25em 'Mate SC', serif;
  text-transform: none;
  margin: 0 0 15px 0;
  color: #820004; }
.single .form-submit input {
  width: 140px;
  height: 35px; }

aside {
  margin: 0 0 20px 0;
  overflow: hidden; }

.widget a {
  font-size: .875em; }

#wp-calendar {
  width: 100%;
  text-align: left; }
  #wp-calendar caption {
    font: 1.17em 'Mate SC', serif;
    /*font: 1.125em 'PT Sans Narrow', sans-serif; /* 18px / 16px */
    margin: 5px 0 3px 0;
    color: #820004; }

#searchsubmit {
  width: 63px;
  height: 24px;
  line-height: 63px;
  vertical-align: middle;
  margin-right: 17px;
  padding: 0;
  border: 0;
  font: 1em 'PT Sans Narrow', sans-serif;
  color: #820004;
  text-transform: uppercase;
  text-align: left;
  background: url(../philcantor/images/arrow-submit.png) right center no-repeat; }

#s {
  border: 1px solid #450003;
  background: #fff;
  height: 20px;
  width: 165px; }

.blog #left-column article, .archive #left-column article, .category #left-column article {
  margin: 0 0 40px 0;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #e6c9b5; }

/* BLOG COMMENTS */
#comments article {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6c9b5; }

.comment {
  clear: both; }

.comment-author {
  overflow: hidden;
  height: 40px;
  margin-bottom: 15px; }
  .comment-author img, .comment-author a, .comment-author span {
    float: left;
    margin-right: 20px; }
  .comment-author .url {
    font-size: 1.75em; }
  .comment-author span {
    height: 40px;
    line-height: 40px;
    vertical-align: baseline; }
    .comment-author span a {
      color: #ae595c;
      text-decoration: none; }
      .comment-author span a:visited {
        color: #ae595c; }
      .comment-author span a:hover {
        color: #820004;
        text-decoration: none; }

.children {
  overflow: hidden; }
  .children ul {
    width: 600px; }
  .children li {
    width: 600px !important;
    padding-left: 30px; }

/* GALLERY HOME */
.page-id-465 #buckets-images {
  /* li {
  	width:25%;
  } */
  /* Left Aligned Effed */ }
  .page-id-465 #buckets-images ul {
    /* display:block; */
    margin-bottom: 45px; }
  .page-id-465 #buckets-images h2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    background: none;
    border-bottom: 1px solid #e6c9b5;
    font-size: 1.5em; }

/* GALLERY PAGE */
.gallery-img img {
  margin-right: 40px;
  float: left; }

/* COMING SOON */
#coming-soon {
  height: 500px;
  font-size: 1.3em; }

/* SITEMAP */
.page-id-797 #content ul {
  margin: 0 0 20px 0; }
.page-id-797 #content h3 {
  margin: 0 0 10px 0;
  font-size: 1.50em; }

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* Margins & Paddings */
.no-margin {
  margin: 0; }

.no-padding {
  padding: 0; }

/* Picture Frame */
.pic-frame {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(32, 29, 30, 0.75);
  -moz-box-shadow: 0px 0px 3px 0px rgba(32, 29, 30, 0.75);
  box-shadow: 0px 0px 3px 0px rgba(32, 29, 30, 0.75);
  border: 3px solid #fff; }

.divider {
  background: url(../philcantor/images/divider-page.png) bottom center no-repeat;
  height: 1.0625em;
  margin: 1em 0;
  max-width: 100%;
  display: block; }

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
/* =============================================================================
   Slider
   ========================================================================== */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  width: 100%;
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  max-width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides > li {
  position: relative; }

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
/* Caption style */
/* IE rgba() hack */
.flex-caption {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  zoom: 1; }

.flex-caption {
  width: 96%;
  padding: 2%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 18px; }

/* Direction Nav */
.flex-direction-nav li a {
  width: 45px;
  height: 38px;
  margin: 0;
  display: block;
  background: url(../philcantor/images/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  text-indent: -9999px; }

.flex-direction-nav li .next {
  background-position: -45px 0;
  right: 0;
  bottom: 30%; }

.flex-direction-nav li .prev {
  right: 0;
  bottom: 24%; }

.flex-direction-nav li .disabled {
  opacity: .3;
  filter: alpha(opacity=30);
  cursor: default; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: center;
  padding-right: 5px; }

.flex-control-nav li {
  margin: 0 0 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-nav li:first-child {
  margin: 0; }

.flex-control-nav li a {
  width: 13px;
  height: 13px;
  display: block;
  background: url(../philcantor/images/bg_control_nav.png) no-repeat 0 0;
  cursor: pointer;
  text-indent: -9999px; }

.flex-control-nav li a:hover {
  background-position: 0 -13px; }

.flex-control-nav li a.active {
  background-position: 0 -26px;
  cursor: default; }

.gallery-to-slideshow .slides {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important; }

.inner-slide .slides img {
  max-height: 54%; }
.inner-slide .flex-control-nav {
  bottom: -40px; }
