/*
Theme Name: Pet Rescue Child
Theme URI: http://cmsmasters.net/pet-rescue-child/
Author: cmsmasters
Author URI: http://cmsmasters.net/
Description: Pet Rescue Child Theme
Template: pet-rescue
Version: 1.0.0
License:
License URI:
Text Domain: pet-rescue-child
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

@import url("custom-style-cache.css");
@import url("custom-style2.css");
@import url("css/lightbox.css");
@import url("css/advertising.css");

.cmsms_text a{text-decoration:underline;}
.social_link{
	float: right;
	display: flex;
	padding: 63px 15px;
	font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}
.social_link a{
	display: block;
	padding: 0px 5px;
}
.text-is-blue{
	color: #085895!important;
}
.text-is-yellow{
	color: #F9BE00!important;
}
.text-is-red{
	color: #CB1010!important;
}

.liste-animal li a{
	padding: 0!important;
	max-width: 210px!important;
}.liste-animal li {
    display: flex;
    justify-content: center;
}



/*modal*/
 .button-invisible {
    display: none !important;
}

.button-yellow {
    background: #F9BE02;
    display: inline-block !important;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    color: #113766;
    padding: 10px 20px;
    height: auto !important;
}

.button-yellow:hover {
    color: white !important;
    background-color: #113766;
}

.modal-general {
    max-width: 700px;
    width: 90%;
}

.modal-general a,
.modal-general p {
    font-family: helvetica !important;
}

.modal-general a {
    color: #113766;
    text-decoration: underline;
}

.modal-general button:hover {
    background: #F9BE02 !important;
}