/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* COLORS
 * 
 * PURPLE	#b329b7			rgb(179, 41, 183)
 * BLUE		#48bcc7			rgb(72,188,199) 
 * GREEN    #aecb40			rgb(174, 203, 64)
 * */


/* Parent stylesheet should be loaded from functions.php not using @import */
p { margin-bottom: 10px; }
p > :last-child { margin-bottom: 0 !important; }
a:focus { outline: 0 !important; }

.entry-content h2 {color: #48BCC7 !important;}
.entry-content a {color: #48BCC7 !important;}
.entry-content a:hover {color: #369cb1 !important;}
.entry-content a:visited {color: #369cb1 !important;} 

/* LOGO */
#site-logo #site-logo-inner a img {
    height: 100px !important;
}

/* BLOG */
.page-header {
    background-image: url("../../uploads/2022/12/wch-pattern-25-02.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* #f5f5f5 */
.single .thumbnail img {
	border: 2px solid black;	
}
.thumbnail-caption { 
	font-size: 11px;
	font-style: italic; 
	text-align: right;
}
.single-post .entry-title {
    font-family: "Roboto" !important;
	font-weight: 600 !important;
}
/* .elementor-posts .elementor-post__badge {
    background: #aecb40 !important;
} */

/* LANDING PAGE */
#AIClarity {}


/* COOKIE NOTICE */

#ocn-cookie-wrap.floating #ocn-cookie-inner { 
	text-align: center;
	display: contents !important;
}
p.ocn-cookie-content::before {
  content: "";
  background-image:url('../../uploads/2022/02/wch-cookie-policy-final.svg');
  background-size: 100% 100%;
  display: inline-block;
  height:50px;
  width:50px;
  position:relative;
  top:15px;
  margin-right: 10px;
}
.ocn-cookie-content a {
	color: #13aff0;
}
.ocn-cookie-content a:hover {
	color: #0c88bc;
}

/* FOOTER */
span.footer-copyright {color:#7A7A7A !important;}
#footer-bottom #footer-bottom-menu a {color:#7A7A7A !important;}
#footer-bottom #footer-bottom-menu a:hover {color:#13aff0 !important;}



/* When the browser is at least 600px and above */
@media screen and (min-width: 600px) {
  .element {
    /* Apply some styles */
  }
}
