/*
Theme Name: Potawatomi Dictionary
Template: generatepress
Author: Mathew Moore
Version: 1.2
Updated: May 27, 2016
*/

/* Disable Printing Certain Areas */
@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

/** ADOBE FONT START **/
@import url("https://use.typekit.net/rhu6okt.css");

html, body, div, section, p, span, a, li, #primary-menu li, #primary-menu a {
	font-family: "avenir-next-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
}

h1, h2, h3, h4, h5, h5 {
  font-family: "avenir-next-lt-pro", sans-serif;
	font-weight: bold;
	font-style: normal;
}
/** ADOBE FONT END **/

/* font smoothing keeps fonts the same thickness across all browsers */
body {-webkit-font-smoothing: subpixel-antialiased;
-webkit-text-stroke:1px transparent;}

a.button{background: #906d54;
  background: #906d54;
/* Old browsers */
	background: -moz-linear-gradient(top,#906d54 0%,#6d3f1b 50%,#906d54 100%);
/* FF3.6-15 */
	background: -webkit-linear-gradient(top,#906d54 0%,#6d3f1b 50%,#906d54 100%);
/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,#906d54 0%,#6d3f1b 50%,#906d54 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#906d54',endColorstr='#906d54',GradientType=0);
/* IE6-9 */
  text-decoration: none;
  }
 
 .button:hover {
  background: #82634c;
  background-image: -webkit-linear-gradient(top, #82634c, #785b46);
  background-image: -moz-linear-gradient(top, #82634c, #785b46);
  background-image: -ms-linear-gradient(top, #82634c, #785b46);
  background-image: -o-linear-gradient(top, #82634c, #785b46);
  background-image: linear-gradient(to bottom, #82634c, #785b46);
  text-decoration: none;
}

@font-face {
	font-family: diskusjoid;
	src: url("fcp-fonts/diskusjoid.ttf") format("truetype");
	font-weight: normal;
}

@font-face {
	font-family: Worstveld-Sling;
	src: url('fcp-fonts/Worstveld-Sling.ttf') format("truetype");
	font-weight: normal;
}

@font-face {
	font-family: Worstveld-Sling-Oblique;
	src: url('fcp-fonts/Worstveld-Sling-Oblique.ttf') format("truetype");
	font-weight: normal;
}

@font-face {
	font-family: squire;
	src: url("fcp-fonts/squire.ttf") format("truetype");
	font-weight: normal;
}

.wp-caption-text {visibility: hidden;}.wp-caption:hover .wp-caption-text {visibility: visible;}

/* Category Page Title Font */

.ai1ec-field-label,.main-navigation .main-nav ul li a{color:#000}

/* Changing Body Background Image and Page Background Color */
@media all and (min-width:1140px) {
	body {
		background-attachment: fixed;
		background-color: #000000;
		background-image: url('https://www.fcpotawatomi.com/wp-content/uploads/2016/03/FCP-New-Background-templatev2.jpg');
		background-size: 1600px 1200px;
		background-repeat: no-repeat;
		background-position: center top;
	}
}

/* FCP Custom Menu START */
.fcp-side-menu  a {
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s;
	text-transform: capitalize;
	box-shadow: none;
	background-color: #fff;
	background: #fff;
	border-bottom: 1px solid #000;
	font-weight: 600;
	color: #000 !important;
	display: block;
	padding: 5px 10px 2px 10px;
	margin-bottom: -5px !important;
}

.fcp-side-menu  a:hover {
	background-color: #000;
	border-bottom: 1px solid #000;
	color: #fff !important;
}

/* FCP Custom Menu END */

/* START - FCP side menu with sub-items */
.fcp-side-menu ul.sub-menu {
	font-size: .8em;
	border-left: 3px solid #000;
	border-bottom:none;
}
/* END - FCP side menu with sub-items */

button.menu-toggle {
	color: #fff;
}


.slideout-menu .sub-menu.toggled-on a:before {
	font-family:fontawesome;
	content: '\f068';
	padding-right:5px;
}


/* FCP Custom Menu END */


/* Main Navigation START */
.inside-navigation {
	font-family:'PT Sans Narrow';
    background-color: #000000;
	color:#ffffff;
}

.inside-navigation a{
	color:#ffffff !important;
}

ul.sub-menu {
	background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}
/* Main Navigation END */

/* Page Background Color START */
.inside-article,
.site-content,

.page-header .masonry-brick {
    background-color: #ffffff;
}
/* Page Background Color END */

.wp-caption {
    position: relative
}


/* START Body Fonts for Entire Website */
H1, .widget-title {
	font-weight:normal;
    padding-left: 10px;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
	background: url(https://www.fcpotawatomi.com/wp-content/uploads/2015/01/Section-Headers.png) repeat-x;
	color: #fff;
    font-size: 33px !important;
    line-height: 1.2em;
    background-color: #973120!important
}

H2 {
	font-weight:normal;
}

P, .jetpack-display-remote-posts p{
	font-size:16px !important;
}
/* END Body Fonts for Entire Website */

p.wp-caption-text {
    display: none
}

.wp-caption:hover p.wp-caption-text {
    display: block;
    position: absolute
}

.shadow {
    box-shadow: -2.5px 2.5px 5px 2px #888
}

.tp-caption a {
    color: #a43213
}

#masthead {
    background-color: transparent
}

.menu-toggle {
    color: #000
}

.sub-menu {
    margin-left: 0
}

.box-link:active,
.box-link:hover {
    color: #fff!important;
    background: #3f3f3f!important
}

.box-link,
.box-link:visited,
.box-shadow {
    box-shadow: -2.5px 2.5px 5px 2px #888;
    display: block;
    background: url(https://www.fcpotawatomi.com/wp-content/uploads/2014/11/ariticle_bg.png);
}

.box-link,
.box-link:visited {
    color: #000;
    padding: 10px!important
}

.box-shadow {
    color: #000;
    padding: 20px 20px 5px;
    margin: 20px 0
}

.image-with-label {
    display: inline-block;
    position: relative
}

.hide-date-picker .ai1ec-pagination.ai1ec-btn-group,
.hide-date-picker .ai1ec-title-buttons.ai1ec-btn-toolbar,
.hide-date-picker .ai1ec-views-dropdown.ai1ec-btn-group.ai1ec-pull-right {
    display: none!important
}

.job-type,
.location,
.position {
    font-size: 120%
}

.hidden {
    visibility: hidden
}

div.terms {
    width: 100%;
    height: 300px;
    border: 1px solid #ccc;
    background: #f2f2f2;
    padding: 6px;
    overflow: auto
}

.button.red,
.button.red:visited,
.iconbutton,
.pdfbutton {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	border-radius: 4px;
}


h1.product_title.entry-title {
    padding-left: 10px!important;
    background-color: #973120!important;
    padding-bottom: 2.5px!important;
    background-repeat: repeat-x
}

span.amount,
span.amount:visited {
    color: #000
}

.button.green,
.button.green:visited {
    background: #76B711;
    color: #FFF
}

.button.green:hover {
    background: #67A00B
}

.button.blue,
.button.blue:visited {
    background: #1E72BD;
    color: #FFF
}

.button.blue:hover {
    background: #1860A0
}

.button.red,
.button.red:visited {
    background: #973120;
    color: #ffffff !important;
}

.button.red:hover {
    background: #7C281A
}

.button.black,
.button.black:visited {
    background: #000;
    color: #FFF
}

.button.black:hover {
    background: #2C2C2C
}

.pdfbutton {
    padding: 15px!important
}

.iconbutton {
    padding: 10px!important
}

.mysubhead {
	background-color:#973120;
    background-image: url(https://www.fcpotawatomi.com/wp-content/uploads/2015/01/Section-Headers.png) no-repeat #973120;
    color: #fff;
    padding: 5px 10px
}

.read-more {
    display: table-cell;
    background: #973120;
    background-image: -webkit-linear-gradient(top, #973120, #973120);
    background-image: -moz-linear-gradient(top, #973120, #973120);
    background-image: -ms-linear-gradient(top, #973120, #973120);
    background-image: -o-linear-gradient(top, #973120, #973120);
    background-image: linear-gradient(to bottom, #973120, #973120);
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    color: #fff!important;
    padding: 5px 10px;
    text-decoration: none
}

.read-more:hover {
    background: #7C281A!important;
    background-image: -webkit-linear-gradient(top, #973120, #973120);
    background-image: -moz-linear-gradient(top, #973120, #973120);
    background-image: -ms-linear-gradient(top, #973120, #973120);
    background-image: -o-linear-gradient(top, #973120, #973120);
    background-image: linear-gradient(to bottom, #973120, #973120);
    text-decoration: none
}

.read-more:visited {
    color: #973120
}

.darken {
    -webkit-filter: brightness(100%);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

.darken:hover {
    -webkit-filter: brightness(80%)
}

.img-shadow {
    position: relative;
    max-width: 100%;
    float: left
}

.img-shadow::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0 solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, .8);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .8);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .8)
}

.img-shadow img {
    float: left;
    border: 0 solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

a[href$=".PDF"]:before,
a[href$=".pdf"]:before {
    font-family:fontawesome;
	font-size:.9em;
	content: '\f1c1';
	padding-right:.8em;
}

.nopdf a[href$=".PDF"]:before,.nopdf a[href$=".pdf"]:before {
	display:none;
}



/* FCP Box Borders */
@media only screen and (min-width: 1024px) {
.whitebox,.roundbox {
	border: 1px solid #973120;
	}
.whitebox {padding:20px;
	}
.roundbox {
	padding: 20px 10px 20px 10px;
	margin: 0 0 15px 0 !important;
	}
}


/* Removes Arrows for Submenus in Main Nav and adds padding on the right */
.dropdown-menu-toggle {
	display: none !important;
}

li.menu-item-has-children a {
	padding-right: 7px !important;
}

/* Primary Menu Font Styles */
#primary-menu li, #primary-menu a {
	
	text-transform: uppercase;
	font-size: .9rem;
	font-weight: normal;
}

/* FCP Custom End */