/*
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.
*/

.genesis-pro-portfolio .content .pro-portfolio .entry-header a {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
  letter-spacing: 0.1em;
	font-family: "Open Sans", "Helvetica", arial;
}

.portfolio-title {
    color: #ccc;
	text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 45px;
    font-weight: 700;
    font-family: "Open Sans", "Helvetica", arial;
    font-style: normal;
    line-height: 2.6;
}
.gallery-columns-3 .gallery-item {
    margin: 20px 0 20px;
}

.wp-caption-text {
    font-size: 100px;
    font-size: .6rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

h2, h3 {
	 margin: 0 0 1rem;
}

.footer-widgets-2 .widgettitle, .footer-widgets-3 .widgettitle, .footer-widgets-4 .widgettitle, .footer-widgets-5 .widgettitle {
    font-size: 20px;
}

.footer-widgets-2 p, .footer-widgets-3 p, .footer-widgets-4 p, .footer-widgets-5 p {
    text-align: left;
		font-size: 16px;
	line-height: 1.8;
}

.after-entry {
    margin-bottom: 80px;
    background: #000000;
    padding: 30px;
	color: #ffffff;
	text-align: left;
}

.after-entry .enews-widget p {
	text-align: left;
	}

.enews-widget input {
    border-radius: 0px;
}

.after-entry .button:hover, .after-entry button, input:hover[type="button"], .after-entry input:hover[type="reset"],  .after-entry input:hover[type="submit"], .after-entry .pagination li a:hover, .after-entry .pagination li.active a:hover {
    background-color: #ffffff;
    color: #000000;
}

.single .author-box {
    padding-top: 40px;
    padding-bottom: 0px;
}

.archive-description, .author-box {
    margin-bottom: 20px;
}

.footer-widgets-1 {
    padding: 0px 0 0;
	margin-bottom: 80px;
}

.front-page-7 .widget-area {
    margin-top: 10px;
	margin-bottom: 0px;
}

.footer-widgets .wrap {
    margin: 0 auto;
    padding: 0 0%;
	max-width: 1600px;
}

@media only screen and (max-width: 1600px) {
	.front-page-1 .widgettitle {
    font-size: 60px;
    text-align: center;
}

.after-entry .enews-widget input {
    width: 30%;
}

.enews-widget p, .footer-widgets .widget-area:first-child h3 {
    text-align: center;
}
	
	.front-page-1 input {
    width: 32%;
}
	
.front-page-7 h3 {
    font-size: 40px;
    text-align: center;
}

.front-page-7 .featured-content article.entry {
    position: relative;
    padding: 0;
    max-width: 31.9%;
    margin: 10px;
    display: inherit;
}

.front-page-7 .flexible-widgets .widget:last-child {
    margin-bottom: 0;
    width: 100%;
}
}

@media only screen and (max-width: 1400px) {
.front-page-7 .featured-content article.entry {
    max-width: 31.8%;
}
}

@media only screen and (max-width: 1200px) {
.front-page-7 .featured-content article.entry {
    max-width: 31.2%;
}
}

@media only screen and (max-width: 960px) {
	.front-page-1 .widgettitle {
    font-size: 32px;
    text-align: left;
}

.after-entry .enews-widget input {
    width: 100%;
}

.gallery-columns-3 .gallery-item {
    width: 100%;
}

.footer-widgets-2 .widgettitle, .footer-widgets-3 .widgettitle, .footer-widgets-4 .widgettitle, .footer-widgets-5 .widgettitle, .footer-widgets-2 p, .footer-widgets-3 p, .footer-widgets-4 p, .footer-widgets-5 p {
    font-size: 20px;
	padding: 0 30px;
}

.enews-widget p {
	text-align: left;
}

	.front-page-1 input {
    width: 100%;
}
	
.front-page-7 h3 {
    font-size: 28px;
    text-align: left;
		margin-left: 20px;
}

.front-page-7 .featured-content article.entry {
    position: relative;
    padding: 0;
    max-width: 100%;
    margin: 0px;
		margin-bottom: 20px;
    display: block;
}

.front-page-7 .flexible-widgets .widget:last-child {
    margin-bottom: 0;
    width: 100%;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
		width: 100%;
}
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    border-radius: 0px;
}

button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover {
    background: #000;
}

a.alignleft, img.alignleft, .wp-caption.alignleft {
    margin: 0 10px 10px 0;
}

@media only screen and (min-width: 800px) {
	.insert-post-ads, #insert-post-ads {
		width: 30% !important;
	}
}

.gform_wrapper ul li.gfield {
	margin-bottom: 30px !important;
}

.gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
	font-size: .8em !important;
}