/*
Theme Name: Design Monkey Theme
Theme URI: https://www.design-monkey.co.uk
Description: Custom theme built by Design Monkey
Version: 1.98
Author: Design Monkey Media Ltd <hello@design-monkey.co.uk>
Author URI: http://www.design-monkey.co.uk/
Tags: responsive, custom theme
License: GNU General Public License
License URI: license.txt
*/

@import url("inc/css/main.css");

.statement-box{ padding: 15px 20px 10px 20px; border: pink 5px solid; background: #F6F6F6; }
span.coronavirus-title {color: #eb0000;font-weight: 600;display:block;}
#modal-coronavirus h3 {font-size: 1.6em;font-weight: 800;color: #ff0000;}
article#post-870 h1,
article#post-870 h2,
article#post-870 h2 a,
article#post-884 h1,
article#post-884 h2,
article#post-884 h2 a,
article#post-905 h1,
article#post-905 h2,
article#post-905 h2 a{
    color: #eb0000;
    font-weight: 600;
    display: block;
}
article#post-884 h3{color:#0D004B}
section.wp-block-designmonkey-section-block.green-section h3 strong, section.wp-block-designmonkey-section-block.green-section ul li {
    color: #fff !important;
}


a.covid19hub {
    background: transparent !important;
    padding-left: 0;
}


.codes-of-parctice-section {
    min-height: 600px;
}
ul.list__member-websites.member_codes_of_practice {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

ul.list__member-websites.member_codes_of_practice li {
    flex-basis: 32.3%;
    margin-right: 1.5%;
}

ul.list__member-websites.member_codes_of_practice li:nth-of-type(3n) {
    margin-right: 0;
}

@media(max-width: 768px){
	ul.list__member-websites.member_codes_of_practice li {
		flex-basis: 100%;
		margin-right: 0%;
	}

	ul.list__member-websites.member_codes_of_practice li:nth-of-type(3n) {
		margin-right: 0;
	}	
	
	section.wp-block-designmonkey-section-block.members-dossier {
		width: 90%;
		margin: 0 auto;
	}
}


ul.sub-menu li {
    margin: 0;
}
ul.sub-menu li a {
    color: #fff !important;
}


article.category-veterinary p a {
    word-break: break-all;
}

.container p a {
    text-decoration: underline;
    font-weight: 400;
    color: #79b62f;
}



