﻿/* css colour overides - Resident */


.socialboxcontainer1 .nlink[href] {
    color: white !important;
}

.socialboxcontainer1 .nlink[href]:hover {
    color: white !important;
}


/* main dark colour behind language bar and page title bar */
.purple {
    background-color: #67578f !important;
 /* background-color: #5d4d85 !important;*/
    color: #ffffff;
}


/* main light colour behind crumb bar */
.lightpurple {
    background-color: #7d6ea5 !important;
    /*  background-color: #7c6ba7 !important; */
    color: #ffffff;
}


/* skip to content button border colour */
.topheadbutton, .topheadbuttonsearchmobile {
  /*  border-color: #7c6ba7 !important; */
    border-color: transparent !important; 
}


/* language button border colour */
.languagebutton {
  /*  border-color: #7c6ba7 !important; */
    border-color: transparent !important;
}

.topwmnbutton {
  /*  border-color: #7c6ba7 !important; */
    border-color: transparent !important;
}

/* top button hover */
.topheaderblock a:hover, .topheaderblock a:active, .topheaderblock a:focus {
    background-color: #40355d !important;
}



/* atoz container colour */
.atozcontainer {
    background-color: #67578f !important;
    /*  background-color: #594f6b !important;*/
    
}

/* atoz container button colour */
.atozstrip li a {
    border-color: #7d6ea5 !important;
}

/* atoz container button hover colour */
.atozstrip li a:hover {
    background-color: #7d6ea5 !important;
}



/* link colours */

/* nav-right */
.sectionlinksselected {
       background: #5d4d85 url("https://www.conwy.gov.uk/SiteElements/CSSImages/link-footer-icon.png") no-repeat scroll 0 6px !important;
    
}

/* body links */
.container .contentright a[href], .containergridblock a[href] {
    color: #440caa;
    
}


/* grid-more */
ul.grid-more li, ul.grid-more li a {
  color: #440caa !important;
   /* color: #5d4d85 !important;*/
}


/* where's my nearest buttonm */
.wmnstrip a {
    background-color: #34bbaa !important;
    border: 5px solid lightgrey !important;
    }

.wmnstrip a:hover {
    background-color: #00957e !important;
}

.contentright .actioncontainer a {color: #ffffff !important;}



/* grid container */
.white {
    background-color: #ffffff;
}

/* grid images */
.gridbox img {
    border: 3px solid white;
    border-radius: 35px;

}

/* grid letters */
.gridletter {
   background: #897ea9 linear-gradient(to right bottom, #948ab1 50%, #897ea9 50%) repeat scroll 0 0 !important; 
   text-shadow: 1px 1px 1px #5d4d85;
}

th {
  background: #67578f !important;
   /* background: #5d4d85 !important;*/
}

/*
.containerslider {
background: linear-gradient(65deg, #40355B, #5d4d85)
}
*/

.containerslider {
background: linear-gradient(45deg, #40355B, #605070, #805070, #5d4d85);
/*  background: linear-gradient(45deg, #40355B, rgba(63, 93, 139, 0.97), #605070, #805070, #5d4d85); */

}


/*
.containersliderhome {
  
  background: rgba(6, 6, 6, 1) url("https://www.conwy.gov.uk/SiteElements/CSSImages/sliderbg/2.jpg") no-repeat scroll center center / 100% auto;
}
*/

.containersliderhome {
    background-color: rgba(6,6,6,1);
    background-image: url("https://www.conwy.gov.uk/SiteElements/CSSImages/sliderbg/2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.landingtitle {
   
    color: white;
    display: block;
    font-size: 0.9em;
    line-height: 1.1em;
    margin-left: 120px;
    margin-right: 50px;
    padding-left: 15px;
    padding-top: 5px;
}


.landingdesc {
    
    color: white;
    display: block;
    font-size: 0.6em;
    line-height: 1.2em;
    margin-left: 120px;
    margin-right: 50px;
    margin-top: 0px !important;
    padding-bottom: 10px;
    padding-left: 17px;
}

/*----- PLF ---*/
.topplfblock a:hover {
    color: #5d4d85 !important;
}


.xr {
    /* background-image: url("https://www.conwy.gov.uk/SiteElements/CSSImages/covid/Keep-Wales-Safe-Web-e.jpg"); */
    display: table-cell;
    /* height: 50px; */
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
    /* float: right; */
    /* background-color: black; */
    /* background-position: top; */
    /* height: auto; */
    width: auto;
}

.xl {
    float: left;
    /* background-color: red; */
    display: block;
    width: auto;
    max-width: 41%;
}

.xr img {
    width: 100%;
    height: auto;
    display: inline-block;
}

.xl {
    font-size: 1.2em !important;
}
/*-------------------------------mobile---------------------------------*/
@media (max-width: 736px) {





.searchcontainer {
    background-color: #7c6ba7 !important;
}

.searchblock input[type="text"] {
   /* background-color: #897AB0; */
  background-color: #eeeeee;
}
  
  .landingtitle {
font-size: 0.7em;
}

.landingdesc {
font-size: 0.45em;
}  

.x1 {float: none !important;
max-width: 100% !important;
}



}



@media (max-width: 736px) {
  .xl {
    float: none;
    /* background-color: red; */
    display: block;
    width: 100%;
    max-width: 100%;
}
  
}





/* mourning colours */

/*.purple {
    background-color: #444444 !important;
}
.lightpurple {
    background-color: #000000 !important;
}
.atozcontainer {
    background-color: #000000 !important;
}
.atozstrip li a {
border-color: #ffffff !important; 
}
.atozstrip li a:hover {
    background-color: #555555 !important;
}
.sectionlinksselected {
    background: #000000 url(https://www.conwy.gov.uk/SiteElements/CSSImages/link-footer-icon.png) no-repeat scroll 0 6px !important;
}
*/