/*
Theme Name:		 The7 Child
Theme URI:		 http://childtheme-generator.com/
Description:	 The7 Child is a child theme of The7, created by ChildTheme-Generator.com
Author:			 WeNet
Author URI:		 http://childtheme-generator.com/
Template:		 dt-the7
Version:		 1.0.0
Text Domain:	 dt-the7-child
*/


/*
    Add your custom styles here
*/
.top-bar-info svg {width: 35px;}
.top-bar-info a {color: #333333 !important;}
.cky-btn-revisit-wrapper {background: #ffb10f !important;}
.contact-info-section a {color: #999999 !important;}
.export p:before {color: #ffb10f !important;}

a, a:hover {
    color: #333333;
}

body .ui-slider-handle {background: #ffb10f !important;}

.info-boxes-section {padding: 20px 0;}
.info-boxes-section .buttons {display: flex;align-items:center;justify-content:center;}
.info-boxes-section .buttons a {margin:10px;}
.info-boxes {display:flex;flex-wrap:wrap;margin: 0 -15px;}
.info-boxes .info-box {width: 33.33%;padding: 15px;box-sizing: border-box;}
.info-boxes .info-box .inner {padding:15px;background:black;color:white;display: flex;flex-direction: column;justify-content: center;align-items: center;text-align: center;min-height: 230px;}
.info-boxes .info-box .image {width:90px;height:90px;border-radius: 100%;overflow:hidden;margin: 20px 0;}
.info-boxes .info-box .image img {width: 90px;height:90px;object-fit:cover;}
.info-boxes.two-boxes .info-box {width: 50%;}

@media(max-width:992px) {
  .info-boxes .info-box {width: 50%;}
  .info-boxes.two-boxes .info-box {width: 100%;}
}
@media(max-width:768px) {
  .info-boxes .info-box {width: 100%;}
}

.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style):hover,
.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style):hover font {
    background: none;
    background: #ffffff;
    color: #999999 !important;
}

.cky-btn-customize {border-color: #ffb10f !important;color: #999999 !important;}
.cky-btn-reject {border-color: #ffb10f !important;color: #999999 !important;}
.cky-btn-preferences {border-color: #ffb10f !important;color: #999999 !important;}
.cky-btn-accept {border-color: #ffb10f !important;background-color: #ffb10f !important;color: #ffffff !important;}
