/**
Theme Name: Kyle for DrJackSpringer - child
Author: Kyle Walters
Author URI: https://www.kyleart.com
Description: This child theme requires \"Kyle Theme\" - and was built for DrJackSpringer
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kyle-for-drjackspringer-child
Template: astra
*/



/* additional css for DrJackSpringer */


::selection {
    color: #fefefe;
}
hr {
background-color: #b9dede;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
/********HEADER*******/

.ast-advanced-headers-title, .ast-advanced-headers-breadcrumb, .ast-advanced-headers-subtitle  {
text-shadow: 0px 0px 6px rgb(50,50,50,0.5);
}

.ast-advanced-headers-title {
    text-align: center;
    margin-bottom: 0.5em;
}

.ast-advanced-headers-subtitle {
    text-align: center;
    color: #fefefe;
}

.single .entry-title {
    display: none;
}
.page .entry-header {
    display: none;
}
.ast-sticky-active {
    z-index: 99;
    max-height: 50px!important;
}



.main-header-bar {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.ast-sticky-main-shrink .ast-sticky-shrunk .main-header-bar .ast-site-identity, .ast-sticky-main-shrink .ast-sticky-shrunk.main-header-bar .ast-site-identity {
    padding-top: 0px;
    padding-bottom: 0px;
}
.ast-header-break-point .ast-below-header {
    border-top: 0px !important;
}

.ast-below-header {
    line-height: 130% !important;
}

.ast-sticky-main-shrink .ast-sticky-shrunk .site-logo-img img {
    max-height: 50px!important;
    width: auto;
}

.ast-header-sticked .main-navigation {
    font-size: 14px !important;
    line-height: 50px;
}

.ast-header-sticked .main-navigation li {
    height: 50px; 
}

.homepageheaderimage img {
    width: 100%;
}
.ast-header-break-point .site-header .homepageheaderimage {
   /*margin-right: -22%;
    margin-left: -10%;*/
}


.widget .zoom-social-icons-list--no-labels.zoom-social-icons-list--without-canvas {
    margin-top: -1px !important;
}

.zoom-social-icons-widget a {
    border: 2px solid #fefefe !important;
    background-color: transparent !important;
    display: inline-block;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.zoom-social-icons-widget a:hover {
    border: 2px solid #1b9090 !important;
    background-color: #fefefe !important;
}
.ast-sticky-active .ast-header-widget-area .widget:last-child {
    margin-bottom: -.3em !important;
    margin-right: 0;
}

.kt-row-sep-type-waves {
    line-height: 0px !important;
    position: relative;
    z-index: 2;
}


.ast-header-break-point .main-header-menu ul {
    background-color: transparent !important;
    
}

.ast-title-bar-wrap:after {
    background-image:linear-gradient(to top right, rgba(60,193,190,0.8), rgba(198,86,160,0),  rgba(198,86,160,0.8));
}

/****FOOTER ****/
#footer-cta {
        padding-top: 17%;
    padding-bottom: 12%;
    padding-left: 20px;
    padding-right: 20px;
   position: relative;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fefefe;
}

#footer-cta a {
    color: #fefefe !important;
}

#footer-cta p {
    font-size: 1.4em;
    font-weight: 600;
}

#footer-cta-text {
    position: relative;
    z-index: 999;
       /* text-shadow: 0px 0px 6px rgb(50,50,50,0.5);*/
}
#footer-cta-text h1, 
#footer-cta-text h2,
#footer-cta-text h3,
#footer-cta-text h4,
#footer-cta-text h5,
#footer-cta-text h6 {
    color: #fefefe !important;
    line-height: 1.1em;
    text-shadow: 0px 0px 6px rgb(50,50,50,0.5);
}
#footer-cta:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
        background-image: linear-gradient(to top right, rgba(60,193,190,0.8), rgba(65,65,65,0.3), rgba(198,86,160,0.8));
}
h2, .entry-content h2 {
   
    margin-bottom: 0px;
}

.kt-row-layout-top-sepFOOTER {
position: absolute;
    height: 100px;
    top: 0;
    left: 0;
    overflow: hidden;
    right: 0;
    z-index: 1;
}
.kt-row-layout-bottom-sepFOOTER {
position: absolute;
    height: 100px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    right: 0;
    z-index: 1;
}


.kt-row-layout-bottom-sepFOOTER svg {
position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100.2%;
    height: 100%;
    display: block;
}


.kt-row-layout-top-sepFOOTER svg {
position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
    width: 100.2%;
    height: 100%;
    display: block;
    
}
/***Kyle custom colors *****/

.has-black-background-color {
    background-color: #000;
}
.has-black-color {
    color: #000;
}

.has-grey-background-color {
    background-color: #333;
}
.has-grey-color {
    color: #333;
}


.has-white-background-color {
    background-color: #fefefe;
}
.has-white-color {
    color: #fefefe;
}


.has-teal-background-color {
    background-color: #81bfbf;
}
.has-teal-color {
    color: #81bfbf;
}

.has-teal-dark-background-color {
    background-color: #1b9090;
}
.has-teal-dark-color {
    color: #1b9090;
}

.has-blue-background-color {
    background-color: #8ba2db;
}
.has-blue-color {
    color: #8ba2db;
}

.has-blue-dark-background-color {
    background-color: #3c538e;
}
.has-blue-dark-color {
    color: #3c538e;
}

.has-purple-background-color {
    background-color: #7c6192;
}
.has-purple-color {
    color: #7c6192;
}


.has-pink-background-color {
    background-color: #e2a8c4;
}
.has-pink-color {
    color: #e2a8c4;
}


/*****FEATURED LINKS *****/

.homelinks {
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 1%;
    padding-right: 1%;
}

.homelinks h3 {
	font-size: 32px;
    /* margin-bottom: 10px; */
    /* margin-top: 10px; */
    position: absolute;
    z-index: 10;
    color: #fefefe;
    bottom: 15px;
    left: 20px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1em;
    text-shadow: 0px 0px 6px rgb(50,50,50,0.5);

}

.homelinks a {
    color: #fefefe !important;
}

.firstlink {
	width:38%;	
	margin-right: 1%;
	float: left;
    position: relative;
    
}

.secondlink {
	width: 38%;	
	float: left;
	margin-right: 1%;
    position: relative;
}

.thirdlink {
	width: 22%;	
	float: right;
    position: relative;
}


.homefirstlinkimage, .homesecondlinkimage {
	height: 240px;
width: 100%;
background: no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position: relative;
}


.firstlink:after, .secondlink:after, .thirdlink:after {
/*background-image: linear-gradient(to top right, rgba(60,193,190,0.8), rgba(198,86,160,0), rgba(198,86,160,0.8));*/
    background-color: #1B9090;
    background-color: #333;
    opacity: 0.2;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.homethirdlinkimage {
	height: 240px;
width: 100%;
background: no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position: relative;
}

.bglink {
position: absolute;
z-index: 10;
left: 0;
top: 0;
right: 0;
bottom: 0;
opacity: 0;
}

.firstlink:hover, 
.secondlink:hover,
.thirdlink:hover {
	opacity: 0.7;
}


@media screen and (max-width: 650px) {
	
.firstlink, .secondlink, .thirdlink {
	width: 100%;	
	margin-right:0%;
	float: none;
}

.firstlink, .secondlink, .thirdlink {
		

	margin-bottom: 20px;
}
}


/*****blog ****/
.crp_related  {
    margin-top: 35px;
}
/**** custom HOOKing 
.single-post .ast-title-bar-wrap:first-of-type {
    display: none;
}

.blog-layout-1 .post-thumb .posted-on {
    position: absolute;
    bottom: 0 !important;
    top: auto;
}

.ast-blog-featured-section .posted-on {
   width: auto;
    height: auto;
    padding: .2em .7em;
        font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}


.blog-layout-1 .post-thumb .posted-review {
    position: absolute;
    bottom: 0 !important;
    top: auto;
    right: 0px;
     background-color: rgba(25, 31, 49, 0.8);
    color: #fefefe;
}

.ast-blog-featured-section .posted-review {
   width: auto;
    height: auto;
    padding: .2em .7em;
        font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}***/

.ast-load-more {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;

}

.ast-article-post .ast-date-meta .posted-on, .ast-article-post .ast-date-meta .posted-on * {
    background: #81bfbf !important;
}

.post-thumb a:hover {
    opacity: 0.5;
}
/**.archive .entry-title, .blog .entry-title, .search .entry-title {
    font-size: 1.1rem !important;
}

.entry-title, .entry-title a {
    font-weight: 500 !important;
}

.ast-blog-featured-section {
    margin-bottom: 0.5em;
}

.ast-blog-featured-section a:hover {
    opacity: 0.6;
}

.archive .entry-header {
    margin-bottom: 0px !important;
}

.blog-layout-1 {
    
    padding-bottom: 0.5em !important;
}
.ast-article-post {
    margin-bottom: 1.5em !important;
    -webkit-flex: 1 1 auto;
}


.ast-title-bar-wrap-kyle {
   background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center center !important;
    background-color: rgba(25, 31, 49, 0.7) !important;
}
.ast-title-bar-wrap .ast-container {
    padding-left: 30px;
    padding-right: 30px;
}
.archive .ast-title-bar-wrap .ast-container {
    padding-left: 33px;
    padding-right: 30px;
}

.ast-article-post .ast-date-meta .posted-on, .ast-article-post .ast-date-meta .posted-on * {
    background-color: rgba(73, 91, 158, 0.8);
 
}**/

.ast-row:before {
content: normal; 
}

.ast-scroll-to-top-right {
   right: 10px !important;
    bottom: 10px;
}

.archive .ast-col-sm-12 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

@media (min-width: 993px) {
.ast-right-sidebar #secondary {
    padding-left: 30px !important;
}
}

/*.entry-meta {
    font-style: italic;
}*/

/*.cat-links {
    float: right;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
}*/
blockquote {
    margin: 1.5em 0 1.5em 0;
    padding: 1em 0px;
    line-height: inherit;
    position: relative;
    border-top: 3px solid #363D51;
    border-bottom: 3px solid #363D51;
    border-left: 0px;
    font-family: 'Raleway', sans-serif;
    font-size: 1.5em;
    font-weight: 300;
    font-style: normal;
}

blockquote p {
    margin-bottom: 0.8em !important;
}

cite {
    font-style: italic;
    font-size: 0.8em;
}

.ssba {
    margin-bottom: 1em;
}
.ssba-share-text {
    vertical-align: super;
font-family: 'Raleway', sans-serif;
    padding-right: 10px;
}
.pullquote {
    margin: 0em 0 1.5em 0;
    padding: 1em 0px;
    line-height: inherit;
    position: relative;
    border-top: 3px solid #363D51;
    border-bottom: 3px solid #363D51;
    border-left: 0px;
    font-family: 'Raleway', sans-serif;
    font-size: 1.5em;
    font-weight: 300;
    font-style: normal;
}

.pullquote p {
    margin-bottom: 0.8em !important;
}



@media (min-width: 993px) {
.ast-right-sidebar #primary {
    padding-right: 20px;
}
}


/***related Posts ***/
.crp_related ul {
    margin:0px;
    padding: 0px;
    list-style: none;
    font-family: 'Raleway', sans-serif;
}

.post-meta-footer {
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid #eee;
}

.crp_related li {
    max-width: 30%;
    display: inline-block;
    padding: 0px 2% 0px 0px;
    vertical-align: top;
}


/**** Popular Posts ****/
.wpp-post-title {
     font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 1.1em;
}

.wpp-list li {
    margin-bottom: 0.75em !important;
}

.wpp-thumbnail:hover, .crp_thumb:hover {
    opacity: 0.6;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

#secondary {
    margin-top: 24px !important;
}



/***other theme edits ****/
.entry-content>:last-child, .entry-summary>:last-child, .page-content>:last-child {
    margin-bottom: 1.6em !important;
}

.allfilms-entry-title {
    font-size: 1.1em !important;
}

.allfilms-post {
    margin-bottom: 10px;
}

#allfilms {
    column-count: 2;
    column-gap: 20px;
}

.ast-small-footer a {
    text-decoration: underline;
}


.home-archive .entry-title {
    font-size: 1.15rem !important;
    margin-top: -1px;
}

.home-archive .ast-col-sm-12 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.home-archive {
    padding-left: 10px;
    padding-right: 10px;
        margin-left: -1em;
    margin-right: -1em;
    -js-display: flex;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}

.home-archive .entry-header {
    margin-bottom: 0px !important;
}


.grecaptcha-badge {
    bottom: 100px !important;
    z-index: 999 !important;
}