/*
 Theme Name:   lovestory Child Theme
 Template:     lovestory
*/

@import url("../lovestory/style.css");

/* =Theme customization starts here------------------------------- */

/* Button Styles */

html {
-webkit-font-smoothing: antialiased !important;
}


.btn, .button, .submit {
display: inline-block !important;
padding: 6px 12px !important;
margin-bottom: 0 !important;
font-size: 14px !important;
font-weight: normal !important;
line-height: 1.428571429 !important;
text-align: center !important;
white-space: nowrap !important;
vertical-align: middle !important;
cursor: pointer !important;
background-image: none !important;
border: 1px solid transparent !important;
border-radius: 4px !important;
text-shadow: none !important;
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
-webkit-transition: all 200ms linear !important;
-moz-transition: all 200ms linear !important;
-o-transition: all 200ms linear !important;
-ms-transition: all 200ms linear !important;
transition: all 200ms linear !important;
}


.btn-default {
background: #fff;
border-color: #e7e7e7;
color: #797979;
}

.btn-default:hover, .btn-default:focus {
background: #fafafa;
border-color: #cecece;
color:#333;
}

.btn-success {
background: #8bbf61 !important;
border-color: #8bbf61 !important;
color: #fff !important;
}

.btn-success:hover,.btn-success:focus {
background:#ffffff !important;
color:#8bbf61 !important;
}

/* Header */

.header-options {
margin-top: -0.1em;
}

.header-menu ul {
position: absolute;
}

.header-menu a {
display: block;
padding: 0.5em 0px 0.2em 0px;
margin: 0em 11px 0em 11px;
color: #ffffff;
text-shadow: 0 0 2px rgba(0,0,0,0.5);
font-size: 1.1em;
}

.header-menu li.hover > a,
.header-menu a:hover {
color: #ffffff;
border-bottom: 2px solid #ed6355
}

.header-menu div > ul > li.current-menu-item > a {
background: none;
color: #fff;
text-shadow: 0 0 2px rgba(0,0,0,0.5);
font-weight: bold !important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

.header-menu div > ul > li {
margin: -0.4em 0 -0.5em 0;
}

.site-header {
background-color: #333333;
background:	 -webkit-linear-gradient(top, #404344, #303233) !important;
background: linear-gradient(#404344, #303233) !important;
padding-top: 1em;
padding-bottom: 1em;
z-index: 100;
border-bottom: 3px solid #ed6355;
}

.header-content-wrap {
margin-top: 2em;
}

.header-content .page-title {
color:#333;
}


.header-content:after {
opacity:1;
background: #f7f7f7 !important;
}

.site-logo {
margin-left:44%;
}


/* Main */

body {
background: #f1f1f1;
}

.site-content {
box-shadow: 0 1px 1px rgba(0,0,0,0.5);
border: 0px;
border-bottom-width: 0;
border-top-width: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}

.header-wrap {
background: 0;
border-bottom: 0px;
}

.section-title {
background: none !important;
border-bottom: 1px solid #eaeaea;
margin:0px;
}

.section-title h1, .section-title h2 {
background: none !important;
}

.widget-title {
background: #f4f4f4 !important;
color: #333 !important;
border-bottom-width: 1px;
}

.widget {
	background-color:#f9f9f9;	
}


/* Footer */

.site-footer, .site-footer:after {
background: none !important;
color:#333;
border:0px;
}

.site-footer .footer-menu li a {
color: #333;
}


/* Signup sidebar widget  */

.tbwsignup {
-webkit-box-shadow: 2px 5px 7px rgba(0,0,0,0.6);
-moz-box-shadow:    2px 5px 7px rgba(0,0,0,0.6);
box-shadow:         2px 5px 7px rgba(0,0,0,0.6);
border: 2px solid #ed6355;
background-color: #f7f7f7;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.newhome-join .tbwsignup {
max-width:255px;
}

.tbwsignup input {
padding: 10px 0px;
font-size: 1em;
font-family: Open Sans, Arial, Helvetica, sans-serif;
color: #555;
border: 1px solid #d4d4d4;
background: #fff;
outline: none;
margin: 0 0 0 0;
text-align: left;
width: 100%;
}

.textform {
width: 100%;
margin-top: 10px !important;
margin-bottom: 5px !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}


#signupForm .form-group {
margin-bottom: 15px;	
}

.hideme {
display: none;
}

#signUp_gender {
    width: 100%;
    height: 38px;
    margin-bottom: 0px;
}
    
input#signUp_email, input#signUp_password, input#signUp_username {
    background-repeat: no-repeat;
    background-position: 10px center;
    text-indent: 34px;
    display: block; 
    line-height: 1.4;
    -webkit-transition: all 0.2s;
    -moz-transition: all 2s;
    transition: all 0.2s;
    text-align: left;
    color: #555 !important;
}

input#signUp_email {
    background-image: url(../../uploads/2014/03/tbw-mail.png);
}

input#signUp_password {
    background-image: url(../../uploads/2014/03/tbw-lock.png);
}

input#signUp_username {
    background-image: url(../../uploads/2014/03/tbw-user.png);
    margin-top: 5px;
}

input#signUp_email:focus, input#signUp_password:focus, input#signUp_username:focus {
    background-position: -20px center;
    text-indent: 0;
    border: 1px solid #4d90fe; 
}

/** IE 8,9,10 only rules **/
@media screen\0 {
    input#signUp_email:focus, input#signUp_password:focus, input#signUp_username:focus {
    background-position: 10px center;
    text-indent: 24px;
	}

} 
/** IE 8,9,10 only rules END **/

#hint {
    color: #ffffff !important;
    text-align: right;
	margin-top: 5px;
	display:none;
}

#hint a {
    color: #5d98ce;
}

.btn-join {
width:100%;
margin-top:15px !important;
min-height:40px;
font-size: 1.5em;
background-color: #de4f44 !important;
background:	 -webkit-linear-gradient(top, #f07161, #ea5549) !important;
background: linear-gradient(#f07161, #ea5549) !important;
color: white;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8), #f9c3ad 0px 1px 1px inset !important;
border: solid 1px #de4f44 !important;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}

.btn-join:hover, .btn-join:focus  {
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8), #f9c3ad 0px 1px 1px inset !important;
background: linear-gradient(#f07161, #f07161) !important;
}

input.gender, input.terms {
	padding: 0;
	background: none;
	border: none;
}

input.terms, input.gender {
margin: 3px 5px 3px 3px;
}

.term-label {
color: #888 !important;
}

input.terms, .term-label {
margin-top: 15px;
}

.gender-text{
color: #333 !important;
font-size: 1.1em;
display: block;
margin-bottom: 10px;
}

.join-title {
text-align: center;
color: #ed6355 !important;
font-size: 1.5em !important;
font-weight: bold;
margin-bottom: 15px;
}

.blue-link {
color: #5d98ce;
}


/* Responsive Edits */

@media handheld, only screen and (max-width: 479px) {
	.container,
	.gifts-listing {
		width:320px;
	}

	.site-content {
	padding: 0px;
	width: 100%;
	margin: 0 auto;
	}

	.main-text {
	padding: 15px;
	width: auto;
	}

	.header-content {
	width: auto;	
	}

	.header-content-wrap {
	width: auto;
	margin: 0 auto;	
	}

	.site-header .container {
	width: 100%;
	}

	.full-post {
	padding:15px;
	}
	
	.sidebar .tbwsignup {
	margin:15px;	
	}
	
	#comments {
	padding:0 15px 0 15px;	
	}


}
    
/* Responsive Header */
@media handheld, only screen and (max-width: 767px) {

    .site-header .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .header-menu {
            max-width:auto;
            float:left;
            padding:0px;
            margin-left:10px;
    }
    .mobile-menu .select-field {
        color:#797979;
        background:#fff; 
        border-color:#eaeaea;
        font-size:14px;
        font-weight:400;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -webkit-transition: all 200ms linear !important;
        -moz-transition: all 200ms linear !important;
        -o-transition: all 200ms linear !important;
        -ms-transition: all 200ms linear !important;
        transition: all 200ms linear !important;
        max-width: 90px;
        white-space: nowrap;
    }
    
    .mobile-menu .select-field span {
        overflow:hidden;
    }
    
    
    .mobile-menu .select-field:hover {
        background:#fafafa;
        border-color:#cececep    
    }    
    
    .site-logo {
        float:left;
        width:100%;
        height:31px;  
        margin: 0 auto;
        position:absolute;
    }
    
    .header-options {
        float:right;
        clear:none;
        padding-top:0px;
        margin-top:0px;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -webkit-transition: all 200ms linear !important;
        -moz-transition: all 200ms linear !important;
        -o-transition: all 200ms linear !important;
        -ms-transition: all 200ms linear !important;
        transition: all 200ms linear !important;
        z-index: 9;
		position: relative;
        margin-right:10px;
    }

               
}


.login {
padding:15px;
border: 1px solid #797979;
border-top: 3px solid #ed6355;
-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.9);
-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.9);
box-shadow: 0px 2px 3px rgba(0,0,0,0.9);
width:255px;
margin: 0 auto;
}

.login .btn-join {
margin-top:10px !important;
}

.login .blue-link {
display: block;
width: 100%;
text-align: right;
font-size:11px;
margin-top:10px;
font-weight:bold;
}

.login .textform {
margin-bottom:10px;
}

.login h5 {
width:100%;
text-align:center;
padding-bottom:5px;
font-family: Open Sans, Arial, Helvetica, sans-serif;
}

/* Validation */
.error {
color: #E2371A;
display: block;
text-align: right;
}

input#signUp_email.error, input#signUp_password.error, input#signUp_username.error {
border: 1px solid #E2371A;
}

/*  Post font styling  */
.site-content p, .site-content li {
font-size:16px;
line-height:1.75;
color:#555555;
font-family:  Georgia, serif;
-webkit-font-smoothing: initial;
}

h1 {
	font-size:25px;
}

.single-post .header-content, .page-template-template-right-php .header-content {
	display:none;
}

.single-post .site-content, .page-template-template-right-php .site-content {
border-top-right-radius: 3px;
border-top-left-radius: 3px;
box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
padding-top:29px;
}

.single-post .recent-posts-extended {
box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
border-radius: 3px;
background: #f7f7f7;
border:none;
}

.single-post #comments {
padding: 15px;
background: #f7f7f7;
box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
border-radius: 3px;
}

.rpwe-block a{
font-size: 16px;
line-height: 1.75em;
}

#loginVal, #signupVal, #emailVal {
	display: none;
}

/** Contact form 7 style changes **/
.wpcf7-response-output{
position: relative;
float: left;
top: -71px;
left: 74px;
padding: 10px !important;
color: #4d4d4d;
background-color: #f7f7f7;
border: 0px !important;
box-shadow: 0 1px 2px rgba(0,0,0,0.5);
border-radius: 3px;
border-left: 4px solid #7ad03a !important;
font-weight: bold;
margin: 0px !important;
max-width: 300px;
}

/** Advanced Borser Check **/
.adv_browser_check {
	border-radius: 4px;
	border: 0px;
	position: absolute;
}

.advanced-browser-check {
	position: absolute;
	background: #000000 !important;
}

body:last-child .advanced-browser-check { /** Borwser hack, everything apart from IE8 **/
		background: rgba(0,0,0,0.5);
} 

.adv_browser_check a.abc-hide {
	border: 0px;
	background: none;
	top: 5px;
	right: 5px;
	color: #797979;
}

.adv_browser_check a.abc-hide:hover {
background: none;
color: #000;
}

ul.adv_browser_check_icons { white-space:nowrap;line-height:1; }
ul.adv_browser_check_icons li { margin-top:10px;margin-right:10px; margin-left:10px;width:60px;height:100px;white-space:normal;display:inline-block; }
ul.adv_browser_check_icons li { display:inline; }
ul.adv_browser_check_icons li a { display:inline-block; color:slategray;}
ul.adv_browser_check_icons li a img {margin-bottom:8px;width:60px;height:60px;display:block;}

/** SumoMe Tag Hide **/
#sumotest-badge,
.sumome-smartbar-popup img.sumome-icon {display:none !important;}


.emailwidget {
box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
border-radius: 5px;
background: #f7f7f7;
border: none;
border-left: 5px solid #ed6355;
padding: 15px;
margin-bottom: 15px;
overflow: auto;
}

.sendgrid-subscription-widget label>span {display: none !important;}

.sendgrid-subscription-widget input {
margin: 3px 15px 3px 0px !important;
float: left !important;
}

.sendgrid-subscription-widget div.response {
margin: 0px 0 !important;}

.emailwidget-label {
float: left;
margin-right: 15px;
margin-top: 10px;
color: #ed6355 !important;
font-size: 1.2em !important;
font-weight: bold;
}

.sendgrid-subscription-widget input[type="submit"] {
	background-color: #de4f44 !important;
background: -webkit-linear-gradient(top, #f07161, #ea5549) !important;
background: linear-gradient(#f07161, #ea5549) !important;
color: white;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8), #f9c3ad 0px 1px 1px inset !important;
border: solid 1px #de4f44 !important;
padding-top: 5px;
}

/** PopUp Pro CSS **/
.wdpu-text {padding:0px !important;}
.wdpu-message-wrap {margin: auto; width: 549px;}

/** CTA button **/
.btn-cta {
	background: #ed6355;
	border-bottom: solid 3px #a5453b !important;
	color: #ffffff;
	font-size: 18px !important;
	min-width: 250px;
}
.btn-cta:hover {
	border-bottom: solid 3px #ed6355 !important;
	background: #EF7B6F;
}

/** Post join break **/
.post-break {
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #ccc;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	margin: 30px 0px 30px 0px;
}

.post-break p {
	font-weight: bold;
	color: #555;
	font-family: Roboto, Arial, Helvetica, sans-serif;
}

.post-break .btn-join {
	margin-top: 0px !important;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	width: initial;
	min-height: initial;
	padding: 6px 30px 6px 30px !important;
	margin-left: 30px;
}

.tbwsignup-row {
	margin: auto;
  	padding-top: 20px;
}

.tbwsignupshortcode {
  max-width: 260px;
  margin: auto;
}

/* Scroll signup */
.scrollsignup {
    position: fixed;
    bottom: -300px;
    width: 100%;
    z-index: 100;
    background: linear-gradient(#404344, #303233) !important;
    padding-top: 1em;
    padding-bottom: 1em;
    z-index: 100;
    color: white;
    border-top: 3px solid #ed6355;
    transition: bottom 0.3s ease;
}

.scrollsignup .scrollsignup__link {
    text-align: center;
    margin-top: 1rem;
}

.scrollsignup .btn-join {
    padding: 13px 0 !important;
    min-height: unset;
}

.scrollsignup__btns {
    padding: 0 15px;
}

.scrollsignup__btns a {
    color: white !important;
}

@media (min-width: 768px) {
    .scrollsignup__btns {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }
}