/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/


body {
	color: #141414;
}

a {
	color: #3443B0;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #F45B69;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #141414;
	text-transform: uppercase;
}



h1 {
	font-size: 20px;
	font-size: 2.0rem;
}

h3, h4, h5, h6 {
	font-size: 18px;
	font-size: 1.8rem;
}





/* ##Forms 
---------------------------------------*/

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #141414;
	font-weight: 300;
	padding: 12px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #ddd;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #141414;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #141414;
	font-weight: 300;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #F45B69;
	border: none;
	color: #fff;
	font-family: 'montserratlight';
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

.button {
	background-color: #F45B69;
	border: none;
	color: #fff;
	font-family: 'montserratlight';
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	padding: 16px 24px;
	text-transform: uppercase;
	width: 100%;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #3443B0;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

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



/* ##Titles 
---------------------------------------*/

.entry-title a,
.sidebar .widget-title a {
	color: #141414;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #3443B0;
}

.widget-title {
	background-color: #f2f8fc;
	color: #141414;
}

.entry-meta {
	text-align: center;
}

.entry-header:after {
	background-color: #F45B69;
}

.entry-time {
	color: #F45B69;
}

/* ## WordPress
--------------------------------------------- */
.pagination-next,
.pagination-previous {
	background-color: #f4f8fa;
}

/* # Widgets
------------------------------------------*/

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #f2f8fc;
	border-bottom: 7px solid #f4f8fa;
	border-left: 7px solid #f4f8fa;
	border-right: 7px solid #f4f8fa;
}

.nav-primary .genesis-nav-menu a,
.nav-secondary .genesis-nav-menu a {
	color: #141414;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu a:focus,
.nav-secondary .genesis-nav-menu .current-menu-item > a  {
	color: #F45B69;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #3443B0;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #F45B69;
}

/* ## After Post Navigation
--------------------------------------------- */

.previous:before {
	color: #141414;
	content: "\f341";
	font-family: "dashicons";
	font-size: 9px;
	padding-right: 2px;
	-webkit-font-smoothing: antialiased;
}

.next:after {
	color: #141414;
	content: "\f345";
	font-family: "dashicons";
	font-size: 9px;
	padding-left: 2px;
	-webkit-font-smoothing: antialiased;
}

/* ## Entries
--------------------------------------------- */
.entry-content code {
	background-color: #141414;
}


/* ## Pagination
--------------------------------------------- */
.archive-pagination li a {
	background-color: #141414;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #3443B0;
}

/* ## Comments
--------------------------------------------- */

.commentnumber {
	color: #F45B69;

}

.entry-comments .comment-author a {
	color: #141414;
}

/* # Footer Widgets
---------------------------------- */

.footer-widgets,
.footer-widgets a {
	color: #141414;
}

/* # Site Footer
---------------------------------------------*/
.site-footer a {
	color: #141414;
	text-decoration: underline;
}

/* ## #F5F5F5 and #F9F9F9 Fixes
----------------------------------*/
.author-box {
	background: #f2f8fc;
	outline: 1px solid #f2f8fc;
}

.portfolioblurb {
	background: #f2f8fc;
}

.featured-content .entry {
	border-bottom: 2px solid #f2f8fc;
}

.genesis-nav-menu .sub-menu a {
	border: 1px solid #f2f8fc;
}

.nav-primary {
	background-color: #f2f8fc;
	border-bottom: 7px solid #f4f8fa;
	border-left: 7px solid #f4f8fa;
	border-right: 7px solid #f4f8fa;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f2f8fc;
}

.bypostauthor {
	background-color: #f2f8fc;
}

.form-allowed-tags {
	background-color: #f2f8fc;
}

@media only screen and (max-width: 960px) {


	button.menu-toggle {
		background-color: #f2f8fc;
		color: #141414;
	}
	
	button.sub-menu-toggle {
		color: #141414;
	}
	
	
	.genesis-nav-menu .sub-menu .sub-menu a {
		background-color: #f2f8fc;
	}
	
	.subscribe-widget {
		background: #f4f8fa url(images/triangle.png) top center no-repeat;
	}
	
	.nav-secondary .genesis-nav-menu a {
		color: #141414;
	}
}

/* #2C2C2C Fixes
---------------------------------- */

select {
	color: #141414;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	color: #141414;
}

.author-box .button {
	border: 1px solid #141414;
}

.author-box .button:hover {
	background-color: #141414;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #141414;
}

.enews-widget input[type="submit"] {
	background-color: #f45b69;
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #141414;
}

.subscribe-widget .enews-widget p {
	color: #141414;
}

/* Display outline on focus */
:focus {
	color: #141414;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #141414;
}

.site-title {
	color: #141414;
}

.genesis-nav-menu a {
	color: #141414;
}

.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	color: #141414;
}

.nav-primary .genesis-nav-menu a,
.nav-secondary .genesis-nav-menu a {
	color: #141414;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #141414;
}

.previous:before {
	color: #141414;
}

.next:after {
	color: #141414;
}

.entry-content code {
	background-color: #141414;
}

.archive-pagination li a {
	background-color: #141414;
}

.entry-comments .comment-author {
	color: #141414 !important;
	font-size: 20px;
	letter-spacing: 2px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.entry-comments .comment-author a {
	color: #141414;
}


.footer-widgets {
	background-color: #F4F8FA;
	border-bottom: 20px solid #fff;
	clear: both;
	margin-top: 30px;
	padding: 2% 1.6%;
}

.footer-widgets,
.footer-widgets a {
	color: #141414;
}



/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	font-size: 10px;
	font-size: 1rem;
	letter-spacing: 1px;
	line-height: 1;
	padding: 40px 0;
	text-align: center;
	text-transform: uppercase;
}

.site-footer a {
	color: #141414;
	text-decoration: underline;
}

.site-footer p {
	line-height: 1.5;
	margin-bottom: 0;
}


/* # Widgets
------------------------------------------------------ */
.pink {
	color: #F45B69;
}

.space {
	height: 12px;
}

.dropcap {
	color: #F45B69;
	float: left;
	font-family: Georgia;
	font-size: 95px;
	line-height: 60px;
	padding: 10px 4px 0 0;
	text-transform: uppercase;
}

.warning {
	font-family: montserrat;
	font-size: 14px;
	text-transform: uppercase;
}

/* ##Gravity Forms
---------------------------------------

body #gform_wrapper_1 {
	font-size: 14px;
	font-size: 1.4 rem;
	padding-left: 20 px;
	padding-right: 20px; 
	}
	
body #gform_wrapper_1 .gform_body {
	padding-left: 20 px;
	padding-right: 20px; 
	}	*/
	
body #gform_wrapper_1 .gform_body .gform_fields {
	font-size: 14px;
	font-size: 1.4 rem;
	padding-left: 20 px;
	padding-right: 20px; 
	}
