/*
Theme Name: Divi Child
Description: Child theme for Divi
Author: The Webby World
Template: Divi
*/


@import url("../Divi/style.css");
@import url("css/font-awesome.min.css");

/* User Profile CSS*/

body.page-id-924 .user-profile {
    display: block !important;
    justify-content: space-between !important;
}

body.page-id-924 .up-basic-profile {
	width:100% !important;
    display: flex !important;
	margin-bottom: 20px !important;
}

body.page-id-924 .profile-img {
    width: 15% !important;
    margin-right: 20px !important;
}
body.page-id-924 .profile-hd {
    width: 40% !important;
}
body.page-id-924 .other-details {
    width: 100% !important;
}

body.page-id-924 .et_pb_text_inner h1 span {
    position: absolute;
    right: 15px;
    top: 125px;
    z-index: 999;
}

body.page-id-924 .widget_nav_menu #menu-dashboard-sidemenu {
    background: #0b135b !important;
    border-radius: 6px !important;
    padding: 15px !important;
}



body.page-id-924 .widget_nav_menu #menu-dashboard-sidemenu li a {
	color: #fff !important;
	font-size:13px !important;
}

body.page-id-924 .bubble {
	background: #ccc !important;
}


body.page-id-924 .btn-red.small {
	padding:2px 10px !important;
	border-radius:100px !important;
	font-weight: bold;
}

body.page-id-924 .btn-red.small {
	border-radius:100px !important;
	font-weight: bold;
	border:1px solid #000 !important;
	background:none !important;
	color:#000;
}

body.page-id-924 .btn-red.small:hover {
	border:1px solid #ca1118 !important;
	background:#ca1118 !important;
	color:#fff;
}

.phone_link {
  opacity: 0.7;
}

/* User Profile CSS*/

.p_link {
  display: inline-block !important;
}

.sub-info, .up-pinfo {
  min-height: 160px  !important; 
}
#gform_1 input, #gform_1 select{
	border: 1px solid #ccc;
}


#main-header {
  background: #000d38 !important;
}

#top-menu-nav li a, .header-user-info .welcome, .btn-logout {
  color: #fff !important;
}

#main-header .nav li ul {
  background-color: #000d38 !important;
}

li.dropdown::before {
  content: '';
  background: #000d38 !important;
}

#top-menu li:hover a, .sub-menu li a {
  color: #fff !important;
}

li.dropdown ul.sub-menu {
	top:25px !important;
  	right:10px !important;
	left:inherit !important;
}
 .btn-red.small.cancel_btn {
  border-radius: 0px !important;
  border: 0px !important;
  background:#d98184  !important;
	pointer-events: none;
}

 #menu-item-1934 a.sub_btn {
  background: #4db748 !important;
  display: block;
  text-align: center;
  padding: 5px 0;
 font-size: 13px !important;
	font-weight:300;
	-webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
  0% { background-color: #4db748; -webkit-box-shadow: 0 0 3px #4db748; }
  50% { background-color: #085704; -webkit-box-shadow: 0 0 40px #085704; }
  100% { background-color: #4db748; -webkit-box-shadow: 0 0 3px #4db748; }
}

@-moz-keyframes glowing {
  0% { background-color: #4db748; -moz-box-shadow: 0 0 3px #4db748; }
  50% { background-color: #085704; -moz-box-shadow: 0 0 40px #085704; }
  100% { background-color: #4db748; -moz-box-shadow: 0 0 3px #4db748; }
}

@-o-keyframes glowing {
  0% { background-color: #4db748; box-shadow: 0 0 3px #4db748; }
  50% { background-color: #085704; box-shadow: 0 0 40px #085704; }
  100% { background-color: #4db748; box-shadow: 0 0 3px #4db748; }
}

@keyframes glowing {
  0% { background-color: #4db748; box-shadow: 0 0 3px #4db748; }
  50% { background-color: #085704; box-shadow: 0 0 40px #085704; }
  100% { background-color: #4db748; box-shadow: 0 0 3px #4db748; }
}


.are_card, .state_card {
  grid-column: 1 !important;
	width:230px !important;
}

.verify_img {
  position: absolute;
  width: 15%;
  right: 0px;
  height: auto;
  top: 0px;
}

ul.stores-normal li {
	position: relative;
}
.user-profile p.card_store {
    color: #fff !important;
    font-size: 13px;
	margin-bottom:20px;
    font-weight: 700;
	text-transform: capitalize;
}

.up-basic-profile {
	padding: 50px 25px !important;
}

.state_new{    width: 230px;}



.state_new .ginput_container.ginput_container_select select, .state_card .ginput_container.ginput_container_select select{
  width: 170px !important;
}


.ginput_preview span {
    color: #fff;
}

span.dashicons.dashicons-trash {
    color: red;
}

.ginput_preview {
    border: 1px solid #373636 !important;
    padding: 10px !important;
    border-radius: 2px !important;
}

.ginput_preview button {
    float: right;
    background: #fff !important;
    padding: 3px 3px;
    border-radius: 2px;
}

.main_background, .main_background table {
    background-color: #fff !important;
	padding:20px 0;
	
}

.main_background .main_logo, .main_background .main_title, .main_background .small_title, .main_background .first_box, .main_background .second_box, .main_background .office_box, .main_background .all_details {
    padding-left: 20px;
	padding-right: 20px;
}

table.user_data1 tr td {
    background: #fff !important;
    color: #000;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

table.user_data1 tr td:first-child {
    border-left: 1px solid #000;
    width: 45%;
    border-right: 1px solid #000;
}

table.user_data1 tr td{
	padding:5px 20px !important;
}

table.user_data1 tr td:first-child, table.user_data1 tr td:last-child {
    border-top: 1px solid #000 !important;
}

.top_header .main_logo, .top_header .second_column,  .top_header .office_box {
    display: inline-block;
    width: 30%;
    vertical-align: top !important;
	text-align:center !important;
}

.top_header .second_column{
	width:35% !important;
	display: inline-block;
}



.top_header .office_box  h2, .top_header .second_column h2{
	font-size: 20px;
    text-align: center;
    font-weight: 700;
    line-height: 24px;
}

p.no_content{
	text-align:center;
	font-size:15px;
}

.main_background .main_title {margin-bottom:0px;}

table.box_cont td {
    background: #fff !important;
    color: #000;
    font-size: 15px;
    padding: 0px 10px !important;
    text-align: center;
    line-height: 20px;
}

p.no_content {
    margin-bottom: 20px;
}

.gform_page_footer.top_label input {
    border: 0px;
    padding: 10px 30px;
    font-size: 18px;
    background: green;
    color: #fff;
	cursor: pointer;
}


button#bfCaptchaEntry {
    background: #eee;
    border: 0px;
    padding: 8px 30px;
    margin: 10px 0;
    border-radius: 4px;
    color: #000;
    font-weight: 600;
}

footer#main-footer #primaryButton {
    display: none;
}