@import url('style_normalize.css');
/*
Theme Name: Gina Barreca
Description: Created by Kate McMillan for OutboxOnline.com
Author: Kate McMillan
Author URI: http://www.outboxonline.com
*/


/* Grid–––––––––––––––––––––––––––––––––––––––––––––––––– */

.container {
	position: relative;
	width: 100%;
	max-width: 1200px;
	min-height:50px;
	margin: 0 auto;
	padding: 0 0 2.5em 0;
	box-sizing: border-box;
	clear:both;
}

@media (max-width: 1199px) {
.container {
	width: 92%;
	padding: 0;
}
}

.containerDark {
	position: relative;
	width: 100%;
	min-height:200px;
	margin: 0 auto;
	padding: 0 0 1.5em 0;
	box-sizing: border-box;
	clear:both;
	background: url(Images/chevron-bg.jpg) repeat top center #3e3735;
	color:#fff;
	z-index:-1;
}
.containerDark h2, .containerDark h3, .containerDark h4, .containerDark h5, .containerDark h6, .containerDark p, .containerDark li {
	color:#fff;
	z-index:500;
}
.containerDark a {
	color:#e0a9ff;
	z-index:600;
}
.containerDark a:hover {
	color:#f6d1ff;
}

/* Self Clearing Goodness */

.container:after {
	content: "";
	display: table;
	clear: both;
}

/* Columns */

.column {
	width: 100%;
	float: left;
	box-sizing: border-box;
	margin: 2em auto;
}
.column {
	margin-left:1em;
}
.column:first-child {
	margin-left: 0;
}

.one-fifth {
	width: 16.8%;
}
.one-quarter {
	width: 22%;
}
.one-third {
	width: 30%;
}
.two-thirds {
	width: 63%;
}
.one-half {
	width: 49%;
}
.three-quarters {
	width: 74%;
}
@media (max-width: 900px) {
.column {
	width: 100%;
	float:none;
	margin:1em auto;
}
}

.column img {
	max-width: 100%;
}



/* Base Styles–––––––––––––––––––––––––––––––––––––––––––––––––– */

html {
	height: 100%;
}
body {
	background: #fff;
	height: 100%;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: 400;
	font-family:'sorts mill goudy', serif;
	color: #333333;
}
p, em, li {
	font-size:1.1em;
	line-height:1.4em;
	font-weight:400;
}
.alignright {
	float: right;
	width: 38%;
	margin-left: 1.2em;
	margin-bottom: 1em;
	max-width: 450px;
	height: auto;
}
.alignleft {
	float: left;
	width: 38%;
	margin-right: 1.2em;
	margin-bottom: 1em;
	max-width: 450px;
	height: auto;
}
.aligncenter {
	float: none;
	clear: both;
	width: 99%;
	margin-top: 1em;
	margin-bottom: 1em;
	display: block;
	text-align: center;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

blockquote {
	background: #f9f9f9;
	border-left: 9px solid #ccc;
	margin: 1.5em 10px;
	padding: 1em 10px;
	quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
	color: #f92687;
	content: open-quote;
	font-size: 3em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
blockquote:after {
	color: #333;
	content: close-quote;
}
blockquote p {
	display: inline;
	line-height: 160%;
}



/* Transitions–––––––––––––––––––––––––––––––––––––––––––––––––– */

a, ul, .button, .buttonClear, .fa {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


/* Typography–––––––––––––––––––––––––––––––––––––––––––––––––– */

h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0 1em 0;
	padding: 0;
	font-weight: 400;
	color: #201a20;
	letter-spacing: 0.01em;
	line-height: 1.2em;
	font-family: 'Dancing Script', cursive;
}
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 2.1em;
}
h2::before {
	content:url(Images/text-left-dk.png);
	position:relative;
	top:10px;
	left:-10px;
}
h2::after {
	content:url(Images/text-right-dk.png);
	position:relative;
	top:10px;
	left:10px;
}
.containerDark h2::before {
	content:url(Images/text-left-wh.png);
	position:relative;
	top:10px;
	left:-10px;
}
.containerDark h2::after {
	content:url(Images/text-right-wh.png);
	position:relative;
	top:10px;
	left:10px;
}
h3 {
	font-size: 1.8em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}
p, li {
	margin: 0.8em 0;
	padding: 0;
	line-height: 1.7em;
}
p strong {
	line-height: 1.8em;
}


/* Links–––––––––––––––––––––––––––––––––––––––––––––––––– */

a {
	color:#502ced;
	text-decoration: none;
}
a:hover {
	color: #957dff;
}


/* Lists–––––––––––––––––––––––––––––––––––––––––––––––––– */

ul {
	list-style: disc outside;
}
ol {
	list-style: decimal outside;
}
ol, ul {
	margin: 0 0 1.5em 18px;
	padding: 0;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 1.5em 0 1.5em 3em;
	font-size: 90%;
}
li {
	margin: 0 0 0.5em 1em;
}


/* Buttons–––––––––––––––––––––––––––––––––––––––––––––––––– */

.button, .buttonSimple, button, input[type="submit"], input[type="reset"], input[type="button"] {
	display: inline-block;
	height: 50px;
	padding: 5px 0 5px 0;
	margin: 1em;
	font-family:'open sans', sans-serif;
	color: #FFF;
	text-align: center;
	font-size: 1.2em;
	text-transform:uppercase;
	text-decoration: none;
	white-space: nowrap;
	background: #f92687;
	border-radius: 0px;
	border-bottom: none;
	border-top: none;
	border-left: none;
	border-right: none;
	box-sizing: border-box;
}
.button:hover, .buttonSimple:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
	background: #c00058;
	color: #fff;
}

.buttonSimple {
	height: 48px;
	padding: 15px 25px 0 25px;
	margin: 0.3em 0.5em 0.3em 0;
	font-size:0.9em;
}

.button span {
	position:relative;
	top:-52px;
}

.button a, .button a:hover {
	color: #fff;
}

.button::before {
	content:url(Images/button-left.png);
	position:relative;
	left:-60px;
	top:-15px;
}
.button::after {
	content:url(Images/button-right.png);
	position:relative;
	left:60px;
	top:-22px;
}

.vc_btn3-container {
	font-family:'open sans', sans-serif;
	text-transform:uppercase;
}

.wpcf7-submit {
	padding-left:35px;
	padding-right:35px;
	min-width:235px;
	position:relative;
	left:-20px;
}

/* Forms–––––––––––––––––––––––––––––––––––––––––––––––––– */

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
	height: 38px;
	max-width: 98%;
	padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
	background-color: #fff;
	border: 1px solid #D1D1D1;
	border-radius: 1px;
	box-shadow: none;
	box-sizing: border-box;
	color: #777;
}
textarea {
	min-height: 65px;
	max-width: 98%;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #777;
}
input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	border: 1px solid #bbbbbb;
	outline: 0;
}
label, legend {
	display: block;
	margin-bottom: .5em;
	font-weight: 600;
}
fieldset {
	padding: 0;
	border-width: 0;
}
input[type="checkbox"], input[type="radio"] {
	vertical-align: middle;
	position: relative;
	bottom: 1px;
}
label > .label-body {
	display: inline-block;
	margin-left: .5em;
	font-weight: 400;
}


/* contact form */

.wpcf7-list-item {
	display: block;
	margin: 0.5em auto;
}


/* Removes awkward default styles on some inputs for iOS */

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


/* Code–––––––––––––––––––––––––––––––––––––––––––––––––– */

code {
	padding: .2em .5em;
	margin: 0 .2em;
	font-size: 90%;
	white-space: nowrap;
	background: #F1F1F1;
	border: 1px solid #E1E1E1;
	border-radius: 4px;
}
pre > code {
	display: block;
	padding: 1rem 1.5em;
	white-space: pre;
}


/* Tables–––––––––––––––––––––––––––––––––––––––––––––––––– */

th, td {
	padding: 12px 15px;
	text-align: left;
	border-bottom: 1px solid #E1E1E1;
}
th:first-child, td:first-child {
	padding-left: 0;
}
th:last-child, td:last-child {
	padding-right: 0;
}


/* Misc–––––––––––––––––––––––––––––––––––––––––––––––––– */

hr {
	margin: 2em auto;
	border-width: 0;
	border-top: 1px solid #0181ba;
	border-bottom:none;
	border-left:none;
	border-right:none;
	max-width:1200px;
}


/* Responsive iFrames & Embeds */

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 35px;
	height: 0;
	overflow: hidden;
}
.embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* PROJECT SPECIFIC STYLES–––––––––––––––––––––––––––––––––––––––––––––––––– */

/*  Feature  */

#featureWrap {
	width: 100%; 
	height:650px; 
	background-size:cover; 
	background-position:center top; 
	background-image:url(Images/gina-barreca-feature-bg.jpg);
	z-index:-1;
}
@media (max-width: 910px) {
#featureWrap {
	background-position:40% 0; 
}
}
#pageWrap {
	width: 100%; 
	height:85px; 
	background-size:cover; 
	background-position:center bottom; 
	background-image:url(Images/gina-barreca-feature-bg-nohead.jpg);
	z-index:-1;
}

/*  Logo  */

.logo {
	float:left;
	max-width:350px;
	height: 50px;
	font-family:'sorts mill goudy', serif;
	text-transform:uppercase;
	font-size:38px;
	margin:30px 0 0 0;
}
.logo a {
	color:#fff;
	text-decoration:none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

 @media (max-width: 980px) {
.logo {
	font-size:34px;
	margin:40px 0 0 0;
}
}
 @media (max-width: 780px) {
.logo {
	font-size:20px;
	margin:40px 0 0 0;
}
}

/* Social Icons */

.socialIcons {
	float:right;
	width:110px;
	height:40px;
	margin:32px 0 0 0;
	text-align:right;
}
.socialIcons a {
	color:#fff;
}
.socialIcons i {
	margin-top:5px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.socialIcons i:hover {
	color:#f92587;
	position:relative;
	top:-1px;
}
 @media (max-width: 980px) {
.socialIcons {
	margin:45px 0 0 0;
}
}
 @media (max-width: 780px) {
.socialIcons {
	margin:35px 0 0 0;
}
}

/*  Navigation  */

.navBar .menu-header-menu-container {
	float:right;
	height: 40px;
	max-width: 800px;
	z-index:200;
	margin:25px 0 0 0;
}

.navBar .menu-header-menu-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float:right;
	position: relative;
}
.navBar .menu-header-menu-container ul li {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.3em;
	display: inline-block;
	float: left;
	z-index: 300;
	font-family: 'Dancing Script', cursive;
	line-height:40px;
	position: relative;
}
.navBar .menu-header-menu-container ul li:hover {
}
.navBar .menu-header-menu-container ul li a {
	display: block;
	padding: 0 12px 0 12px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.navBar .menu-header-menu-container ul li a:hover {
	color:#f92587;
}

.mobile-navigation li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}


/* currently selected */

.navBar .menu-header-menu-container ul .current-menu-item, .navBar .menu-header-menu-container ul .current-menu-ancestor a {
	font-weight:bold;
}
.navBar .menu-header-menu-container ul .current-menu-item a, .navBar .menu-header-menu-container ul .current-menu-ancestor a {
	color: #f92587;
}


/* subnav */

.navBar .menu-header-menu-container ul li ul {
	display: none;
	position: absolute;
	top: 40px;
	background: #000;
	padding: 25px 7px 15px 7px;
	margin-left: -10px;
	z-index: 400;
}
.navBar .menu-header-menu-container li:hover ul {
	display: inherit;
}
.navBar .menu-header-menu-container li ul li {
	list-style: square;
	list-style-position: outside;
	min-width: 410px;
	padding: 0;
	margin: 0 0 12px 35px;
	float: none;
	display: list-item;
	position: relative;
	color: #fff;
	font-family:'sorts mill goudy', serif;
	text-align: left;
	font-size: 0.9em;
	z-index: 500;
	line-height:110%;
}
.navBar .menu-header-menu-container li ul li:hover {
}
.navBar .menu-header-menu-container li ul li a {
	position: relative;
	top:0;
	left:0;
	color: #fff;
	text-transform: capitalize;
	font-size: 0.85em;
	display:inline-block;
	padding: 0;
}

/* end subnav */

/* responsive menu stuff */

 @media (max-width: 980px) {
.navBar {
	display: none;
}
}

@media (max-width: 1250px) {
.navBar .menu-header-menu-container {
	margin:25px 0 0 0;
}
.navBar .menu-header-menu-container ul li, .navBar .menu-header-menu-container ul li ul li  {
	font-size: 1.25em;
}
.navBar .menu-header-menu-container ul li a, .navBar .menu-header-menu-container ul li ul li a {
	padding: 1px 10px 0 10px;
}
}
@media (max-width: 1200px) {
.navBar .menu-header-menu-container {
	margin:22px 0 0 0;
}
.navBar .menu-header-menu-container ul li, .navBar .menu-header-menu-container ul li ul li {
	font-size: 1.15em;
}
.navBar .menu-header-menu-container ul li a, .navBar .menu-header-menu-container ul li ul li a {
	padding: 3px 9px 0 9px;
}
}
 @media (max-width: 1160px) {
.navBar .menu-header-menu-container {
	margin:20px 0 0 0;
}
.navBar .menu-header-menu-container ul li, .navBar .menu-header-menu-container ul li ul li {
	font-size: 1em;
}
.navBar .menu-header-menu-container ul li a, .navBar .menu-header-menu-container ul li ul li a {
	padding: 4px 7px 0 8px;
}
}
 @media (max-width: 1100px) {
.navBar .menu-header-menu-container {
	margin:18px 0 0 0;
}
.navBar .menu-header-menu-container ul li, .navBar .menu-header-menu-container ul li ul li {
	font-size: 0.95em;
}
.navBar .menu-header-menu-container ul li a, .navBar .menu-header-menu-container ul li ul li a {
	padding: 7px 6px 0 6px;
}
}
 @media (max-width: 1030px) {
.navBar .menu-header-menu-container {
	margin:18px 0 0 0;
}
.navBar .menu-header-menu-container ul li, .navBar .menu-header-menu-container ul li ul li {
	font-size: 0.9em;
}
.navBar .menu-header-menu-container ul li a, .navBar .menu-header-menu-container ul li ul li a {
	padding: 7px 6px 0 5px;
}
}

/* end responsive stuff */


/*  SPECIFIC THEME CONTENT  */

.pageContent {
	padding: 2em 0 3em 0;
}
.pageContent p {
	font-size: 1em;
}

.featureText {
	clear:both;
	float:right;
	width:57%;
	text-align:center;
	padding:2em 0 1em 0;
	z-index:100;
}
.featureText p {
	font-size:1.1em;
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	margin:1em auto;
	padding:0 1em 0 1em;
	text-transform:none;
	line-height:120%;
}
.featureText em {
	line-height:180%;
}
@media (max-width: 1150px) {
.featureText p {
	font-size:0.9em;
}
}
@media (max-width: 800px) {
.featureText p {
	font-size:0.8em;
}
}

.featureText .button {
	position:relative;
	top:20px;
}

.buyTheBook {
	position:relative;
	top:-10px;
}
.buyTheBook h3 {
	font-size:2.2em;
}
.buyTheBook img {
	position:relative;
	top:15px;
}

.bookCover {
	float:left;
	margin:15px;
	border:1px solid #ccc;
	width:195px;
} 

.events strong, .press strong {
	font-size:1.2em;
	display:inline-block;
	padding-top:1em;
}

.articlesLogo {
	width:280px;
	height:80px;
}

.bookBorder {
	border: 1px solid transparent;
	-moz-border-image: -moz-linear-gradient(top, #ddd 0%, #fff 100%);
	-webkit-border-image: -webkit-linear-gradient(top, #ddd 0%, #fff 100%);
	border-image: linear-gradient(to bottom, #ddd 0%, #fff 100%);
	border-image-slice: 1;
}

.quotes em {
	font-size:90%;
	position:relative;
	top:-20px;
	right:25px;
}

.signUp h2 {
	float:left;
	font-size:2em;
}
@media (max-width: 1200px) {
.signUp h2 {
	font-size:1.7em;
}
}
@media (max-width: 1100px) {
.signUp h2 {
	font-size:1.7em;
}
}
@media (max-width: 1000px) {
.signUp h2 {
	font-size:1.5em;
	margin-top:1.5em;
}
}
@media (max-width: 900px) {
.signUp h2 {
	font-size:1.5em;
	float:none;
	text-align:center;
}
}
.signUp img {
	float:left;
	position:relative;
	top:55px;
	margin: 0 50px;
}
@media (max-width: 1200px) {
.signUp img {
	width:50px;
}
}
@media (max-width: 1100px) {
.signUp img {
	display:none;
}
}

.signUp form {
	float:right;
	margin:30px 25px 0 0;
}
@media (max-width: 900px) {
.signUp form {
	float:none;
	margin:-10px auto 35px auto;
	text-align:center;
}
}

.feedzy-rss li {
	margin-left:0;
}

.eventText h1, .eventText h2, .eventText h3, .eventText h4, .eventText h5, .eventText h6 {
	font-family:'sorts mill goudy', serif;
}

/* Events plugin */
.tribe-events-meta-group-details, .tribe-events-meta-group-venue, .tribe-venue, .tribe-events-abbr {
	font-family:'sorts mill goudy', serif;
	line-height:165% !important;
	font-style:normal !important;
}
.tribe-events-meta-group-details h3, .tribe-events-meta-group-venue h3 {
	font-family:'sorts mill goudy', serif;
	font-weight:bold;
	font-size:1.5em !important;
}
.tribe-events-gmap {
	display:block;
	margin-top:10px;
}
.ecs-event-list {
	margin:0;
}
.ecs-event-list li {
	list-style:none;
	margin:0 0 1.7em 0;
}
.ecs-event-list .time {
	font-weight:bold;
	font-size:120%;
}

/*  FOOTER  */

.footer {
	width: 100%;
	min-height: 50px;
	padding-top: 1%;
	background: #6b3b56;
	font-family:'open sans', sans-serif;
}
.footer .two-thirds {
	position:relative;
	right:-65px;
}
@media (max-width: 1050px) {
.footer .two-thirds {
	display:none;
}
}
.footer img {
	float:right;
	margin:0.9em;
	width:24%;
}
.footer img:hover {
	position:relative;
	top:-1px;
}
.footer p {
	font-size: 0.65em;
	margin: 0;
	color: #cecece;
	opacity: 1;
}
.footer a {
	color: #cecece;
}
.footer a:hover {
	color: #fff;
}
.footer .footerMenu {
	float:right;
	width:500px;
	height:30px;
}
.footer ul {
	margin: 0;
	padding:0;
}
.footer ul li {
	list-style: none;
	display: inline;
	margin:0 4px;
	font-size: 0.65em;
}
.footer .outboxOnline a {
	color: #c0a9b6;
}
.footer .outboxOnline a:hover {
	color: #fff;
	text-decoration: none;
}

@media (max-width: 600px) {
.footer p {
	text-align:center;
}
}

/* footer social icons */

.footer .footerSocial {
	float:right;
	text-align:right;
	width:90px;
	height:30px;
	margin-top:3px;
}
.footer .footerSocial i:hover {
	position:relative;
	top:-1px;
}


/*  BLOG  */

.blogContent {
	margin-top: 2.5em;
}
.blogContent h2, .blogContent h1 {
	margin: 0 0 1.2em 0;
	padding: 0;
}
.blogContent .entry {
	margin-bottom: 2em;
}
.blogContent img:hover {
	top: 0;
}

/* thumbnails */
.attachment-thumbnail {
	float:left;
	margin:-0.5em 1em 1em 0;
	border-radius: 50%;
	border:1px solid #efefef;
}
.thumbWrap {
	max-height:400px;
	overflow:hidden;
}
.attachment-large {
	
}


/* post nav */

.postPagesNav {
	margin: 1.5em auto;
	padding-bottom: 15px;
}
.postPagesNav .postPagesNavLeft {
	float: left;
}
.postPagesNav .postPagesNavRight {
	float: right;
}


/* captions */

.wp-caption-text, .post .wp-caption-text, .entry .wp-caption-text, .wp-caption p {
	font-size: 0.8em;
	text-align: center;
	color: #777;
	padding: 0 10px;
}


/* comments */

#comments {
	clear: both;
	margin: 2em auto;
}
#comments .comment {
	clear: both;
}
#comments .comment-author {
	font-weight: 600;
	margin: 1em auto;
}
#comments .comment-meta {
	margin: 1em auto;
}
#respond h3, #comments h3 {
	clear: both;
	padding-top: 25px;
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
}


/*  sidebar  */

.sidebar {
	margin-top: 2.2em;
}
.sidebar .sidepanel {
	margin: 0 0 3em 0;
	padding: 0;
}
.sidebar h3 {
	text-transform:uppercase;
	font-size: 1.2em;
}