/* ----------------------------------------------------------------------------
	Purpose:
	Global CSS Styles for Real Talks website
	$Last Updated: 01-May-2016 12:00:00PM Brad Dedon $
/*	----------------------------------------------------------------------------
	Table Of Contents
	1. Resets & Defaults
	2. Grid & Generics
	3. Site Header
	4. Left Rail
	5. Footer
	7. Home Page Specifics
	8. Menu Specifics
*/

/*	----------------------------------------------------------------------------
	(1) Resets & Defaults */
/*html,body,
.container,
.container-fluid {
    height:100%;
}
.container,
.container-fluid {
    display:table;
    width: 100%;
    margin-top: -50px;
    padding-top: 50px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.row {
    height: 100%;
    display: table-row;
}*/

/*html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 120px;
}*/

input:focus {
    outline: none;
}


body {
	/*margin-bottom: 120px;*/
  word-wrap: break-word;
}
html,
body {
  height: 100%;
}
.fullHeight.row,
.fullHeight.container,
.fullHeight.container-fluid,
.fullHeight[class^="col-lg-"],
.fullHeight[class^="col-md-"] {
	/*height: 100%;*/
}

body {
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  body {
    background-size: initial;
  }
}
@media (max-width: 992px) {
  body {
    background-size: initial;
  } 
}

.removeGutters {
	padding: 0;
}

/*	----------------------------------------------------------------------------
	(2) Grid & Generics */

.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}








/* Sticky footer styles
-------------------------------------------------- */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}



.siteNavigation {
	background-color: #f7e5ca;
	background-color: rgba(247,229,202,0.80);
	height: 100%;
	font-family: 'Oswald', sans-serif;
	padding-bottom: 120px;
  position: relative;
  z-index: 9;
}
.siteNavagation__logo {
	padding: 20px 0 10px 0;
	margin-bottom: 20px;
}
.siteNavagation__stroke {
	background-image: url(../images/menu-stroke.png);
	height: 2px;
	width: 100%;
}
.siteNavagation__stroke--botSp {
	margin-bottom: 20px;
}

.address a,
.address a:hover {
	color: #000;
}
.address--footer {
  background-color: rgba(255,255,255,0.80);
  padding: 20px;
  display: none;
}
@media (max-width: 767px) {
  .address--footer {
    display: block;
  }
}



.signup__title {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 400;
  color: #6c6c6c;
}
.signup__fieldGroup {

}
.signup__input,
.wpcf7 input[type="email"],
.mailchimp-form__input {
  border: solid 1px #6c6c6c;
  background-color: #b4b5b5;
  height: 31px;
  width: 225px;
  padding: 5px;
  color: #6c6c6c;
  font-style: italic;
  position: relative;
  /*top: -5px;*/
}
.signup__submit,
.wpcf7 .wpcf7-submit,
.mailchimp-form__submit {
  width: 45px;
  height: 31px;
  display: inline-block;
  background: none;
  border: 0;
  text-indent: -9999px;
  background-image: url(../images/submit-button.png);
  position: relative;
  /*top: 5px;*/
}
.wpcf7-not-valid-tip {
  display: inline !important;
  margin-left: 10px;
}
div.wpcf7-mail-sent-ok {
    border: none !important;
    top: -62px !important;
    position: relative !important;
    left: -7px !important;
    background: #b4b5b5 !important;
    padding: 0 !important;
    height: 35px !important;
    padding-top: 7px !important;
    font-weight: bold !important;
}
div.wpcf7-validation-errors {
  display: none !important;
  border: 0 !important;
}

::-webkit-input-placeholder {
   color: #6c6c6c;
   font-weight: 400;
}
:-moz-placeholder { /* Firefox 18- */
   color: #6c6c6c;
   font-weight: 400;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #6c6c6c; 
   font-weight: 400;
}
:-ms-input-placeholder {  
   color: #6c6c6c; 
   font-weight: 400;
}






.content {
  position: relative;
  z-index: 1;
}
.contentAlt {
  background-color: rgba(255,255,255,0.8);
  padding: 30px;
  font-weight: 400;
  margin-top: 30%;
}
.contentAlt strong {
  font-weight: 600;
}
.contentAltTwo {
  background-color: rgba(255,255,255,0.8);
  padding: 30px;
  font-weight: 400;
}

.content,
.contentAlt,
.genericPage {
  padding-bottom: 100px;
  margin-bottom: 100px;
  /*border-bottom: 5px solid #000;*/
}

.content a,
.content a:hover,
.contentAlt a,
.contentAlt a:hover,
.contentAltTwo a,
.contentAltTwo a:hover {
  font-weight: 600;
  color: #eb5445;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .content img,
  .contentAlt img {
    width: 100%;
    height: auto;
  }
}



.content--generic,
.content--press,
.content--blog {
  padding-top: 75px;
  padding-left: 100px;
  padding-right: 100px;
  color: white;
}
@media (max-width: 767px) {
  .content--generic,
  .content--press,
  .content--blog {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.content--blog p {
  line-height: 24px;
}



hr.dotted {
  border-top-style: dotted;
  margin-top: 10px;
  margin-bottom: 10px;
}

.read-more {
  display: block;
}


.col-align-right,
.col-align-right p {
  text-align: right;
}
.col-align-center,
.col-align-center p {
  text-align: center;
}

.col-align-left,
.col-align-left p {
  text-align: left;
}

.alignright {
  float: right;
  margin-left: 15px;
}
.aligncenter {

}
.alignleft {
  float: left;
  margin-right: 15px;
}

select {
  color: black;
}


.press-pod {
  display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */

  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;

  padding-right: 30px;
  margin-bottom: 60px;
}
.press-pod__image {
  margin-right: 20px;
}
.press-pod__copy {

}
.press-pod__title {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
}
.press-pod__link {
  text-align: right;
  display: block;
}

@media (max-width: 767px) {
  .press-pod {
    display: block !important;
    padding-right: 0;
  }
  .press-pod__image {
    margin-right: 0;
    width: 100% !important;
    margin-bottom: 20px;
  }
}





.overlay {
	position: absolute;
	width: 100%;
	/*height: 100%;*/
	color: #fff;
	display: none;
  top: 0;
  left: 0;
	padding: 30px 0;
  padding-bottom: 100px;
  z-index: 8;
}
.overlay__background {
  position: absolute;
  display: none;
  background: rgba(0,0,0,0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
}
.overlay__background.show {
  display: block;
}
.overlay.show {
	display: block;
}
.overlay__wrapper {
	position: relative;
	height: 100%;
	padding: 30px 15px;
}
.overlay__closeBtn {
	background-color: rgba(255,255,255,0.80);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin-bottom: 20px;
	cursor: pointer;
	display: inline-block;
  background-image: url(../images/cross.svg);
	background-size: 36px 36px;
	background-repeat: no-repeat;
	background-position: center center;
}
.overlay h2 {
	font-size: 24px;
	line-height: 48px;
	font-weight: 300;
}

.overlayLink,
.overlayLink:hover {
	font-weight: 600;
	color: #eb5445;
	font-size: 16px;
	text-transform: uppercase;
	/*display: block;*/
}


.overlay .theme-default .nivo-directionNav a,
.flex-prev {
	display: block; 
	width: 40px; 
	height: 40px; 
	background: none; 
	background-color: rgba(247,101,87,0.6);
	text-indent: -99999px;
	border: 0;
	border-radius: 50%;
	opacity: 1;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.overlay .nivoSlider {
	overflow: visible;
}
.overlay .theme-default a.nivo-prevNav,
.flex-prev {
  left: -55px;

 	width: 50px;
	height: 50px;
	cursor: pointer;
  background-image: url(../images/arrow-left.svg);
	background-size: 26px 26px;
	background-repeat: no-repeat;
	background-position: center center;
}
.flex-prev{
  display: block !important;
  width: 50px !important;
  height: 50px !important;
  background: none !important;
  background-color: rgba(247,101,87,0.6) !important;
  text-indent: -99999px !important;
  border: 0 !important;
  border-radius: 50% !important;
  opacity: 1 !important;
  -webkit-transition: all 200ms ease-in-out !important;
  -moz-transition: all 200ms ease-in-out !important;
  -o-transition: all 200ms ease-in-out !important;
  transition: all 200ms ease-in-out !important;
  left: -60px !important;
  position: absolute !important;
  top: 50% !important;

  background-image: url(../images/arrow-left.svg) !important;
  background-size: 26px 26px !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.flex-next{
  display: block !important;
  width: 50px !important;
  height: 50px !important;
  background: none !important;
  background-color: rgba(247,101,87,0.6) !important;
  text-indent: -99999px !important;
  border: 0 !important;
  border-radius: 50% !important;
  opacity: 1 !important;
  -webkit-transition: all 200ms ease-in-out !important;
  -moz-transition: all 200ms ease-in-out !important;
  -o-transition: all 200ms ease-in-out !important;
  transition: all 200ms ease-in-out !important;
  right: -60px !important;
  position: absolute !important;
  top: 50% !important;

  background-image: url(../images/arrow-right.svg) !important;
  background-size: 26px 26px !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.flex-direction-nav .flex-disabled {
    cursor: default;
    pointer-events: none;
    display: none !important;
}

/*.flex-direction-nav.firstActive, .flex-direction-nav.lastActive {
    opacity: 0;  // You can think about how to hide it, with transition or sth.
}*/


.overlay .theme-default a.nivo-nextNav,
.flex-next  {
  right: -55px;

  width: 50px;
	height: 50px;
	cursor: pointer;
  background-image: url(../images/arrow-right.svg);
	background-size: 26px 26px;
	background-repeat: no-repeat;
	background-position: center center;
}




.linkList {
	padding: 30px 0 20px 10px;
}
.linkList ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.linkList li {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
.linkList a {
	color: #000;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
	display: block;
}
.linkList a:hover {
	
}
.linkList a:hover[href="#"] { 
  background-image: url(../images/coming-soon-link-rollover.png);
  text-decoration: none;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  color: transparent;
}
.linkList a:hover[href="#open"] { 
  background-image: url(../images/now-open-link-rollover.png);
  text-decoration: none;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  color: transparent;
}


.siteFooter {
  background-color: #b4b5b5;
  height: 100px;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-top: 25px;
  z-index: 9;
}
.siteFooter__social {
  
}
.siteFooter__links {
  border-top: dotted 2px #6c6c6c;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: dotted 2px #6c6c6c;
  margin-top: 5px;
}
.siteFooter__links ul {
  margin-bottom: 0;
  padding-bottom: 0;
}
.siteFooter__links ul a {
  color: #6c6c6c;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
/* Sticky footer styles
-------------------------------------------------- */
/*.siteFooter {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px;
}*/

.genericPage {
	text-transform: uppercase;
	font-weight: 400;
}
.genericPage strong {
	font-weight: 700;
}
.genericPage a,
.genericPage a:hover {
	color: #000;
}
.genericPage__logo {
	text-align: center;
	padding: 80px 0 40px 0;
}


.generic-flg-logo {
	width: 340px;
	height: 64px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	background-image: url(../images/generic-flg-logo.png);
}
.generic-flg-logo:hover {
	background-image: url(../images/generic-flg-logo-hover.png);
}



.homepage__rollOverLink {
  width: 180px;
  height: 120px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.homepage__rollOverLink:hover img {
  top: -120px;
  position: relative;
}


.link-iron-hen,
.link-four-flocks,
.link-rev-burger,
.link-baker-bean,
.link-hush,
.link-catering-events,
.link-the-public,
.link-the-cetwick,
.link-carolina-rentals {
	width: 180px;
	height: 120px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	margin: 40px 0;
}
.link-iron-hen {
	background-image: url(../images/hp-iron-hen-logo.png);
}
.link-iron-hen:hover {
	background-image: url(../images/hp-iron-hen-logo-hover.png);
}
.link-four-flocks {
	background-image: url(../images/hp-four-flocks-logo.png);
}
.link-four-flocks:hover {
	background-image: url(../images/hp-four-flocks-logo-hover.png);
}
.link-rev-burger {
	background-image: url(../images/hp-rev-burger-logo.png);
}
.link-rev-burger:hover {
	background-image: url(../images/hp-rev-burger-logo-hover.png);
}
.link-baker-bean {
	background-image: url(../images/hp-baker-bean-logo.png);
}
.link-baker-bean:hover {
	background-image: url(../images/hp-baker-bean-logo-hover.png);
}
.link-hush {
	background-image: url(../images/hp-hush-logo.png);
}
.link-hush:hover {
	background-image: url(../images/hp-hush-logo-hover.png);
}
.link-catering-events {
	background-image: url(../images/hp-catering-events-logo.png);
}
.link-catering-events:hover {
	background-image: url(../images/hp-catering-events-logo-hover.png);
}
.link-the-public {
	background-image: url(../images/hp-the-public-logo.png);
}
.link-the-public:hover {
	background-image: url(../images/hp-the-public-logo-hover.png);
}
.link-the-cetwick {
	background-image: url(../images/hp-the-cetwick-logo.png);
}
.link-the-cetwick:hover {
	background-image: url(../images/hp-the-cetwick-logo-hover.png);
}
.link-carolina-rentals {
	background-image: url(../images/hp-carolina-rentals-logo.png);
}
.link-carolina-rentals:hover {
	background-image: url(../images/hp-carolina-rentals-logo-hover.png);
}


.aligncenter {
    margin: 0 auto;
    text-align: center;
    display: inherit;
}

.foogallery-thumbnail a {
    border: none !important;
    -webkit-box-shadow: 0 !important;
    -moz-box-shadow: 0 !important;
    box-shadow: 0 !important;
}



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


}

