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

/* Parent stylesheet should be loaded from functions.php not using @import */
/* keep site width at 100% without dripping to the sides */
html, body {
width:100%;
overflow-x:hidden;
}
/* end of keep site width at 100% without dripping to the sides */
/* Accessability  menu button */
#acwp-toolbar-btn {
	background: #e60000 !important;
	background-color: #e60000;
	top: 85% !important;
}
/* End of Accessability menu button */
/* Remove Google  Re-Captcha button right-bottom */
.grecaptcha-badge {
opacity: 0;
}
/* End of Remove Google button right-bottom */
/* News scroll color */


/* end of news scroll color */
/* Scrolling news title */
h5 {
	color: #dd3333 !important;
    font-size: 24px !important;
}
/* End of Scrolling new title */
/* Paragraph color */
p {
	color: #494949;
}
/* End of Paragraph color */
/* Social icons colors */
.fa-rss::before {
    color: #db9514;
}
.fa-linkedin::before {
    color: #1d5cae;
}
.fa-facebook::before {
    color: #0548a0;
}
.fa-twitter::before {
    color: #49c0fb;
}
.fa-instagram::before {
    color: #ff4800;
}
.fa-envelope::before {
    color: black;
}
.fa-telegram::before {
	color: #0088cc;
}
/* end of Social icons colors */
/* Footer menu position */
#footer-bottom-menu {
    float: left !important;
    text-align: center !important;
    padding-right: 15px;
    padding-left: 0;
}
/* End of Footer menu position */
/* Shrink header logo on scroll 
.element-is-sticky #site-header-inner a img { height:50px; }
/* End of Shrink header logo on scroll */
/* Sticky Header elementor Widget */
#site-header-inner {
    padding: 0 0 0 0 !important;
}
/* End of Sticky Header elementor Widget */
/* Make mobile submenu clickable full width */
.sidr-class-dropdown-toggle {
	width: 100%;
}
/* End of Make mobile submenu clickable full width */
/* set ID field in CF from to 100% */
form input[type="number"] {
    max-width: 100%;
    padding: 0 0 0 8px;
}
/* End of set ID field in CF from to 100% */
/* red color menu item where to donate blood */
.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.dropdown.menu-item-29 {
	background-color: #fc8a95 !important;
}
.sidr-class-menu-item.sidr-class-menu-item-type-custom.sidr-class-menu-item-object-custom.sidr-class-menu-item-has-children.sidr-class-dropdown.sidr-class-menu-item-29 {
	background-color: #fc8a95 !important;
}
/* red color menu item where to donate blood */
/* CF7 checkbox in list */
span.wpcf7-list-item { display: block; }
/* End of CF7 checkbox in list */
/* Don't display table border on donors widget */
table th, table td {
    vertical-align: middle !important;
    border-bottom: 0px !important;
}
/* End of Don't display table border on donors widget */
/* Hide double menu on mobile */
#sidr > div:nth-child(3){
display: none;
}
/* End of Hide double menu on mobile */
/* Change Vine Font aowsome to telegram and fix youtube color*/
.fa-vine::before {
    content: "\f2c6" !important;
	color: #0088cc !important;
}
.fa-youtube::before {
	color: #c4302b !important;
}
/*  End of Change Vine Font aowsome to telegram */
/* Change QQ Font aowsome to WhatsApp */
.fa-qq::before {
    content: "\f232" !important;
	color: #075E54 !important;
}
/* End of Change QQ Font aowsome to WhatsApp */
/* Chage Xing Font aowsome on sidebar to WhatsApp */
.fa-xing::before {
    content: "\f232" !important;
    color: #075E54 !important;
}
/* End of Chage Xing Font aowsome on sidebar to WhatsApp */
/* position Gtranslate */
.gglobe {
	height: 40px !important;
	width: 40px !important;
	top: 12% !important;
	left: 1% !important;
	position: fixed !important;
}
/* end of position Gtranslate */
/* Current menu item color on mobile */
@media screen and (max-width:600px) { 
	li.sidr-class-current-menu-item a 
	{ color:#dd3333 !important; 
	} 
	}
/* End of Current menu item color on mobile */
