/*
 * Theme Name: StanaKatic
 * Theme URI: http://www.stebbinsmedia.com/
 * Author: Stebbins Media
 * Author URI: http://www.stebbinsmedia.com/
 * Description: The theme for StanaKatic created by the Stebbins Media team.
 * Version: 1.0
 */

/* Global */

body {
	font-family: "acumin-pro-wide";
	margin: 0px;
}

body.logged-in {
	margin-top: 20px;
}

img {
	max-width: 100%;
}

h1 {
	line-height: 100%;
}

a {
	color: black;
}

a img {
	border: none;
}

.layout {
	clear: both;
}

.layout.full-width {
	width: 100%;
}

.layout.inner-width {
	width: 1130px;
	margin-left: auto;
	margin-right: auto;
}

.layout.skinny-inner-width {
	width: 900px;
	margin-left: auto; 
	margin-right: auto;
}

/* Fixed Footer */

html, body {
	height: 100%;
}

.page-wrap {
	/*min-height: 100%;*/
	margin-bottom: -130px;	
	padding-top: 126px;
}

.layout.snug-spacing {
   /* margin-top: -24px; */
}

.page-wrap:after {
	content: "";
	display: block;
}

.footer, .page-wrap:after {
	height: 130px;
}

/* Header */

.header {
	text-align:  center;
	margin-bottom: 55px;
	padding-top: 8px;
	    position: fixed;
    width: 100%;
    z-index: 999;
    background: white;
    top: 0px;
    box-shadow: 0px 6px 7px white;
}

.logged-in .header {
    top: 32px;
}

.header .navigation {
	display: inline-block;
	width: 40%;
}

.header .logo {
	display: inline-block;
	position:relative;
	bottom: -48px;
	margin-top: -48px;
	z-index: 10;
}

.header .logo img {
	border: none;
}

.header .navigation.left {
    text-align: right;
}

.header .navigation.right {
    text-align: left;
}

.header .navigation ul {
	list-style-type: none;
	padding-left: 0px;
}

.header .navigation li {
	display: inline-block;
}

.header a {
	text-decoration:  none;
	display: inline-block;
	color: #373737;
	font-weight: 300;
	margin-left: 12px;
	margin-right: 12px;
	font-family: "acumin-pro-wide";
	font-weight: 200;
	font-size: 18px;
}

.header .navigation a {
	text-transform: uppercase;
	white-space: nowrap;
}

.header .navigation a.hovered {
	font-weight: 800;
	position: relative;
	left: -2px;
}

/* Footer */

.footer {
	text-align: center;
	margin-top: 150px;
	padding-bottom: 30px;
	box-sizing: border-box;
}

.footer a {
	text-decoration: none;
}

.footer-social-media {
	font-size: 0px;
}

.footer-social-media a {
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
}

.footer-copyright {
	font-family: "AcuminProWide-ExtraLight";
	font-family: "acumin-pro-wide";
	font-weight: 200;
	color: #787878;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 30px;
}

@media (max-width: 380px) {
	.footer-social-media a {
		margin-left: 15%;
		margin-right: 15%;
	}
}

/* Main Content template */

.mainpage-splash {
	position: relative;
}

.mainpage-splash img {
	border: 0px;
}

.mainpage-splash:after {
	content: "";
	background-image: url(/wp-content/themes/stanakatic/images/dropshadow.png);
	background-repeat: no-repeat;
	position: absolute;
	left: -2.05%;
    right: -2.05%;
    height: 40.8%;
    bottom: -7.4%;
    background-size: contain;
        z-index: -100;
}

/* Instagram  Feed */

.with-transition {
	transition: 300ms;
}

.sb_instagram_header {
    display: none;
}

.sbi_photo {
    height: 158px !important;
    width:  158px !important;
    margin-right: 6px;
}

#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    width: auto !important;
}

#sb_instagram {
    height: 158px!important;
    overflow: hidden;
    position: absolute;
    left: 0px;
    right: -200px;
    width: auto !important;
}

#sb_instagram #sbi_images {
	white-space: nowrap;
}

#sb_instagram #sbi_images .sbi_item {
    display: inline-block;
}

.instagram-feed-pictures {
    height: 158px;
    width: 100%;
    position: relative;
}

#sbi_load {
    display: none;
}

.instagram-feed {
	margin-top: 40px;
	overflow: hidden;
	position: relative;
	margin-bottom: -100px;
}

.instagram-header {
	background: #D8D8D8;
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin-bottom: 14px;
}

.instagram-header-icon {
	display: inline-block;
	position: relative;
	top: 8px;
	margin-right: -8px;
}

.instagram-header a {
	text-decoration: none;
	font-family: "AcuminProWide-Medium";
	font-family: "acumin-pro-wide";
	font-weight: 500;
	color: black;
}

.instagram-feed-pictures-left,
.instagram-feed-pictures-right {
    position: absolute;
    background: black;
    color: white;
    width: 30px;
    height: 30px;
    cursor: pointer;
    line-height: 30px;
    text-align:center;
    border-radius: 100px;
    top: 63px;
    z-index: 99;
    border: 2px solid rgba(255, 255, 255, .9);
}

.instagram-feed-pictures-left {
    left: 10px;
}

.instagram-feed-pictures-right {
    right: 10px
}

/* About */
.three-featured-photos {
    text-align: justify;
}

.three-featured-photos img {
    display: inline-block;
}

.three-featured-photos:after {
    content: "";
    width: 100%;
    display: inline-block;
}

.plain-content {
	font-family: "AcuminProWide-ExtraLight";
	font-family: "acumin-pro-wide";
	font-weight: 200;
	font-size: 15px;
}

.default-header {
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-family: "AcuminProWide-Regular";
	font-family: "acumin-pro-wide";
	font-weight: normal;
	max-width: 470px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid;
	padding-bottom:  10px;
	margin-bottom: 20px;
}

.imdb-link {
	text-align: center;
	text-decoration: none;
	color: black;
	text-transform:  uppercase;
	display: block;
	margin-top: 60px;
	margin-bottom: 30px;
}

.imdb-link-header {
	display: block;
	margin-bottom: 10px;
}

/* Contact */

.contact-header {
	text-transform: uppercase;
	font-family: "AcuminProWide-ExtraLight";
	font-family: "acumin-pro-wide";
	font-size: 37px;
	text-align: center;
	margin-top: 0px;
  color: #e7bba2;
  font-weight: 200;
}

.contact-header:hover {
    font-weight: 400;
}

.contact-header em {
    font-size: 0.7em;
    position: relative;
    top: -.2em;
}

.contact-banner img {
    width: 100%;
}

.ask-stana-header {
	text-transform: uppercase;
	font-family: "AcuminProWide-ExtraLight";
	font-family: "acumin-pro-wide";
	font-weight: 200;
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
}

.contact-people {
	text-align: center;
	margin-top: 40px;
}

.contact-person {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 30%;
}

.contact-person-position {
	text-transform: uppercase;
	margin-bottom: 15px;
}

.contact.overlay {
	position: absolute;
	background: #fafafa;
	top: 0px !important;
	min-height: 564px;
}

.terms-and-conditions-text {
	white-space: pre-wrap;
	height: 230px;
	overflow: scroll;
	margin-bottom: 14px;
	border: 1px solid black;
	padding-left: 10px;
	background: white;
	font-family: Helvetica, Arial, sans-serif;
}

#contact-form {
	margin-top: -39px;
}

#contact-form input[type=text],
#contact-form input[type=email],
#contact-form textarea {
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
	padding-left: 4px;
	border: 1px solid #ddd;
	padding-top: 4px;
	padding-bottom: 4px;
}

#contact-form textarea {
	height: 150px;
}

.wpcf7-response-output {
	margin-top: 10px;
}

.contact-form-wrapper {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 89px;
	max-width: 90%;
}


.overlay button, .overlay input[type="submit"] {
	display: inline-block;
	font-family: Acumin Pro Wide;
	font-family: "acumin-pro-wide";
	font-size: 20px;
	background: none;
	border: 1px solid black;
	width: 107px;
	height: 36px;
	line-height: 25px;
	margin-right: 15px;
	cursor: pointer;
	box-sizing: border-box;
	padding-bottom: 7px;
	width: auto;
	min-width: 107px;
}

.overlay button:hover, .overlay input[type="submit"]:hover {
	color: #fff;
	background: #000;
	transition: 200ms;
}

.terms-and-conditions-header {
	font-size: 30px;
}

/* Charity */

.charity {
	margin-top: 120px;
	margin-top: 55px;
}
.charity:first-child {
    margin-top: 0px;
}

.charity-name {
	text-transform: uppercase;
	font-size: 24px;
	font-family: "AcuminProWide-Light";
	font-family: "acumin-pro-wide";
	font-weight: 300;
	text-align: center;
}


.charity-toggle {
    position: relative;
    border: 3px solid #fff;
    transition: 1400ms;
}

.charity-name {
    padding-bottom: 20px;
    padding-top: 17px;
    background: rgb(255,255,255,0);
    transition: 1400ms;
    color:#000;
}

.charity-toggle:hover .charity-image {
    opacity: .5;
}

.charity-toggle:hover .charity-name {
    color: #fff;
    background: rgba(0,0,0,1);
}

.charity-image {
    font-size: 0px;
    transition: 1400ms;
}

.charity-image img {
    width: 100%;
}


.charity-toggle:hover {
    border-color: #000;
}

/* Image Gallery */

.photos-title {
	text-transform: uppercase;
	font-size: 37px;
	font-family: "AcuminProWide-ExtraLight";
	font-family: "acumin-pro-wide";
	font-weight: 200;
	text-align: center;
	margin-top: 0px;
}

.menu-link {
	text-align: center;
	text-decoration: underline;
	cursor: pointer;
	font-family: "AcuminProWide-ExtraLight";
	font-family: "acumin-pro-wide";
	font-weight: 200;
	font-size: 23px;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #e7bba2;	
}

/* News */

.news-header {
    text-align: center;
    position: relative;
    top: -44px;
    min-height: 701px;
       overflow: hidden;
    clear: both;
}

.news-header .article-tile-box {
    text-align: left;
    margin-left: 34px;
    bottom: 31px;
    transition: 500ms;
    position: absolute;
    left: -400px;
}

.news-header .article-tile-box.show {
    left: 100px;
}

a.blog-post-image img {
    height: auto !important;
}

.news-header img {
	/*width: 100%;*/
	height: auto !important;
}

.search-news-icon {
	float: right;
	position: relative;
	top: -62px;
}

.pagination h2 {
	font-family: "AcuminProWide-ExtraLight";
	font-family: "acumin-pro-wide";
	font-weight: 200;
	text-transform: uppercase;
}

nav.navigation.pagination {
text-align: center;
}


.page-numbers > span:after {
	content: " ";
}

.news-menu-link {
	font-family: "AcuminProWide-ExtraLight";	
	font-family: "acumin-pro-wide";
	font-weight: 200;
	/*border-bottom: 1px solid #e7bba2;*/
	text-decoration: underline;
	margin-left: auto;
	margin-right: auto;
	font-size: 23px;
	text-transform: uppercase;
	margin-top: 0px;
	display: inline-block;
	margin-bottom: 40px;
	color: #e7bba2;	
}

.news-menu-link-wrapper {
	text-align: center;
}

.blog-post-date {
	text-align: center;
	font-size: 15px;
	font-family: "AcuminProWide-ExtraLight";
	font-family: "acumin-pro-wide";
	font-weight: 200;
}

.blog-post-content {
    font-weight: 200;
    font-size: 15px;
}

.blog-post-content iframe {
	margin-left: auto !important;
	margin-right: auto !important;
	display: block;
}

.blog-post-title {
	text-align: center;
	text-transform: uppercase;
	font-family: "AcuminProWide-ExtraLight";
	font-family: "acumin-pro-wide";
	font-weight: 200;
	font-size: 29px;
}

.blog-post-category {
	text-align: center;
	text-transform: uppercase;
	font-family: "AcuminProWide-ExtraLight";
	font-family: "acumin-pro-wide";
	font-weight: 200;
	text-decoration: none;
	font-size: 16px;
	margin-bottom: 35px;
}

.blog-post-excerpt {
	text-align: center;
	font-family: "AcuminProWide-LightItalic";
	font-family: "acumin-pro-wide";
	font-weight: 300;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.blog-post-continue-reading {
	text-transform: uppercase;
	border: 1px solid;
	text-decoration: none;
	box-sizing: border-box;
	width: 220px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 50px;
	line-height: 50px;
}

.blog-post {
	margin-bottom: 80px;
}

.blog-post:last-child {
	margin-bottom: 50px;
}

.blog-comments-count {
	text-align: center;
	font-family: "AcuminProWide-Thin";
	font-family: "acumin-pro-wide";
	font-weight: 100;
	text-transform: uppercase;
}

.blog-post-social-media {
	text-align: center;
	color: #e7bba2;
	line-height: 43px;
	margin-top: 25px;
	margin-bottom: 5px;
	font-size:15px;
}

.blog-post-social-media a {
	text-decoration: none;
}

.blog-post-social-media img {
	margin-left: 4px;
	margin-right: 4px;
}

.blog-post-social-media-title {
	display:inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-family: "AcuminProWide-ExtraLight";
	font-family: "acumin-pro-wide";
	font-weight: 200;
	margin-right: 8px;
	position: relative;
	top: 3px;
}

.blog-comments-count-separator {
    font-size: 21px;
    font-family: sans-serif;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.article-tile > a > img {
	height: auto !important;
	width: 100%;
	border: none;
}

.tile-container-left, .tile-container-right {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.tile-container-left {
    padding-right: 23px;
    float: left;
}

.article-tile {
    position: relative;
    margin-bottom: 50px;
}

.article-tile-box {
    border: 1px solid black;
    position: absolute;
    background: white;
    width: 318px;
    z-index: 100;
    height: 188px;
    bottom: -30px;
}

.article-tile {
    opacity: 0;
    transition: 500ms;
    bottom: -100px;
}

.article-tile.show {
    opacity: 1;
    bottom: 0px;
}

.tile-container-right .wide .article-tile-box,
.tile-container-single .wide .article-tile-box {
    margin-left: -18px;
}

.tile-container-right,
.tile-container-single {
    padding-left: 23px;
    float: right;
}

.tall .article-tile-box, .tile-container-left .article-tile-box {
    left: 50%;
    margin-left: -159px;
}

a.blog-post-image {
    text-align: center;
    display: block;
}

.article-tile-box-link {
    position: absolute !important;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    margin: 0px;
    z-index: 50 !important;
}

.article-tile-box-social-media-icon {
    display: inline-block;
    border-top: 1px solid black;
    border-left: 1px solid black;
}

.article-tile-box-social-media {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 0px;
    text-align: center;
    z-index: 51;
}

.article-tile-box-social-media-icon img {
    max-width: 81%;
    margin-top: 4px;
    margin-bottom: 4px;
    border: none;
}

.article-tile-box-title {
    text-transform: uppercase;
    padding-left: 20px;
    padding-top: 14px;
    font-size: 20px;
    font-family: "acumin-pro-wide";
    font-weight: 500;
}

.blog-post-content img {
    height: auto !important;
}

.article-tile-box-title:after {
    content: "";
    display: block;
    border-top: 2px solid black;
    width: 50px;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.article-tile.initial {
	display: none;
}

.article-tile-box > a {
    font-size: 12px;
    text-decoration: none;
    margin-left: 42px;
    z-index: 51;
    position: relative;
}

.article-tile-box > a:hover {
    text-decoration: underline;
}

/* Overlays */

.overlay {
	display: none;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1000;
}

.search-box {
	margin-top: 160px;
	width: 600px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.search-box input[type="text"] {
	background: none;
	border: none;
	font-size: 30px;
	display: block;
	width: 100%;
	color: white;
	font-family: "Acumin Pro Wide";
	font-family: "acumin-pro-wide";
	font-weight: 100;
}

.search-box input:focus {
	outline: none;
}

.logged-in .overlay {
	top: 20px;
}

.overlay .close-button {
	cursor: pointer;
}

.overlay.charity {
	position: absolute;
	box-sizing: border-box;
	padding: 20px;
	background: #fafafa;
	margin-top: 0px;
	top: 0px !important;
	padding-left:200px;
	padding-right: 200px;
	min-height: 600px;
}

.charity.overlay .close-button:after {
	top: 4px;
	font-size: 30px;
}

.charity-overlay-title {
	padding-top: 100px;
	text-transform: uppercase;
	font-size: 26px;
	white-space: nowrap;
	text-align: center;
}

.overlay .close-button:after {
	content: "\00d7";
	font-size: 40px;
	position: absolute;
	top: 25px;
	right: 10px;
}

.overlay.black {
	background: black;
	color: white;
}

.overlay.black a {
	color: white;
}

.overlay-links {
	padding-left: 0px;
	list-style-type: none;
	font-size: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	text-align: center;
	margin-top: 100px;
}

.overlay-links li {
	margin-bottom: 32px;
}

.overlay-links a {
	text-decoration: none;
	font-weight: 100;
}

.overlay-toggle {
	cursor: pointer;
}


/* Mobile Menu */

#menu-button {
	display: none;
	float: left;
	width: 25px;
	position: relative;
	left: 15px;
	top: -12px;
}

/* Responsive Styles */

@media screen and (max-width: 1098px) {
	.news-header img {
    height: auto !important;
	}

	.news-header {
		min-height: 0px;
	}


}

@media screen and (max-width: 1130px) {
	.layout.inner-width {
		width: 100%;
		box-sizing: border-box;
		padding-left: 15px;
		padding-right: 15px;
	}
	.three-featured-photos img {
    width: 30%;
	}

	a.blog-post-image img {
    height: auto !important;
  }
}

@media screen and (max-width: 970px) {
	.page-wrap {
		padding-top: 84px;
	}

	.article-tile {
    padding-bottom: 90px;
    margin-bottom: 70px;
	}

	.layout.snug-spacing {
    /*-16px;*/
}
		.header a {
    font-size: 16px;
    margin-right: 8px;
    margin-left: 8px;
	}

	.header .logo img {
	    height: 57px;
	}

	.header .logo {
	    bottom: -27px;
	}

	.header .navigation {
	    width: 42%;
	    white-space: nowrap;
	}

	.header {
    margin-bottom: 18px;
	}
		.news-header {
		display:none;
	}

	.article-tile.initial {
		display: block;
	}

	.tile-container-left, .tile-container-right, .tile-container-single {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 450px;
    box-sizing: border-box;
	}

}

@media screen and (max-width: 900px) {
	.layout.skinny-inner-width {
		width: 100%;
		box-sizing: border-box;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.three-featured-photos img {
    width: 30%;
	}

	html, body {
		height: auto;
	}

	.page-wrap {
		min-height: auto;
		margin-bottom: 0px;	
	}
}

@media screen and (max-width: 767px) {
	.contact-person {
    display: block;
    width: 100%;
    margin-bottom: 34px;
	}

	.navigation.left, .navigation.right {
		display: none;
	}

	#menu-button {
		display: inline-block;
	}
	
	.header .logo {
    margin-top: -20px;
	}

	#menu-button {
	    position: absolute;
	    top: 17px;
	}

	.header { 
		margin-bottom: 7px;
	}

	.mainpage-splash:after {
    bottom: -6%;
	}
}

@media screen and (max-width: 868px) {
	.overlay.charity {
		padding-left: 20px;
		padding-right: 20px;
		overflow: scroll;
		min-height: 640px;
	}
}

@media screen and (max-width: 585px) and (min-width: 501px) {
	.footer-social-media a {
		margin-left: 5px;
		margin-right: 5px;
	}
}

@media screen and (max-width: 500px) {
	.footer-social-media a {
    margin-left: 5px;
    margin-right: 5px;
	}

	.contact-header {
    font-size: 28px;
	}
}

@media screen and (max-width: 400px) {
	.foogallery-default a img {
    height: auto !important;
	}
}

@media screen and (max-width: 380px) {
	.footer-social-media a {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 24px;
	}
}

@media screen and (max-width: 782px) {
	.logged-in .header {
    top: 45px;
}
}

#termsofservice {
	position: fixed;
	bottom: 30px;
	width: 100%;
	max-height:80%;
	overflow-y:auto;
	z-index:10000;
}
				
.termsofservice {
	margin: 0 auto;
    max-width: 800px;
    border: solid grey 1px;
    background-color: white;
    text-align: justify;
    text-transform: none;
    padding: 20px;
}
	