/**
 * All custom CSS modifications should be kept in this file. When updating move this file
 * from the old installation to the updated one. This will preserve all your CSS customisations.
 *
 * This file gets included last, so any CSS rule written below will override a previously declared one.
 *
 * Add your CSS modifications below:
 */

.sidebar {
	width: 260px;
	margin: 0 0 0 -310px;
	height: 100%;
	float: left;
	padding: 0 35px 0 0;
	border-right: 1px solid #EBEBEB;
	word-wrap: break-word;
}

/*alnmakes styles*/



.slider-navigation {
	display: none;
}

.site-navigation .current-menu-item > a, .site-navigation .active > a {
    border-bottom: .5px solid #000;
    background-color: transparent;
    color: #000;
}

.site-navigation a {
  color: #000;
  font-family: "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
  letter-spacing: 2px;
  padding: 5px 0px;
}

.site-navigation a:hover {
    border-bottom: .5px solid #000;
    font-weight: 400;
}

body, button, input, select, textarea, p, .textwidget, ul, li {
    font-family: "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
    font-weight: 300;
}

h1, h2, h3, h4, h5, .entry-summary, .page-title, .entry-title {
	font-family: "Roboto Slab", Times New Roman, serif;
	text-transform: None;
}

h1, h2, h3, h4, h5 {
	color: #697287;	
}

.project .hover-box h2 {
	    text-transform: none;
	    letter-spacing: .01em;
	    font-weight: 400;
	    color: #fff;
}

.project .entry-title > a {
    letter-spacing: 0.02em;
    font-weight: 100;
    color: #697287 !important;
    text-transform: none;
}

.widget-title {
    font-size: 18px;
    color: #697287;
    letter-spacing: 0.02em;
    text-transform: none;
    font-size: 21px;
    font-weight: 100;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin: .8em 0 .95em;
    font-family: "Roboto Slab", Times New Roman, serif;
}

.site-navigation li {
    padding: 0px 5px;
}

.entry-content h1 {
    font-size: 40px;
    line-height: 44px;
}

article.info.black.no-fade.style-page-with-background {
    background: #fff;
    border-radius: 4px;
}

.gpp-sc-pricing-content p {
    margin: 0;
    font-size: 16px;
    font-weight: 200;
    padding: 10px 0px;
    color: #fff;
}

.slide .info {
    width: 800px;
    padding: 0 20px 15px 20px;
}

.entry-content a {
    color: #697287;
    text-decoration: none;
    font-weight: bold;
}

.entry-content a:hover {
    color: #000;
}

/*Header*/

.site-navigation .current-menu-ancestor > a {
	background-color: transparent;
	border-bottom: .5px solid #000;
}

#header hgroup {
    border-right: none;
}

h2.site-description {
    display: none;
}

/*Buttons*/

a.btn.purple {
    line-height: 1.5384615384615385;
    text-align: center;
    white-space: nowrap;
    border: 2px #fff solid;
    background: #697287;
    box-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    color: #FFF !important;
    text-decoration: none;
    padding: 6px 8px;
    font-size: 12px;
}

a.btn.purple:hover, input.wspsc_add_cart_submit:hover {
	background-color: #000;
}

input.wpcf7-form-control.wpcf7-submit {
    line-height: 1.5384615384615385;
    text-align: center;
    white-space: nowrap;
    border: 2px #fff solid;
    background: #697287;
    box-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    color: #FFF !important;
    text-decoration: none;
    padding: 6px 8px;
    font-size: 12px;
}

input.wspsc_add_cart_submit {
    display: block;
    font-weight: 900;
    line-height: 1.5384615384615385;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    border: 2px #fff solid;
    background: #697287;
    width: 100% !important;
    box-shadow: none;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: 300;
    letter-spacing: 2px;
}

button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
    box-shadow: none;
    background: #000;
}

a.button, .gpp-sc-pricing-table .gpp-sc-pricing-button .gpp-sc-button {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    color: #FFF !important;
    text-decoration: none;
}

.gpp-sc-pricing-table .gpp-sc-pricing-button .gpp-sc-button {
	border: 2px #fff solid;
	background: #697287;
	width: 100%;
}

/*.gpp-sc-pricing-table .gpp-sc-pricing-button .gpp-sc-button:hover {
	background-color: #fff;
}*/

.gpp-sc-pricing-table .gpp-sc-pricing-button {
    background: transparent;
    opacity: 1;
    text-align: center;
    border-top: 1px solid #fff;
    padding: 40px;
}

.icon-social:before {
    color: #000 !important;
}

/*Portfolio*/

.preview {
    height: 95%;
    width: 100%;
    max-width: 1500px;
}

section.info {
    height: 5%;
}

.project img {
    height: 100% !important;
}

article.horizontal-item.project.loaded {
    width: auto;
}

.project .hover-box {
	background: rgba(0, 0, 0, 0.5);
}

/*Pricing*/

.gpp-sc-pricing-table > div {
    border: 0px;
    background: #697287;
    border-radius: 4px;
}

.gpp-sc-pricing-header.black {
    background-color: transparent;
    border-bottom: 1px solid #fff;
}

.gpp-sc-button.black, .gpp-sc-box.black, .gpp-sc-highlight.black, .gpp-sc-pricing-header.black, .gpp-sc-pricing-header.black h5 {
    background-color: transparent;
    opacity: 1;
    border-color: transparent;
    color: #fff;
}

.gpp-sc-pricing-table .gpp-sc-pricing-header h5 {
    display: none;
}
	
.gpp-sc-pricing-table .gpp-sc-pricing-content {
    background: transparent;
    opacity: 1;
    font-size: 0.857em;
    text-align: center;
}

.gpp-sc-pricing-table .gpp-sc-pricing-button {
    background: transparent;
    opacity: 1;
    text-align: center;
    border-top: 1px solid #fff;
    padding: 20px;
}

.gpp-sc-pricing-content p {
    margin: 0;
    font-size: 16px;
    font-weight: 200;
    padding: 10px 0px;
}

.gpp-sc-pricing-header.black {
    border-bottom: 1px solid #fff !important;
}

.page-contacts .site-content .page {
    width: 800px;
}

.shopping_cart input {
    width: auto !important;
    margin: 0;
    float: right;
}

.gpp-sc-pricing-content p {
    padding: 4px 0px;
}

.gpp-sc-pricing-table .gpp-sc-pricing-cost {
    font-size: 2em;
    line-height: 1.2em;
}

/*Layout*/
hr.separator {
    background-color: transparent;
}

hr.separator.ten {
    margin: 5px 0px;
}

hr.separator.twenty {
    margin: 10px 0px;
}

hr.separator.thirty {
    margin: 15px 0px;
}

/*Daycare*/

.gpp-sc-pricing-table > div {
    border: 0px;
    background: #697287;
    border-radius: 4px;
    padding: 10px;
}

.gpp-sc-pricing.gpp-sc-column-.sibling-deal {
    background: #ddd;
    padding: 5px;
    height: 126px;
}

.gpp-sc-pricing-content.portrait-download {
    margin: 17.7% auto;
}

@media screen and (max-width: 640px){
	
	.gpp-sc-grid_1, .gpp-sc-grid_2, .gpp-sc-grid_3, .gpp-sc-grid_4, .gpp-sc-grid_5, .gpp-sc-grid_6, .gpp-sc-grid_7, .gpp-sc-grid_8, .gpp-sc-grid_9, .gpp-sc-grid_10, .gpp-sc-grid_11, .gpp-sc-grid_12 {
	    margin: 40px auto;
	}
	
	.gpp-sc-pricing.gpp-sc-column-.sibling-deal {
	    height: auto;
	}
	.gpp-sc-pricing.gpp-sc-column- {
	    height: auto !important;
	}
}