/*
 Theme Name:   3 Kids, 2 dogs, 1 old house blog
 Theme URI:    http://3kids2dogsand1oldhouse.co.za/
 Description:  Theme for 3 kids, 2 dogs, 1 old house blog
 Author:       Bird and Design
 Author URI:  	http://birdanddesign.com/
 Template:     soledad
 Text Domain:  soledad
*/
@import url("../soledad/style.css"); /* = Theme customization your go here
-------------------------------------------------------------- */
/* = General Styles--------------------------------------------------------*/
body {
    color: #504D49;
	font-size: 15px;
}

p {
 font-size:15px;
}

a {
    color: #B2B2DB;
}

/* = HEADER AREA -------------------------------------------------------*/
#header .inner-header .container {
    padding: 90px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/*NAV BAR */
#navigation {
    background: #E3E9EC;
}

#top-search > a {
    height: 58px;
    font-size: 16px;
    line-height: 58px;
    color: #504D49;
    cursor: pointer;
    background: none;
    display: block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#navigation ul.menu > li.megamenu > ul.sub-menu {
    width: 700px;
  
}

#navigation .menu li a:hover, #navigation .menu li:hover > a, #navigation .menu li.current-menu-item > a, #navigation .menu > li.current_page_item > a, #navigation .menu > li.current-menu-ancestor > a, #navigation .menu > li.current-menu-item > a {
    color: #B2B2DB;
}

#navigation ul.menu > li > a:before, #navigation .menu > ul > li > a:before {
    background: #b2b2db;
}

/* = Featured Slider-----------------------------------------------------*/
.featured-area {
    margin-top: -50px;
    margin-bottom: 40px;
    position: relative;
    background: #fafafa url('images/loading.gif') no-repeat center center;
}

.header-style-header-1 .featured-area,.header-style-header-4 .featured-area,.header-style-header-1 .featured-area.featured-video,.header-style-header-4 .featured-area.featured-video {
    margin-top: -60px;
}

.featured-area > div {
    visibility: hidden;
}

.featured-area.loaded-wait > div {
    visibility: visible;
}

.featured-area.style-1,.featured-area.style-4 {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.featured-area.style-4,.featured-area.style-5 {
    min-height: 550px;
}

.featured-area.style-4.loaded,.featured-area.style-5.loaded,.featured-area.style-10,.featured-area.style-11 {
    min-height: 0 !important;
}

.featured-area.loaded-wait {
    background: none;
}

.featured-area .featured-carousel {
    display: block;
    width: 100%;
    max-height: 600px;
}

.featured-area .featured-carousel.style-2 {
    max-height: 510px;
}

.featured-area.loaded .featured-carousel {
    max-height: none !important;
}

.featured-carousel .item {
    position: relative;
    opacity: 1;
}

@-webkit-keyframes pencifade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes pencifade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes pencifade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes pencifade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.featured-carousel.style-7 .item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    background: -moz-linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 1) 100%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    opacity: 0.6;
}

.featured-carousel.style-7 .item:hover:after {
    opacity: 0.8;
}

.loaded .featured-carousel.style-2 .item {
    animation-name: none;
    -webkit-animation-name: none;
    -moz-animation-name: none;
    -o-animation-name: none;
    opacity: 1;
    margin: 0 5px;
}

.featured-carousel .item img {
    width: 100%;
    height: auto;
}

.featured-carousel.style-2 .item img {
    width: 900px;
}

.featured-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0;
    left: 0;
    opacity: 0;
}

.featured-overlay-color {
    background-color: #000000;
}

.featured-overlay-partent {
    background-image: url('images/slider-pattern.png');
    z-index: 7;
    opacity: 0;
}

.featured-carousel .featured-content {
    z-index: 10;
    width: 480px;
    margin: 0 auto;
    position: absolute;
    top: 37.8%;
    left: 0;
    right: 0;
    height: 100%;
}

.featured-carousel.style-2 .featured-content {
    top: 38%;
}

.featured-carousel.style-7 .featured-content {
    top: auto !important;
    bottom: -5px;
    width: 100%;
    padding: 0;
}

.overlay-layout .penci-image-holder {

	height: 500px;
}

.penci-image-holder {
	height: 250px;
}
.featured-carousel .featured-content .feat-text {
    width: 100%;
    text-align: center;
    padding: 48px 20px 31px;
    display: block;
    vertical-align: middle;
    transform: rotateY(-90deg);
    -webkit-transform: rotateY(-90deg);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    opacity: 0;
    position: relative;
}

.featured-carousel .featured-content .feat-text.slider-hide-date {
    padding-top: 31px;
}

.loaded .featured-carousel .slick-active .featured-content .feat-text {
    -webkit-animation-name: tkslide;
    -moz-animation-name: tkslide;
    -o-animation-name: tkslide;
    animation-name: tkslide;
}

@-webkit-keyframes tkslide {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-40px,0);
        transform: translate3d(0,-40px,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-moz-keyframes tkslide {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-40px,0);
        transform: translate3d(0,-40px,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-o-keyframes tkslide {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-40px,0);
        transform: translate3d(0,-40px,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes tkslide {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-40px,0);
        transform: translate3d(0,-40px,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.loaded .featured-carousel.style-7 .slick-active .featured-content .feat-text {
    animation-name: none;
    -webkit-animation-name: none;
    -moz-animation-name: none;
    -o-animation-name: none;
    -moz-animation-fill-mode: none;
    -ms-animation-fill-mode: none;
    -o-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-duration: 0s;
    -moz-animation-duration: 0s;
    -ms-animation-duration: 0s;
    -o-animation-duration: 0s;
    animation-duration: 0s;
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    width: 100%;
    height: 100%;
    padding: 0;
}

.wrapper-boxed.enable-boxed .loaded .featured-carousel.style-7 .slick-active .featured-content .feat-text {
    padding-left: 0;
    padding-right: 0;
}

.featured-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: #fff;
    z-index: 1;
}

.featured-area.style-7 .featured-slider-overlay {
    display: none !important;
}

.featured-slider-overlay:before {
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    position: absolute;
    border: 1px solid #DEDEDE;
    display: block;
    content: "";
}

.featured-slider-overlay.featured-overlay-mask {
    top: 20px;
    left: 20px;
    z-index: 2;
}

.featured-carousel .featured-cat {
    position: relative;
    z-index: 10;
    text-align: center;
    margin: 0 0 5px 0;
}

.featured-carousel .featured-cat a {
    font-size: 12px;
    color: #6eb48c;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 18px 0 0;
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
    background: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    font-weight: normal;
    margin-bottom: 5px;
    position: relative;
}

.featured-carousel .featured-cat a:hover {
    color: #6eb48c;
    text-decoration: underline;
}

.featured-carousel .featured-cat a:after {
    content: "";
    width: 3px;
    height: 3px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: 1px solid #6eb48c;
    font-size: 12px;
    margin-left: 11px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
}

.featured-carousel .featured-cat a:last-child {
    margin-right: 0;
    padding: 0;
}

.featured-carousel .featured-cat a:last-child:after {
    content: none;
    display: none;
}

.featured-carousel .feat-text .feat-time {
    height: 32px;
    line-height: 32px;
    display: block;
    width: 120px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #6eb48c;
    position: absolute;
    z-index: 20;
    top: -10px;
    left: 50%;
    margin-left: -60px;
}

.featured-carousel .feat-text .feat-time:before,.featured-carousel .feat-text .feat-time:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    border: 16px solid transparent;
}

.featured-carousel .feat-text .feat-time:before {
    border-right-color: #6eb48c;
    left: -32px;
}

.featured-carousel .feat-text .feat-time:after {
    border-left-color: #6eb48c;
    right: -32px;
}

.featured-carousel .featured-content .feat-text h3 {
    line-height: 1.3;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.featured-carousel.style-7 .featured-content .feat-text h3 {
    padding: 0;
}

.wrapper-boxed.enable-boxed .featured-carousel.style-7 .featured-content .feat-text h3 {
    padding-left: 40px;
    padding-right: 40px;
}

.featured-carousel .featured-content .feat-text h3 a {
    color: #313131;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.wrapper-boxed.enable-boxed .featured-carousel .featured-content .feat-text h3 a {
    font-size: 18px;
}

.featured-carousel.style-7 .featured-content .feat-text h3 a:before,.featured-carousel.style-7 .featured-content .feat-text h3 a:after {
    width: 60px;
    height: 0;
    top: 50%;
    left: 100%;
    margin: 0;
    margin-top: -1px;
    border-top: 1px solid #fff;
    content: none;
}

.wrapper-boxed.enable-boxed .featured-carousel.style-7 .featured-content .feat-text h3 a:before,.wrapper-boxed.enable-boxed .featured-carousel.style-7 .featured-content .feat-text h3 a:after {
    width: 40px;
}

.featured-carousel.style-7 .featured-content .feat-text h3 a:before {
    left: auto;
    right: 100%;
}

.featured-carousel.style-7 .featured-content .feat-text h3 a.slide-link {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    height: 250px;
    width: 100%;
}

.featured-carousel.style-7 .featured-content .feat-text h3 a.slide-link span {
    display: none;
    animation-duration: 1s;
    -webkit-animation-name: tkslide;
    -moz-animation-name: tkslide;
    -o-animation-name: tkslide;
    animation-name: tkslide;
    display: none;
    background: white;
    overflow: hidden;
    font-size: 11px;
    color: black;
    position: absolute;
    bottom: 0;
    padding: 15px 10px;
    right: 0;
    width: 100%;
}


.featured-carousel.style-7 .featured-content .feat-text h3:hover a.slide-link span {display: block;}
.featured-carousel .carousel-meta {
    margin-top: 5px;
    position: relative;
    z-index: 10;
}

.featured-carousel .carousel-meta span {
    color: #888;
    font-size: 14px;
}

.featured-carousel .carousel-meta span a {
    color: #888;
}

.featured-carousel .carousel-meta span.feat-author {
    font-style: italic;
}

.featured-carousel .carousel-meta span.feat-author a {
    color: #313131;
}

.featured-carousel.style-7 .carousel-meta span,.featured-carousel.style-7 .carousel-meta span a,.featured-carousel.style-7 .carousel-meta span.feat-author a {
    color: #fff;
}

.featured-carousel.style-7 .carousel-meta span.feat-author a:hover,.featured-carousel .carousel-meta span a:hover {
    color: #6eb48c;
}

.featured-carousel .carousel-meta > span:after {
    content: "";
    display: inline-block;
    margin: 0 11px 0 15px;
    width: 0;
    height: 10px;
    border-left: 1px solid #888;
    opacity: 0.35;
}

.featured-carousel.style-7 .carousel-meta > span:after {
    border-color: #fff;
    opacity: 0.8;
}

.featured-carousel .carousel-meta > span:last-child:after {
    content: none;
}

.featured-area button.slick-prev,.featured-area button.slick-next,.penci-slider .penci-direction-nav .penci-prev,.penci-slider .penci-direction-nav .penci-next,.penci-magazine2-prev,.penci-magazine2-next {
    position: absolute;
    width: 36px;
    height: 36px;
    display: inline-block;
    top: 50%;
    margin-top: -18px;
    cursor: pointer;
    outline: none;
    opacity: 0;
    transition: background-color 0.3s, color 0.3s, opacity 0.3s;
    -webkit-transition: background-color 0.3s, color 0.3s, opacity 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s, opacity 0.3s;
    text-align: center;
    line-height: 36px;
    background: #fff;
    z-index: 12;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    color: #313131;
    border: none;
}

.featured-area button.slick-prev,.penci-slider .penci-direction-nav .penci-prev,.penci-magazine2-prev {
    left: 30px;
}

.featured-area button.slick-next,.penci-slider .penci-direction-nav .penci-next,.penci-magazine2-next {
    right: 30px;
}

.featured-area button.slick-prev i,.featured-area button.slick-next i,.penci-slider .penci-direction-nav .penci-prev i,.penci-slider .penci-direction-nav .penci-next i,.penci-magazine2-prev i,.penci-magazine2-next i {
    font-size: 20px;
    display: inline-block;
    line-height: 36px;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    vertical-align: top;
}

.featured-area.loaded:hover button.slick-prev,.featured-area.loaded:hover button.slick-next,.penci-slider:hover .penci-direction-nav .penci-prev,.penci-slider:hover .penci-direction-nav .penci-next,.penci-mag2-carousel:hover .penci-magazine2-prev,.penci-mag2-carousel:hover .penci-magazine2-next {
    opacity: 1;
}

.featured-area.loaded button.slick-prev:hover,.featured-area.loaded button.slick-next:hover,.penci-slider .penci-direction-nav .penci-prev:hover,.penci-slider .penci-direction-nav .penci-next:hover,.penci-magazine2-prev:hover,.penci-magazine2-next:hover {
    background: #6eb48c;
    color: #fff;
}

/* Style arrows for carousel style 2 */
.featured-area.style-2 button.slick-prev,.featured-area.style-2 button.slick-next {
    visibility: hidden;
}

.featured-area.style-2.loaded-done button.slick-prev,.featured-area.style-2.loaded-done button.slick-next {
    visibility: visible;
    opacity: 1;
}
@-webkit-keyframes tkslide{0%{opacity:0;-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0);}100%{opacity:1;-webkit-transform:none;transform:none}}
@-moz-keyframes tkslide{0%{opacity:0;-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0);}100%{opacity:1;-webkit-transform:none;transform:none}}
@-o-keyframes tkslide{0%{opacity:0;-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0);}100%{opacity:1;-webkit-transform:none;transform:none}}
@keyframes tkslide{0%{opacity:0;-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0);}100%{opacity:1;-webkit-transform:none;transform:none}}


  .ui-tooltip {
    padding: 10px 20px;
    color: #b2b2eb;
    border-radius: 0px;
    background: white;
    box-shadow: 0 0 7px black;
    display: block;
    max-width: 300px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
  }
  
  
/* = Homepage boxes -------------------------*/
ul.homepage-featured-boxes .penci-fea-in:hover h4 span {
    color: #B2B2DB;
}
ul.homepage-featured-boxes li .penci-fea-in {
	height: 200px;
	position: relative;
	overflow: hidden;
}

ul.homepage-featured-boxes .penci-fea-in h4 {
  
    font-style: normal;    
    font-family: 'PT Serif', serif;
    font-weight: bold;
    
    text-transform: uppercase;
}
.container.home-featured-boxes {
    margin-bottom: 40px;
    display: table;
    margin-top: 0px;
}

ul.homepage-featured-boxes .penci-fea-in .fea-box-img {
    
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

/* = Post stuff 
---------------------------------------------*/
.grid-header-box:after {
    
    background: #b2b2db;
   
}
.container-single .post-entry a {
  color: #b2b2db!important;
}
.penci-post-share-box a.liked, .penci-post-share-box a:hover {
    color: #b2b2db;
}

.overlay-post-box-meta .overlay-share a:hover {
    color: #b2b2db;
}
.grid-post-box-meta span a:hover, .grid-post-box-meta span a.comment-link:hover {
    color: #b2b2db;
}

article.page.type-page {
    width: 1000px;
    margin: 0 auto 60px;
}

.single-header .penci-post-box-meta.center-inner {
    text-align: center;
    border: none;
    margin: 20px 0 0;
}
/* = Sidebaaaaaa, I'm a sheep
---------------------------------------*/
.penci-sidebar-content .widget {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 25px;
    clear: both;
}

.penci-sidebar-content .widget-title {
   
    margin-bottom: 45px;
   
    margin-top: 15px;
}

.es_widget_form {text-align: center;}
/* = Footer
--------------------------------------------*/
ul.footer-socials li a:hover i {
	background: #b2b2db;
	color: #fff;
	border-color: #b2b2db;
}
.jr-insta-thumb ul.thumbnails.jr_col_8 li {
    width: 12.5% !important;
    margin: 0;
}

ul.footer-socials li a:hover span {
    color: #b2b2bd;
}

/* = Subscribe Button
--------------------------------------------*/

#es_txt_email {
	margin: 0px !important;
}