
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');


/*TYPOGRAPHY*/
body { 
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #3a3a3a;

}
a {
    text-decoration: none;
	transition: all .3s ease-in-out;
}
a:hover{
    text-decoration: underline;
}
.text-content ul {
    margin: 32px;
}
.text-content li {
    list-style: disc;
    color: #ffffff;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 12px;
   
}

/*size*/

p { font-size: 18px; font-weight: 400;}
h1 { font-size: 38px; line-height: 38px; }
h2 {font-size: 32px;}
h3 { font-size: 32px}
h4 {font-size: 28px;}
h5 {font-size: 28px;}
h6 {font-size: 28px;}

@media screen and (max-width: 768px) {
	p { font-size: 16px; font-weight: 400;}
h1 { font-size: 30px; line-height: 42px; }
h2 {font-size: 28px;}
h3 { font-size: 26px}
h4 {font-size: 24px;}
h5 {font-size: 22px;}
h6 {font-size: 22px;}
}


@media screen and (max-width: 340px) {
   h1 { font-size: 26px; line-height: 36px; }
h2 {font-size: 24px;}
h3 { font-size: 24px}
h4 {font-size: 22px;}
h5 {font-size: 22px;}
h6 {font-size: 22px;}
}


h3, .strong { font-weight: 700; }
h1, h2, h3, h4,h5, h6{   
	font-weight: 700; margin-bottom: 28px;  margin-top: 30px;letter-spacing: 0px;text-transform: none;}
h1 {

    padding-bottom: 18px;
	
}

p, h1, h2, h3, h4, h5, h6 {
    margin-left: 20px;
    margin-right: 20px;
}





p.lead {
  
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    margin-top: 22px;
  
}

.sub-head {
    font-weight: 400; margin-bottom: 20px; text-transform: uppercase; margin-top: 10px;font-size: 20px;
}

p { margin-bottom: 16px; margin-top: 22px;}

li {
	font-size: 19px;
	margin-bottom: 12px;
	
}


.btn-lg {
    font-size: 32px;
    padding: 13px;
    min-width: 400px;
    width: 100%;
    border: none;
    border-radius: 0;
    font-weight: 400; text-transform: uppercase;
}
.main-content.li {
    margin-left: 80px;
    padding-left: 30px;
    
    padding-bottom: 20px;
}
.feat-list li {
    margin-left: 30px;
    padding-left: 5px;
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
	
}




/*color*/
h1 {color:#251d65}
h2 { color:#000000; }
h3, h4 { color: #222222; }
.pink  {color:#ff0066;}

.grey {color: #666;}
.red-highlight {color:#cc3502;padding: 3px; background-color: #000000;margin-top: 4px;display: inline-block; margin-right: 2px;}
a {color: #251d65;text-decoration: underline;}
a:hover {color:#251d65; text-decoration: none;}
/*BODY*/
body { background-color:#ffffff; }

/*HEADER*/



.header {   width: 100%; height: auto; display:block; }
.bg-img { background: url(../img/mature-dating-header.jpg) no-repeat;
    background-position: 0px 0px;
    background-size: cover;
    padding-bottom: 120px;
    background-color: whitesmoke;}


@media screen and (max-width:500px) {
.bg-img { background: url(../img/mobile-dating-header.jpg) no-repeat;background-position: top center; padding-bottom: 40px;}
   
	.main-content {
   padding-right: 10px; 
    padding-left: 10px;
    box-shadow: none;
}
	
}

.form-wrap {
	 width: 40%;
    padding: 8px;
    padding-top: 4px;
   
    display: block;
    float: left;
    border-radius: 10px;
	
-webkit-animation: swing 1s ease;
        animation: swing 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
	animation-delay: 1s;
}

@media screen and (max-width: 768px) {
	.form-wrap {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 80px;
		
	}
}

@media screen and (max-width: 600px) {
	.form-wrap {
		width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
	}
}

.welcome {	
	font-weight: 900;
	font-size:36px;
	line-height: 38px;
	color: #fff;
	display: block;
	max-width: 700px;
	padding: 20px;
	margin-bottom: 30px;
	text-shadow: 1px 1px 1px #000000;
	-webkit-animation: swing 1s ease;
        animation: swing 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
	animation-delay: 1s;

}





@media screen and (max-width: 768px) {

	.welcome {
    padding: 8px;
	font-size: 28px;
		line-height: 30px;
		margin-bottom: 16px;
}


}

@media screen and (max-width: 600px) {

	.welcome {
    padding: 12px;
	font-size: 22px;
		line-height: 24px;
		margin-bottom: 12px;
}


}

@-webkit-keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


.img-responsive {
  width: 100%;
  height: auto;
}



.img-area {
  width: 100%;
  height: auto;
	max-width: 350px;
	float: right;
	padding: 20px;
}
@media screen and (max-width: 500px) {
	.img-area {
  width: 100%;
  height: auto;
	max-width: 460px;
	float: right;
	padding: 20px;
		display: block;
}
	.row {
    margin-right: 0px;
    margin-left: 0px;
}
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.icon-row {
    background-color: #f7f7f7;
}

.light-row {
    background-color: teal;
	padding: 0px;
	margin: 0px;
	color: #fff;

}

.dark-row {
    background-color: #9c0101;
	padding: 0px;
	margin: 0px;
	color: #fff;
	
}

.light-row h3, .dark-row h4 {
	margin-top: 42px;
	color: #fff;
	font-size: 24px;
}
.light-row p, .dark-row p {
	margin-top: 8px;
	font-size: 17px;
	margin-bottom: 9px;
}

.cta-row {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #f7f7f7;
	padding-top: 20px;
	padding-bottom: 20px;
text-align: center;
}

.cta-row .cta-txt {
	font-size: 24px;
	font-weight: 700;
	color: #3a3a3a;
	line-height: 40px;
}

.cta-row a.cta-link {
	font-size: 20px;
	    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 2px;
    padding-top: 2px;
	font-weight: 700;
	color: #fff;
	margin-left: 12px;
	line-height: 40px;
	background-color: #068383;
	display: inline-block;
	border-radius: 4px;
	text-decoration: none;
	
}
.cta-row a.cta-link:hover {

background-color: #006565;
	
}

@media screen and (max-width: 500px) {
	
.cta-row {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #f7f7f7;
	padding-top: 20px;
	padding-bottom: 20px;
text-align: center;
}

.cta-row .cta-txt {
	font-size: 18px;
	font-weight: 700;
	color: #006565;
	line-height: 20px;
	padding: 20px;
}

.cta-row a.cta-link {
	font-size: 16px;
	padding-left: 0px;
    padding-right: 12px;
    padding-bottom: 2px;
    padding-top: 2px;
	font-weight: 700;
	color: #fff;
	margin-left: 12px;
	line-height: 30px;
	background-color: #068383;
	display: block;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 12px;
	border-radius: 4px;
	text-decoration: none;
	
}
}

.member-icon {
	width: 35px;
    height: 35px;
    position: absolute;
    left: -3px;
    top: 80px;
}

.feat-area-row {
	margin-left: 0px;
	margin-right: 0px;
}

.feat-area {
	
	padding-top: 15px;
	padding-bottom: 15px;
}

@media (min-width: 768px) {
.feat-area {
    width: 50%;
}
}

@media (min-width: 1024px) {
.feat-area {
    width: 25%;
}
}

.feat-area p {
	font-size: 16px;
	color: #666666;
}

.feat-area a {
    display: block;
    padding: 7px;
    color: #ff0066;
    margin: 10px 16px;
	background-color: #fff;
    border: 1px solid #ff0066;
    border-radius: 6px;
    text-indent: 4px;
    font-weight: 400;
}

.feat-area a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ff0066;
    border: 1px solid #ff0066;

}

/* FEATURES LIST */
.feature {
    background-color: #fafafa;
    padding: 18px;
    width: 19.6%;
    margin-right: 1px;
    display: inline-block;
    margin-top: 50px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 900;
    text-align: center;
	
}
.feature-icon-wrapper {
	 display: block;
  margin-left: auto;
  margin-right: auto;
width: 70px;
  
	margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.feature-icon {
	    width: 80%;
    height: 80%;
    margin-bottom: 10px;
}

a.search-singles{
	display: block;
    margin-left: 20px;
    margin-top: 50px;
    padding: 20px;
    background-color: #ff0066;
    font-size: 20px;
	text-align: center;
    text-decoration: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    margin-right: 20px;
}



@media (min-width: 768px) and (max-width: 1024px) {
	
a.search-singles {
   
    margin-top: 30px;
    padding: 14px;
    background-color: #ff0066;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    margin-right: 20px;
	margin-bottom: 20px;
}
}
@media screen and (max-width: 768px) {
	a.search-singles{
	display: block;
    margin-left: 20px;
    margin-top: 10px;
    padding: 20px;
    background-color: #ff0066;
    font-size: 18px;
	text-align: center;
    text-decoration: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    margin-right: 20px;
		margin-bottom: 20px;
}
}
/* MENU ///////////////////////////////////////////////////////////// */
/* Top nav bar */

.top-nav {
	
	height:45px;
	margin-bottom: 0px;
	display: block;
   
}

.top-nav a.login {
	float: right;
	height: 40px;
	margin-top: 5px;
	line-height: 40px;
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 5px;
	background-color: teal;
	color: #fff;
	text-decoration: none;
    font-weight: 700;
	margin-bottom: 5px;
	
}

.top-nav a.login:hover {
	
	color: teal;
	background-color: #fff;
	text-decoration: none;
	
}


.stats {
	display: block;
    float: left;
    padding: 25px;
    background-color: #251d65;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: -19px;
	width: 100%;
}



.quote {
	padding: 20px 30px 40px;
    font-size: 16px;
    font-style: normal;
    background-color: #f7f7f7;
    color: #575656;
}

.side-box-blue {
	display: block;
    padding: 15px;
    background-color: #251d65;
    color: #ffffff;
	width: 100%;
	border-radius: 12px 0px;
}

.side-box-blue p {
	font-size: 17px;
}

.side-box-blue .side-heading {
	font-size: 26px;
	line-height: 28px;
}

.nav-heading {
    font-size: 20px;
    line-height: 34px;
    margin-top: 22px;
  
    color: #353535;
    display: block;
    text-transform: uppercase;
}
@media screen and (max-width:768px) {
	
.stats {
	
    padding: 20px;
    background-color: #251d65;
   
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 2px;
	width: 100%;
}

}
	
 a.view-matches {
	
	height: 50px;
	margin-top: 22px;
	line-height: 50px;
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 5px;
	background-color: teal;
	color: #fff;
	 font-size: 18px;
	 text-align: center;
	display: block;
    font-weight: 700;
	margin-bottom: 20px;
	 margin-left: 10px;
	 margin-right: 10px;
	 text-decoration: none;
	
}	
	
 /*///////   SECTIONS ///////////*/  





.underline {
    width: 20%;
	display: block;
	margin-top: -20px;
	margin-left: 20px;
	border-radius: 4px;
    min-height: 4px;
    background-color: teal;
}

.underline-red {
    width: 20%;
	display: block;
	margin-top: -20px;
	margin-left: 20px;
	border-radius: 4px;
    min-height: 4px;
     background-color: #9c0101;
}


    /* MAIN CONTENT */
.main-content {
margin-top: 0px;
   
    padding-top: 20px;
    padding-bottom: 50px;
    margin-bottom: 40px;
    border-radius: 0px;
 
}


@media screen and (max-width: 600px) {
	.main-content {
   margin-top: -5px;
   box-shadow: none;
		border-radius: 0px;

}
}


/* MATURE BANNER */

.mature-dating {
	display: block;
	margin-top: 40px;
	margin-bottom: 10px;
	background-image: url(../img/mature-dating.jpg);
	background-size: cover;
	min-height: 250px;
	padding-left: 30px;
	padding-right: 40px;
	padding-top: 100px;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 22px;
	
}

a.mature-link  {
	font-weight: 700;
	padding: 11px!important;
	display: block;
	font-size: 20px!important;
	line-height: 22px!important;
	
}
a.mature-link:hover {
	background-color: #251d65;
	color: #fff!important;
	text-decoration: none;
}
a.mature-link .join-mature  {
	font-size: 17px;
	display: block;
	margin-top: 12px;
	font-weight: 400;
}







/* SIDEBAR //////// */

.side-bar li > a {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 8px;
	padding-left:  0px;
	display: block;
	color: #251d65;
    font-weight: 700;
	padding: 6px;
   
}

.side-bar ul {
    margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	float: left;
	padding-inline-start: 0px;
}
.side-bar li {
    list-style: none;
}

ul.list-areas  {
   
	margin: 0px;
	list-style: none;
	margin-top: 45px;
}
ul.list-areas > li > a {
    float: left;
    width: 32%;
	font-size: 14px;
	color: #575757;
}

.area-list-single li > a {
	font-size: 14px;
	line-height: 20px;
	color: #666666;	
	margin-bottom: 6px;
	
}
.area-list-single li > a:hover {
	font-size: 15px;
	line-height: 20px;
	color: #CC3300;
	text-decoration: none;
}


.area-list-single li > a {
	font-size: 14px;
	line-height: 20px;
	color: #666666;	
	
}
.area-list-single li > a:hover {
	font-size: 15px;
	line-height: 20px;
	color: #CC3300;
	text-decoration: none;
}

.reg-wrapper {
	display: block;
    clear: both;
    margin-bottom: 20px;
    margin-top: 40px;
}
.reg-image {
	    width: auto;
    height: 80px;
    display: flex;
    float: left;
    border-radius: 50%;
    margin-right: 14px;
	margin-left: 12px;
	box-shadow: 1px 6px 12px -20px rgba(0,0,0,0.2), 0px 10px 15px -3px rgba(0,0,0,0.3);
}
.reg-label {
	margin: 1px;
    padding: 8px;
    border-radius: 12px 12px 12px 0px;
    background-color: #fff;
    font-weight: 700;
    color: #000;
    margin-top: 6px;
    display: flex;
    font-size: 20px;
    width: auto;
    height: 80px;
   box-shadow: 1px 2px 12px -8px rgba(0,0,0,0.2), 0px 10px 15px -3px rgba(0,0,0,0.2);
}
a.reg-link {
	    text-align: center;
    width: 49%;
    height: 60px;
    line-height: 60px;
    border-radius: 8px;
    font-size: 20px;
    margin: 2px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    float: left;
box-shadow: 1px 6px 12px -20px rgba(0,0,0,0.2), 0px 10px 15px -3px rgba(0,0,0,0.3);
}
.reg-buttons {

	margin-bottom: 120px;
	
}
.male {
	background-color: #b40b0b;
}

.male:hover {
	background-color: #d11212;
}

.female {
	background-color: #1c9797;
}
.female:hover {
	background-color: #25b8b8;
}
.welcome-start {
	display: block;
	padding: 2px 12px;
}

.welcome-select {
	display: block;
    padding: 2px 12px;
    font-size: 15px;
    color: teal;
}

@media screen and (max-width: 500px) {
	
	a.reg-link {
	width: 100%;
		display: inline-block;
	
}
	.reg-buttons {

	margin-bottom: 40px;
	
}
	

.reg-label {
	
    height: 70px;
 
}
	
	ul.list-areas  {
	margin-top: 15px;
}
	ul.list-areas > li > a {
    float: left;
    width: 100%;
	font-size: 15px;
	color: #575757;
		margin: 12px;
}
	.reg-image {
	  height: 70px;
    margin-right: 6px;
	margin-left: 4px;
	box-shadow: 1px 6px 12px -20px rgba(0,0,0,0.2), 0px 10px 15px -3px rgba(0,0,0,0.3);
}
	
.welcome-start {
	font-size: 19px;
	padding: 2px 4px;
}

.welcome-select {

    padding: 2px 4px;
    font-size: 14px;
 
}
}



.areas-heading  {
	
	font-weight: 700;
	font-size: 26px;
letter-spacing: 1px;
	color: #000000;
	line-height:32px;
margin-bottom: 30px;
    margin-top: 40px;
}


/* PAGINATION */
.pagination ul > li > a, .pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
    background-color: #000000;
}
.textcontent a {
    color: #cccccc;
}

/* FOOTER ///////////////////////////////////////////////////////////// */
footer {
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 30px;
    background-color: #251d65;
    line-height: 22px;
    color: #ffffff;
	
}

.footer-logo {
   
background-image: url(../img/local-dating-logo.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 130px 100px;
    min-height: 110px;
	
    
}

.footer-links a {
    background-color: #000000;
    color: #ffffff;
    padding: 10px;
    font-size: 14px;
    
}

footer a {
    color: #ffffff;
    padding: 8px;
}

footer p {
    font-size: 14px;
    line-height: 16px;
}

footer img {
	width: 50%;
	height: 50%;
}



    



