/*
 * Theme Name:  Spotlight Child
 * Theme URI:   https://codesupply.co/themes/spotlight/
 * Description: Spotlight Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    spotlight
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */
@font-face{
	font-family: WEADisplay;
	src:url(font/WEADisplay/WEADisplay.eot);
	src:url(font/WEADisplay/WEADisplay.eot) format('embedded-opentype'),
	    url(font/WEADisplay/WEADisplay.woff) format('woff2'),
	    url(font/WEADisplay/WEADisplay.woff) format('woff'),
	    url(font/WEADisplay/WEADisplay.ttf) format('truetype'),
	    url(font/WEADisplay/WEADisplay.svg) format('svg');
}
@font-face{
	font-family: Freeland;
	src:url(font/Freeland/Freeland.eot);
	src:url(font/Freeland/Freeland.eot) format('embedded-opentype'),
	    url(font/Freeland/Freeland.woff) format('woff2'),
	    url(font/Freeland/Freeland.woff) format('woff'),
	    url(font/Freeland/Freeland.otf) format('otf'),
	    url(font/Freeland/Freeland.ttf) format('truetype');
}
/* header */
#logo-content .header-right{
    min-width: calc(100% - 600px);  
}
#logo-content .header-right .navbar-brand{

}
#logo-content .search-form .cs-input-group{
    border: none;
    background: #fff;
}
#logo-content .search-form .cs-input-group button{
    margin: -1px;
    color: transparent;
    background-color: #fff;
    background-image: url(../../uploads/2019/04/search.png);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
}
#logo-content .search-form .cs-input-group input[type="search"]{
    padding: 0;
    background-clip: unset;
    margin-right: 10px;
    border-bottom: 1px solid #000;
    text-align: right;
    color: #000;
}
#logo-content .header-right .navbar-brand,
#logo-content .header-right .navbar-dropdown-btn-follow,
#logo-content .header-right .pk-social-links-note,
#logo-content .header-right .pk-social-links-count,
#logo-content .header-right .pk-font-secondary,
#logo-content .header-right .navbar-dropdown-container:before,
#logo-content .header-right .navbar-dropdown-container:after{
    display: none;
}
#logo-content .header-right .navbar-dropdown-container{
    visibility: unset;
    position: relative;
    opacity: 1;    
    padding: 0;
    border: none;    
    width: 100%;
    max-width: 100%;
    background: transparent;
}
#logo-content .header-right .cs-bg-dark .pk-social-links-link{
    color: #000;
}
#logo-content .header-right .pk-social-links-template-col-4 .pk-social-links-item{
    max-width: initial;
    flex: none;
}
#logo-content .pk-social-links-template-columns .pk-social-links-items,
#logo-content .navbar-nav{
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    margin-bottom: 30px; 
}
#logo-content .navbar-dropdown-follow{
    float: right;
}
#logo-content .navbar-nav{
    float: left;
}

@media (min-width: 1020px){
    .header-large .navbar-bottombar{
        display: none;
    }
}
/* post */
.archive-main article:not(:first-child){
    margin-top: 50px;
    border-color: #000;
    padding-top: 50px;
}
.entry-header h1.entry-title,
.entry-header h2.entry-title{
    font-family: WEADisplay;
    font-size: 55px;
    letter-spacing: 1px;
    line-height: 1.2;
}
.entry-header h1.entry-title{
    font-size: 70px;
    line-height: 1;
}
.entry-header h2.entry-title a{
	padding-right: 50px;
    position: relative;
    overflow: hidden;
    display: block;
}
.entry-header h2.entry-title a:before{
    content: "Read More...";
    font-family: "Freeland";
    font-size: 18px;
    border-bottom: 1px solid;
    transform: rotate(-90deg);
    display: table;
    position: absolute;
    right: -40px;
    bottom: 55px;
}
.single .site-content:not(.sidebar-disabled) .entry-header .entry-meta-details{
    max-width: 100%;
}
.entry-container .entry-content p:first-child{
	position: relative;
    padding-top: 30px;
    padding-left: 30px;
}
.entry-container .entry-content p:first-child:before{
	content: attr(data-first_letter);
    font-size: 150px;
    font-family: WEADisplay;
    position: absolute;
    color: #000;
    opacity: 0.2;
    line-height: 1;
    top: -10px;
    left: -10px;
}
.entry-container .entry-content h2{
    font-family: WEADisplay;
    font-size: 50px;
    letter-spacing: -2px;
    font-weight: 400;
    margin-bottom: -32px;
    color: #aaa;    
    text-align: center;
    padding: 20px 80px 15px;
}
.entry-container .entry-content h2:before{
	content: '';
	width: 200px;
    height: 1px;
    background: #aaa;
    display: block;
    margin: 0 auto 10px;
}
.entry-container .entry-content-wrap{
    width: 100%;
    max-width: 100%;
    flex: auto;
}
.entry-container .entry-content{
	max-width: 100%;
}
.entry-container .entry-content p{
	text-align: justify;    
}
.entry-container .entry-content li,
.entry-container .entry-content p{
	font-weight: 100;    
	line-height: 1.7;
}
.entry-container .entry-content figure:before,
.entry-container .entry-content figure:after{
	content: '';    
	position: absolute;
    background: #aaa;
	right: -15px;
	bottom: -15px;
}
.entry-container .entry-content figure:before{
    width: 1px;
    height: 150px;
}
.entry-container .entry-content figure:after{
    width: 150px;
    height: 1px;
}
.post-media figure,
.entry-container .entry-content figure{
	transition: all .3s ease-in-out;
	position: relative;
}
.post-media figure:hover,
.entry-container .entry-content figure:hover{
    transition: all .3s ease-in-out;
    transform: scale(1.05);
    box-shadow: 0 28px 81px -7px rgba(0,0,0,.44);
}
.entry-container .entry-content .wp-caption .wp-caption-text{
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    margin: 0;
    padding: 5px 10px;
    color: #000;
    font-style: italic;
}
.entry-header-standard .entry-inline-meta .post-categories a{
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 16px;
    text-transform: uppercase;
    color: #000;
}
.entry-header .entry-inline-meta .post-categories li{
    margin-bottom: 10px;
}
.post-categories li{
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.post-categories li:after{
	content: '' !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(../../uploads/2019/04/articles.png);
    position: relative;
    bottom: -6px;
    margin-left: 0.7rem;
}
.post-categories li a:hover{
	text-decoration: underline;
}
.pk-share-buttons-items,
.description-meta .post-meta,
.powerkit_widget_posts .pk-post-data .post-meta li{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.description-meta .pk-share-buttons-wrap .pk-share-buttons-link{
    background-color: #fff;
    border: 1px solid;
}
.time-update,
.entry-sidebar-wrap .post-sidebar-date{
    font-size: 12px;
    background: #ebebeb;
    padding: 30px;
}
.time-update,
.time-update .entry-date.published,
.time-update .updated,
.entry-sidebar-wrap .post-sidebar-date,
.entry-sidebar-wrap .post-sidebar-date .entry-date.published,
.entry-sidebar-wrap .post-sidebar-date .updated{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.time-update,
.entry-sidebar-wrap .post-sidebar-date,
#logo-content .main-content{
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.time-update .entry-date.published,
.time-update .updated,
.entry-sidebar-wrap .post-sidebar-date .entry-date.published,
.entry-sidebar-wrap .post-sidebar-date .updated{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.time-update .updated,
.entry-sidebar-wrap .post-sidebar-date .updated,
#logo-content .main-content{
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    margin-top: 0;
}
.entry-container .entry-sidebar-wrap{
    max-width: 100%;
    flex: auto;
    margin-bottom: 3rem;
}
.post-sidebar-shares .pk-share-buttons-items{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.post-sidebar-inner .title-block{
    display: none;
}
.post-sidebar-shares .pk-share-buttons-link{
    padding: 10px;
    border: 1px solid;
    margin: 0 5px;
}
.entry-container .post-section{
    border: none;
}
.entry-sidebar-wrap .entry-post-next,
.layout-list .meta-category{
    display: none !important;
}
.entry-container .post-sidebar-author{
    text-align: center;
    padding-bottom: 0;
}
.post-sidebar-author .fn a{
    font-family: WEADisplay;
    font-size: 50px;
    letter-spacing: -2px;
    font-weight: 400;
}
.post-sidebar-author:after{
    content: '';
    background-image: url(../../uploads/2019/04/author.jpg);
    display: inline-block;
    width: 100px;
    height: 100px;
    opacity: 0.85;    
    border-radius: 50%;
}
.layout-list .entry-header h2.entry-title{
    font-size: 30px;
}

.widget:not(:last-child){
    border: none;
}
.powerkit_widget_posts .pk-post-inner.pk-post-data{
    padding: 15px;
    background: #fff;
    position: relative;
    z-index: 1;
    top: -60px;
    margin: auto;
    width: calc(100% - 30px);
}
.powerkit_widget_posts .pk-post-outer{
    position: relative;
}
.powerkit_widget_posts .pk-post-outer:after{
    content: "Read More";
    font-family: "Freeland";
    font-size: 18px;
    padding: 10px 10px 5px;
    border: 1px solid;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.powerkit_widget_posts .pk-post-inner.pk-post-data h5{
    font-family: WEADisplay;
    font-weight: 100;
    text-align: center;
    line-height: 1.5;
    font-size: 18px;
    letter-spacing: 0px;
}
.pk-widget-posts-template-large .pk-post-item:not(:first-child){
    border-top: 3px solid #000;
}
.powerkit_widget_posts .pk-post-thumbnail a:after{
    background: rgba(0, 0, 0, 0.5);
}
.powerkit_widget_posts .pk-post-data .post-meta li{
    font-family: 'Simoncini Garamond W01';
    font-weight: 400;
    font-style: italic;
    width: 100%;
}
.widget.text-2{
    color: #fff;
    background: #000;
    padding: 30px 30px 10px;
}
.widget.text-2 input[type="submit"]{
    border: 1px solid #fff;
    background: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;    
    width: 100%;
}
.widget.text-2 .wpcf7-list-item-label{
    font-size: 14px;
    padding-left: 10px;
    display: inline-block;
}
span.wpcf7-list-item{
    margin: 0;
}
.widget.text-2 input[type="email"]{
    border: none;
    box-shadow: none;
    background: #e6e6e6;
    color: #666;
    font-size: 20px;
    font-family: WEADisplay;
    font-weight: 100;
    letter-spacing: 0;    
    padding-top: 10px;
}
.time-update .updated,.entry-sidebar-wrap .post-sidebar-date .updated{
    text-align: right;
}
#post-77  .wpcf7-form label{
    width: 70%;
    margin: auto;
    display: block;
}
#post-77 .wpcf7-form input[type="submit"]{
    width: 200px;
    display: block;
    margin: auto;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 8px;
    padding: 15px 30px;
    background: #000;
    font-weight: 400;
}
@media (max-width: 1019px){
    #logo-content{
        display: none;
    }
    .sidebar-area .powerkit_widget_posts{
        display: none;
    }
}
@media (max-width: 599px){
    .entry-header h1.entry-title, .entry-header h2.entry-title{
        font-size: 30px;
    }
    .entry-header h2.entry-title a:before,
    .entry-container .entry-content h2:before,
    .entry-container .entry-content figure:before, 
    .entry-container .entry-content figure:after,
    .description-meta .pk-share-buttons-wrap{
        display: none;
    }
    .post-media figure:hover, .entry-container .entry-content figure:hover{
        transform: inherit;
        box-shadow: none;
    }
    .entry-container .entry-content h2{
        padding: 20px 0;
        text-align: left;
        font-size: 30px;
    }
    .entry-container .entry-content li, .entry-container .entry-content p{
        font-size: 13px;
        font-weight: 400;
        line-height: 1.4;
    }
    .entry-container .entry-content{
        margin:30px 0; 
    }
    .post-media{
        margin-bottom: 30px; 
    }
    .entry-header h2.entry-title a,
    .entry-container .entry-content h2{
        padding: 0;
    }
    #post-77  .wpcf7-form label{
        width: 100%;
    }
}