/*   
Theme Name: Christine Krus
Description: Custom WordPress theme for Christine Krus.
Version: 1
*/

/*
RESET CSS
*/
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

header, main, nav, footer, section, .most-recent, #slider-nav, .full-width-section, #page_controls{
	display: block;
}

#default-page h1{

}

#default-page .page-banner h1{

}

.slick-slide{

}

main{
    margin-top: 101px;
}

img{
	height: auto;
	max-width: 100%;
}

a{
	color: #3a3b3c;
	text-decoration: none;
}

.logged-in{
	margin-top: 32px !important;
}

.aligncenter{
	display: block;
	margin: 0 auto;
}

.alignright {
	float:right;
}

.alignleft {
	float:left;
}


/*
== LAYOUT ==
*/

.container{
	margin: 0 auto;
	max-width: 1440px;
}

#slider-nav{
	float: none;
}

#content-page{
	margin-top: 150px;
}

#page_controls{
	margin-bottom: 25px;
}

#page_controls:after,
.full-width-section:after,
#slider-nav:after,
.most-recent:after,
.container:after,
.row:after,
.flex-container:after,
.ff-container:after,
.page-container:after{
	content: "";
	clear: both;
	display: block;
}

.section{
	width: 100%;
}

.full-width-section{
	width: 100%;
	position: relative;
	padding-top: 40px;
	padding-bottom: 25px;
	text-align: center;
}	

.ff-container{
    margin: 0 auto;
	max-width: 1440px;
	position: relative;
}

.page-container{
	margin: 0 auto;
	padding: 40px;
    background-color: #d8f0f4;
	position: relative;
}

.flex-container{
	
}

.flex-container img{

}

.flex-container h1, .flex-container h2, .flex-container p, .flex-container a{
	
}

.twelvecol, .tencol, .eightcol, .sixcol, .fourcol, .threecol, .twocol{
	float: left;
}

.twelvecol{
	width: 100%;
}

.tencol{
	width: 78.06%;
}

.eightcol{
	width: 66.66667%;
}

.sixcol{
	width: 50%;
}

.fourcol{
	width: 33.33333%;
}

.threecol{
	width: 25%;
}

.twocol{
	width: 13.666666665%;
}

#posts .threecol{
position: relative;
    height: auto;
    padding-right: 5px;
    display: block;
    float: left;
    height: 300px;
}

.row_end{
	padding-right: 0px !important;
}

/* Flexible Columns*/

.flex-eightcol{
	float: left;
	width: 66.66666667%;
}

.flex-sixcol{
	float: left;
	width: 50%;
}

.flex-fourcol{
	float: left;
	width: 33.3333333%;
}


/* Header */

header{
	z-index: 1000;
}

header:after{
	content: '';
	clear: both;
	display: block;
}

header .flex-container{
	background: #fff;
	border-bottom: 1px solid #ebebeb;
	box-shadow: 0px 0.1px 5px #ebebeb;
    	-moz-box-shadow: 0px 0.1px 5px #ebebeb;
    	-webkit-box-shadow: 0px 0.1px 5px #ebebeb;
}

header .twelvecol{
    max-height: 100px;
}

header .twelvecol a{
    display: table;
    padding: 20px;
}

header .twelvecol img,
header .twelvecol h2,
header .twelvecol h3
{

    padding-bottom: 0;
}

header .twelvecol img,
.name,
.title{
    display: table-cell;
    vertical-align: middle;
}
.name h2,
.title h3{
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
}

.name{
    padding-left: 15px;
}

.title{
    padding-left: 30px;
}
/*
== Font Hierarchy==
*/

h1{
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-size: 30px;
	padding-bottom: 10px;
	font-weight: 500;
}

h2{
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-size: 26px;
	font-weight: 500;
	padding-bottom: 25px;
}

.page-container h6{
	margin-top: 25px;
}

h3{
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 25px;
}

h4{
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 25px;
}

h5{
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: 700;
	padding-bottom: 25px;
}

h6{
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 25px;
}

#next a,
#prev a,
main p,
main a{
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	padding: 25px 0;
}



.chpcs_title a{
	line-height: 16px;
	text-align: left;
}

.chpcs_foo_content{
	text-align: left !important;
}

/* Navigation */

#fixed-nav{
	position: fixed;
		top: 0;
		right: 0;
		left: 0;
		padding: 0;
	z-index: 11;
}

header .container{

}

header .twocol{
	text-align: center;
	width: 20%;
}

header .eightcol{
	width: 60%;
}

header .twocol a{
	padding: 10px;
	display: block;
	padding-top: 25px;
	padding-bottom: 25px;
}



#next a:hover,
#prev a:hover,
#social a:hover,
main a:hover{
	
}

.cat-hover a:hover{

}

a i{
    width: 9px;
    height: 18px;
    display: inline-block;
    background-size: 100% !important;
}




	
	#mobile-nav {
		    cursor: pointer;
    display: block;
    position: relative;
    height: 26px;
    float: right;
    width: 30px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 12;
    top: -60px;
    right: 30px;
	}

	#mobile-nav span{
		display: block;
  		position: absolute;
  		height: 2px;
  		width: 38px;
  		background: #000;
  		border-radius: 0px;
  		-webkit-transform: rotate(0deg);
  		-moz-transform: rotate(0deg);
  		-o-transform: rotate(0deg);
  		transform: rotate(0deg);
  		-webkit-transition: .25s ease-in-out;
  		-moz-transition: .25s ease-in-out;
  		-o-transition: .25s ease-in-out;
  		transition: .25s ease-in-out;
	}


#mobile-nav span:nth-child(1) {
  top: 0px;
}

#mobile-nav span:nth-child(2),#mobile-nav span:nth-child(3) {
  top: 12px;

}

#mobile-nav span:nth-child(4) {
  top: 24px;

}

#mobile-nav.open span:nth-child(1) {
  top: 8px;
  width: 0%;
}

#mobile-nav.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mobile-nav.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#mobile-nav.open span:nth-child(4) {
  top: 0px;
  width: 0%;
}

.closebtn{
     background-image: url(../Christine\ Krus/img/close.png);
         background-repeat: no-repeat;
    background-position: center;
    width: 23px;
    height: 23px;
    float: right;
}

#close-container{
    display: block;
    width: 100%;
    height: 23px;
        padding-right: 11px;
}

#navigation {
    height: 100%; 
    width: 0; 
    position: fixed; 
    z-index: 20;
    top: 0;
    right: 0;
    background-color: #fff; 
    overflow-x: hidden; 
    padding-top: 60px; 
    transition: 0.5s; 
    
}

#nav{
    padding: 30px;
}

	#nav li{
		float: none;
        font-family: "futura-pt", sans-serif;
        font-weight: 400;
		padding: 20px 20px;
		padding-left: 0;
		margin-left: 0;
		display: block;
        font-size: 20px;
	}

	#nav a{
		display: block;
	}

/* Footer */

footer{
}

footer p, footer a{

}

footer h3,
footer h4,
footer h5{
	font-family:"futura-pt", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 25px;
}

#top-footer,
#bottom-footer{
    width: 100%;
}

#top-footer{
    padding: 50px 100px;
}

#bottom-footer{
    padding: 25px;
}

#top-footer .fourcol{
    width: 33%;
    padding: 20px;
}

#image-col{
	text-align: center;
}

#top-footer p{
	font-family:"sanchez", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-decoration:none;
	padding-bottom: 40px;
}

#top-footer a{
	font-family:"sanchez", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-decoration:none;
}

#bottom-footer p,
#bottom-footer a{
	font-family:"futura-pt", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
    	letter-spacing: 1px;
	text-decoration:none;
	text-align:center;
}

.button:hover,
#slider-section .button:hover,
footer .button:hover,
#top-footer .button:hover{

}
/* Buttons */
#slider-section .button,
footer .button{
    border: 1px solid #fff;
    border-radius: 100px;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 18px;
    color: #fff;
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: none;
    clear: left;
    cursor: pointer;
}

.button,
.form-submit input[type="submit"]{
    border: 1px solid #fff;
    border-radius: 100px;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 18px;
    color: #fff;
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: none;
    clear: left;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.form-submit input[type="submit"]{
	background: #fff;
}

.button:hover{
	background-color: #fff;
    color: #000;
}

/*
Posts
*/


.slick-next{
	right: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0.1%;
    display: block;
    width: 25px;
    height: 100%;
    /* margin-top: -10px; */
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-color: #fff;
    bottom: 2.9%;
    opacity: 1.0;
    z-index: 10;
    background-image: url(../Christine\ Krus/img/next-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.slick-prev{
	left: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0.1%;
    display: block;
    width: 25px;
    height: 100%;
    /* margin-top: -10px; */
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-color: #fff;
    bottom: 2.9%;
    opacity: 1.0;
    z-index: 10;
    background-image: url(../Christine\ Krus/img/prev-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
}

#category-carousel{

}

.cat-item img{
	width: 100%;
}
#categories{

}

#category-list{
	width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
}

#list{
	display: inline-block;
}

#list li:not(:first-child):before{
	content: '';
	background-color: #3a3b3c;
    	display: inline-block;
    	position: relative;
    	height: 2px;
    	width: 2px;
    	border-radius: 6px;
    	text-align: left;
    	bottom:4px;
	right:13px;
}

.cat-title{
	list-style: none;
    display: inline-block;
    float: left;
    /* width: 20%; */
    padding: 15px;
    font-family: "sanchez", sans-serif;
    font-style: normal;
    font-size: 14px;
    color: #3a3b3c;
}

.carousel-wrapper{
	display: block;
}
.carousel-slider{

}

.cat-item img{

}

button{

}

/*Slider*/

#line{
	height: 11px;
	border-bottom: 1px solid #bdbebe;
	position: relative;
}

.nav-arrows{
	text-align: right;
	padding-right: 5px;
}

#slider-nav{
	height: 18px;
    margin-top: 25px;
	
}

#slider-nav .twocol {
    width: 14.666666665%;
}

#slider-nav .eightcol{
	width: 70.66667%;
}

	
#slider,
#slider-body{
	margin: 0 auto;
	width: 100%;
}

#slider img,
#slider-body img{
	width: 100%;
}

#slider-section,
#slider-section-body{
	margin: 0 auto;
	width: 100%;
	position: relative;
}

#slider-section{

}

.slide-content-container{

}

#slider-section-body h1{
	text-align: center;
}

.slide h1{
	text-transform: uppercase;
}

.slide p{
	color: #fff;
}

.slide{
	overflow: hidden;
}


/* Templates */


#load{
	text-align: center;
}

#num_pages{
	display: none;
}

#next{
	float: right;
}

#prev{
	float: left;
}

button {
    border: 1px solid #fff;
    border-radius: 100px;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 18px;
    color: #fff;
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: none;
    clear: left;
    cursor: pointer;
}


button:hover{
	color: #d64a27;
	border-color: #d64a27;
}

/*Full Height*/
.full-container{
    margin-top:101px;
}

.full-container .threecol{
    height: 100%;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    border-left: 1px solid #fff;
}

.full-container .threecol:last-child{
     border-right: 1px solid #fff;
}

.blog-hover{
    display: block;
    width: 100%;
    opacity: 0;
    transition: .5s opacity ease-in-out;
    height:100%;
}

.threecol.full-height:hover .blog-hover,
.portfolio-slide a:hover .blog-hover{
    opacity: 1;
}


.overlay{
    display:block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}

.centered-container {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 70%;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
}

.centered-container h3{
    color: #fff;
}

.slick-slide{
    min-height: 400px;
}

.slick-slide a{
    display: block;
    width: 100%;
    min-height: 400px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slick-slide h4{
    color: #fff;
}

#swipebox-overlay {
    background-color: rgba(0,0,0,0.5) !important;
}

#swipebox-close{
    background-image: url(../Christine\ Krus/img/close-white.png) !important;
}

#swipebox-next{
    background-image: url(../Christine\ Krus/img/next-arrow-white.png) !important;
    background-position: initial !important;
}

#swipebox-prev{
    background-image: url(../Christine\ Krus/img/prev-arrow-white.png) !important;
    background-position: initial !important;
}

#swipebox-bottom-bar {
    background: initial !important;
        top: 50%;
    transform: initial !important;
}

#swipebox-arrows a{
    background-position: center !important;
}

#about-container{
    max-width: 720px;
    margin: 0 auto;
}

#left{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    max-width: 720px;
}

#right{
    float: right;
    padding: 50px 70px;
}

.page-banner{
    text-align:center;
    padding: 50px;
}

#about-container h1{
    text-align: center;
}

.slick-slide a{
    padding: 0;
}

.tos-caption{
	display: none !important;
}