/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography 
    ## copy 
    ## headings 
    ## typography 
# Forms
    ## filds
# Navigation
	## links
	## menus
    ## navigation
    ## pagination
# Color
    ## color
# others
    ## accrodion
    ## image
    ## others

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*-------------------------------------------------------------- 
# Typography 
--------------------------------------------------------------*/
html {
  font-size: 100%;
}

body {
  font-family: "Poppins", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45em;
  color: #17191F;
  background: #E5E5E5;
  word-wrap: break-word;
  overflow-x: hidden;
}

/*--------------------------------------------------------------
# Headings
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #17191F;
}

h1, h2, h3, h4 {
  font-weight: inherit;
}

/*--------------------------------------------------------------
# Copy
--------------------------------------------------------------*/
::-moz-selection {
  display: inline-block;
  text-shadow: none;
  color: #fff;
  background: #17191F;
}

::selection {
  display: inline-block;
  text-shadow: none;
  color: #fff;
  background: #17191F;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus {
  outline: none;
}

select {
  background: none;
}

::-moz-placeholder {
  color: #17191F;
}

:-ms-input-placeholder {
  color: #17191F;
}

::placeholder {
  color: #17191F;
}

::-webkit-input-placeholder {
  color: #17191F;
}

:-moz-placeholder {
  color: #17191F;
}

:-ms-input-placeholder {
  color: #17191F;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  cursor: pointer;
  color: inherit;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
  text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
@media (min-width: 992px) {
  nav > ul.exdda-menu > li {
    float: left;
    margin-right: 15px;
    position: relative;
    padding: 15px 10px;
  }

  nav > ul.exdda-menu > li:last-child {
    margin-right: 0px;
  }

  nav ul.exdda-menu > li > a {
    padding: 15px 10px;
    cursor: pointer;
    color: #fff;
    text-transform: capitalize;
  }
  nav ul.exdda-menu > li > a i {
    font-size: 14px;
    margin-left: 10px;
    position: relative;
    top: -2px;
    color: #FEB41C;
  }

  /* Sub Menu CSS */
  .exdda-menu .exdda-sub-menu {
    position: absolute;
    z-index: 99;
    margin: 0;
    padding: 0;
    background-color: #fff;
    opacity: 0;
    top: 100%;
    min-width: 220px;
    transition: transform 0.3s, opacity 0.3s;
    visibility: hidden;
  }
  .exdda-menu .exdda-sub-menu li {
    position: relative;
  }
  .exdda-menu .exdda-sub-menu li a {
    text-align: left;
    display: block;
    line-height: 1.5em;
    padding: 15px;
    text-transform: none;
    font-size: 15px;
    border-bottom: 1px solid #dcdcdc;
    letter-spacing: 0.3px;
    color: #17191F;
    font-weight: 600;
  }
  .exdda-menu .exdda-sub-menu li a i {
    right: 15px;
    position: absolute;
    font-size: 13px;
    transform: rotate(-90deg);
    color: #FEB41C;
  }
  .exdda-menu .exdda-sub-menu li:last-child a {
    border-bottom: none;
  }

  .exdda-menu ul li ul {
    position: absolute;
    left: 100%;
    top: 0 !important;
  }

  .exdda-menu .exdda-sub-menu li:last-child > a {
    border-bottom: 0;
  }

  /*Animation*/
  .exdda-menu li:hover .exdda-menu li a {
    color: #FEB41C;
  }

  .exdda-menu .exdda-sub-menu li:hover {
    background-color: #FEB41C;
  }

  .exdda-menu li:hover > .exdda-sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1024px) {
  nav ul.exdda-menu > li {
    margin-right: 6px;
  }

  nav ul.exdda-menu > li > a {
    padding: 12px 8px;
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .exdda-menu-content {
    height: 100%;
    position: fixed;
    left: -85%;
    top: 0;
    transition: 0.5s;
    bottom: 0;
    background-color: #fff;
    z-index: 5;
  }

  .exdda-menu {
    width: 230px;
  }
  .exdda-menu li {
    border-bottom: 1px solid #ccc;
    position: relative;
    margin-right: 0 !important;
  }
  .exdda-menu li:last-child {
    border-bottom: none;
  }
  .exdda-menu li a {
    font-size: 16px !important;
    padding: 10px 15px !important;
    display: block;
    text-transform: capitalize;
  }
  .exdda-menu li a i {
    position: absolute;
    right: 10px;
    font-size: 14px;
  }

  .exdda-menu li ul {
    display: none;
    padding: 0;
    margin: 0;
    transition: 0.5s;
  }
  .exdda-menu li ul li a {
    padding: 10px 30px !important;
    font-size: 14px !important;
  }
  .exdda-menu li ul li ul li a {
    padding: 10px 45px !important;
  }

  .exdda-close-btn {
    position: absolute;
    left: 220px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    padding: 8px 15px;
  }

  .exdda-menu-bar i {
    color: #fff;
    font-size: 25px;
    padding: 15px;
    cursor: pointer;
    margin-left: -15px;
  }

  .menu-show {
    left: 0%;
  }
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.exdda-rounded-full {
  border-radius: 50% !important;
}
.dda-primary-color {
  color: #FEB41C;
}
.dda-heading-color {
  color: #17191F;
}

/*--------------------------------------------------------------
# Color
--------------------------------------------------------------*/
.exdda-text-orange {
  color: #FEB41C;
}

/*-------------------------------------------------------------- 
# Background Color 
--------------------------------------------------------------*/
.exdda-bg-orange {
  background-color: #FEB41C;
}

/*--------------------------------------------------------------
# border-Color
--------------------------------------------------------------*/
.exdda-border-color-one {
  border-color: #D1D5E0;
}
.exdda-border-yellow {
  border: 1px solid #FEB41C;
}

/* ==== Hover effect ==== */

.exdda-hover-two:hover {
  background-color: #FEB41C;
  color: white;
  transition: all .4s ease 0s;
}

/*--------------------------------------------------------------
# layout
--------------------------------------------------------------*/
.exdda-header-top {
  border-bottom: 1px solid #afafaf5c;
}

.exdda-text-content, .container {
  margin: auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 1280px) {
  .container {
    padding: 0px 15px;
  }
}
.exdda-header-wrapper {
  position: relative;
  border-radius: 0 0 70px 70px;
}

.exdda-header-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000000a3;
}

.exdda-login a:hover {
  color: #FEB41C;
}

.exdda-login a {
  color: #fff;
}
.exdda-login a.active {
  border: 1px solid #feb41ccc;
}

@media (max-width: 375px) {
  .date,
.exdda-login a {
    font-size: 13px;
  }
}
@media (max-width: 320px) {
  .date,
.exdda-login a {
    font-size: 11px;
  }
}
/* ==== Footer ==== */
.exdda-footer-content {
  background-color: #09090a;
}

/*--------------------------------------------------------------
# Timeline
--------------------------------------------------------------*/
.working-process i {
  display: inline-block;
  color: #FEB41C;
}
.timeline-procedure .working-process:first-child {
  position: relative;
}
.timeline-procedure .working-process:first-child:after,
.timeline-procedure .working-process:last-child:after {
  content: '';
  position: absolute;
  top: 40px;
  right: 50%;
  width: 100%;
  height: 7px;
  z-index: 50;
  background: #ffffff;
}
.timeline-procedure .working-process:last-child:after {
  right: auto;
}
.elementor-widget-dda-working-process {
  position: relative;
}
.elementor-widget-dda-working-process:after {
  content: '';
  position: absolute;
  top: 41px;
  left: -30px;
  width: 1200px;
  height: 1px;
  border: 1px dashed #FEB41C;
}
.working-process > div:first-child {
  background: #ffffff;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 992px){
  .elementor-widget-dda-working-process:after,
  .timeline-procedure .working-process:first-child:after,
  .timeline-procedure .working-process:last-child:after {
    content: none;
  }
}
/*--------------------------------------------------------------
# Jury Member
--------------------------------------------------------------*/
.jury-member-name {
  margin-bottom: 5px;
}
.jury-president-linkedin {
  background: #FEB41C;
  padding: 5px;
  color: #fff;
  line-height: 100%;
  margin-top: 17px;
}
.jury-member .jury-president-linkedin {
  margin-top: 10px;
}
.jury-president-btn {
  background: #FEB41C;
  padding: 10px 20px;
  color: #fff;
  line-height: 100%;
}
.jury-desc-column {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.jury-desc-column p {
  margin-bottom: 8px;
}
.juryLeaderDescription {
  display: none;
}
/*--------------------------------------------------------------
# ShortList Winner
--------------------------------------------------------------*/
.shortlist-title {
  font-size: 18px;
  margin-bottom: 6px;
}
.shortlist-title a {
  transition: all 0.3s ease-in-out;
}
.shortlist-title a:hover {
  color: #FEB41C;
}
.shortlist-categories {
  color: #666666;
  font-size: 15px;
}
.project-winner-category {
  color: #FEB41C;
}
/*--------------------------------------------------------------
# Single Project
--------------------------------------------------------------*/
.project-link .project-link-btn a {
  border: 1px solid #17191F;
  color: #17191F;
  padding: 6px 15px;
  background: #fff;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.project-link .project-link-btn a:hover {
  background: #17191F;
  color: #fff;
}
.single-project .project-description p {
  line-height: 28px;
  color: #17191F;
  font-weight: 300;
}

.jury-vote-form {
  background: #272A33;
}

@media all and (min-width: 768px) {
    .jury-vote-form {
        /*position: sticky;
        position: -webkit-sticky;
        top: 0;*/
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 99;
        transition: all 0.3s ease-in-out;
    }
    .ineligibility,
    .vote-submit {
        transition: all 0.3s ease-in-out;
    }

    .jury-vote-form.sticky {
        padding: 20px 0;
    }

    .jury-vote-form.sticky .ineligibility,
    .jury-vote-form.sticky .vote-submit {
        margin: 0;
    }
}

.single-project .exdda-header-wrapper {
  border-radius: 0;
}

.vote-success-btn a,
.vote-submit input[type='submit'] {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.vote-success-btn a:hover,
.vote-submit input[type='submit']:hover {
  background: #fff0f0;
}

.project-video iframe {
  max-width: 100%;
}
/* Slideshow container */
.slideshow-container {
  position: relative;
}

/* Slides */
.mySlides {
  display: none;
  padding: 30px 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mySlides {
    padding: 20px;
  }
}
.dot-container {
  text-align: center;
}
.dot {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 2px;
  background-color: #fff;
  border: 1px solid #FEB41C;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: #FEB41C;
}
/*--------------------------------------------------------------
# Ticket
--------------------------------------------------------------*/
.dda-ticket {
  min-width: 80px;
  text-align: center;
}
.ticket-message {
  line-height: 28px;
}
.ticket-message p {
  margin-bottom: 15px;
}
.ticket-message > div > p:last-child {
  margin-bottom: 0;
}
.ticket-message .invoice-link {
  display: inline-block;
  font-weight: 600;
  color: #FEB41C;
}
.ticket-message .invoice-link:hover {
  text-decoration: underline;
}
/*--------------------------------------------------------------
# Add to cart tooltip
--------------------------------------------------------------*/
.exdda-add-to-cart {
  position: relative;
}
.exdda-add-to-cart .cart-tooltip {
  background: #FEB41C;
  bottom: 100%;
  color: #fff;
  display: block;
  right: 0;
  margin-bottom: 15px;
  opacity: 0;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  width: 550px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.exdda-add-to-cart .cart-tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* CSS Triangles - see Trevor's post */
.exdda-add-to-cart .cart-tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #FEB41C 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  right: 15px;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

.exdda-add-to-cart:hover .cart-tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .exdda-add-to-cart .cart-tooltip {
  display: none;
}

.lte8 .exdda-add-to-cart:hover .cart-tooltip {
  display: block;
}

@media screen and (max-width: 767px) {
  .exdda-add-to-cart .cart-tooltip {
    width: 300px;
    right: -150px;
  }
  .exdda-add-to-cart .cart-tooltip:after {
    right: auto;
    left: 135px;
  }
}
@media screen and (max-width: 480px) {
  .exdda-add-to-cart .cart-tooltip {
    width: 150px;
    right: 0;
  }
  .exdda-add-to-cart .cart-tooltip:after {
    left: auto;
    right: 10px;
  }
}
@media screen and (max-width: 340px) {
  .exdda-add-to-cart .cart-tooltip {
    left: 0;
  }
  .exdda-add-to-cart .cart-tooltip:after {
    left: 25px;
  }
}

.require-field {
  color: red;
  font-size: 24px;
}

.overview-case-btn a,
.overview-case-btn button {
  margin-bottom: 10px;
}
.vote-success-btn a {
  margin-top: 10px;
}
.vote-success-btn {
  display: none;
}
#exdda-vote .vote-fields .criteria input {
  background: transparent;
  border-bottom: 1px solid #ffffff;
  width: 150px;
}

/* Customizer CSS */
/*Registration Form*/


.dda-registration-form {
    font-family: 'poppins', sans-serif;
    padding: 365px 0 !important;
}
.dda-registration-form .elementor-widget-wrap.elementor-element-populated {
    color: #fff;
    background: #17191F !important;
}
/* kategorier 2022 Toggle Expended*/
.elementor-toggle .elementor-toggle-item .elementor-tab-content {
    display: block !important;
}
/* Lost Password page already logged in text color*/
.dda-lost-pass .elementor-shortcode {
    color: #fff;
}
.dda-registration-form h3 {
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
		color: #fff;
}
.dda-registration-form p {
     font-weight: 400;
		margin-bottom: 20px;
		font-size: 16px;
		color:#fff;
}
.dda-registration-form form#exdda-registration label {
    display: inline-block;
    width: 190px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
}
.dda-registration-form form#exdda-registration input {
    padding: 6px;
    border-radius: 4px;
		color:#000;
		width: 315px
}
.dda-registration-form  input[type="submit"] {
		max-width: 130px;
    font-size: 16px;
    font-weight: 500;
    height: 47px;
    background: transparent;
    color: #FEB41C !important;
    border: 1px solid #FEB41C;
    margin-bottom: 30px;
    margin-left: 195px;
    cursor: pointer;
		transition : all 0.5s;
}
.dda-registration-form  input[type="submit"]:hover{
	background : #FEB41C;
	color: #000 !important;
}
.dda-registration-form form#exdda-registration > a {
    font-size: 14px;
    color: #feb41c;
}
.dda-registration-form form#exdda-registration > a:hover {
    text-decoration: underline;
}

/*Log In Form*/
.dda-login-form {
    font-family: 'poppins', sans-serif;
}
.dda-login-form .elementor-widget-wrap.elementor-element-populated {
    color: #fff;
    background: #17191F !important;
}
.dda-login-form h3 {
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
		color: #fff;
}
.dda-login-form p {
    font-weight: 400;
		margin-bottom: 20px;
		font-size: 16px;
		color:#fff;
}
.dda-login-form form#exdda-login label {
    display: inline-block;
    width: 110px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
}
.dda-login-form form#exdda-login input {
    padding: 6px;
    border-radius: 4px;
	  color:#000;
		width : 400px
}
.dda-login-form  input[type="submit"] {
		max-width: 130px;
    font-size: 16px;
    font-weight: 500;
    height: 47px;
    background: transparent;
    margin-bottom: 30px;
    margin-left: 115px;
    cursor: pointer;
    border: 1px solid #FEB41C;
    color: #FEB41C !important;
		transition : all 0.5s;
		display: block;
}
.dda-login-form  input[type="submit"]:hover{
	background : #FEB41C;
	color : #000 !important;
	}
.dda-login-form .submit a.lost-password {
    font-size: 14px;
    color: #feb41c;
}
.dda-login-form .submit a.lost-password:hover{
	text-decoration: underline;
}
.dda-login-form form#exdda-login>a{
	font-size: 14px;
  color: #feb41c;
}
.dda-login-form form#exdda-login>a:hover{
	text-decoration: underline;
}

/*Lost Password */
.dda-lost-pass #exdda-lost-password-form p{
		font-weight: 400;
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
}
.dda-lost-pass #exdda-lost-password-form p:nth-last-child(1) {
    margin-bottom: 0;
}

.dda-lost-pass #exdda-lost-password-form input#user_login{
		padding: 6px;
    border-radius: 4px;
    color: #000;
		margin-left: 50px;
		width: 370px
}
.dda-lost-pass #exdda-lost-password-form label{
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
}
.dda-lost-pass #exdda-lost-password-form input[type="submit"] {
		width: 160px;
    font-size: 16px;
    font-weight: 500;
    height: 47px;
    background: transparent;
    color: #feb41c;
    margin-left: 100px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #FEB41C;
		transition: all 0.5s;
}
.dda-lost-pass #exdda-lost-password-form input[type="submit"]:hover{
	background: #FEB41C;
	color: #000 !important;
}
/*Reset Password Page Styling*/
#exdda-password-reset-form label {
    margin-bottom: 15px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    width: 158px;
}
#exdda-password-reset-form input {
    padding: 6px;
    border-radius: 4px;
    color: #000;
    margin-left: 10px;
    width: 325px;
}
#exdda-password-reset-form p:nth-last-child(2) {
    font-weight: 400;
    margin: 20px 0;
    font-size: 16px;
    color: #fff;
}
#exdda-password-reset-form input[type="submit"] {
    height: 47px;
    max-width: 160px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #FEB41C;
    color: #FEB41C !important;
    background: transparent;
    cursor: pointer;
    margin-left: 178px !important;
	transition: all 0.5s;
}
#exdda-password-reset-form input[type="submit"]:hover {
	color: #17191F !important;
	background: #FEB41C;
	}
/*Subscription Form*/
.dda-subscription-form .newsletterForm form#frmSS5382 .newsletterForm-container {
    max-width: 100%;
		grid-gap: 15px;
}
.dda-subscription-form .newsletterForm form#frmSS5382 .newsletterForm-container input {
    border: none;
    height: 55px;
}
.dda-subscription-form .newsletterForm form#frmSS5382 .newsletterForm-container .form-submit {
    text-align: center;
}
.dda-subscription-form .newsletterForm form#frmSS5382 .newsletterForm-container input[type="submit"] {
    width: 150px;
}

/*Shortlisted & Winners Page Project Category Image Border Radius */

#exdda-category-project .shortlist-project .exdda-image-content img.exdda-gallery-image {
    border-radius: 1rem;
}

/*Jury 20222 page dynamic widget jury member image top border radious*/

.dda-jury-2021 .jury-group img.jury-president-image {
    border-radius: 14px 14px 0 0;
}

/*Login Menu Style */
.dda-login-menu li a::before {
    border-radius: 4px;
}
/*Project DSB Slider Styling*/
section.py-16.bg-white > div {
    background: #feb516;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 10px
}
span.dot.active {
    background-color: black;
}




@media screen and (min-device-width: 320px) and (max-device-width: 767px) { 
.dda-subscription-form .newsletterForm form#frmSS5382 .newsletterForm-container {
    display: block;
}
	.dda-subscription-form .newsletterForm form#frmSS5382 .newsletterForm-container input {
    margin-bottom: 12px;
}
/*Project DSB Slider Styling Responsive*/
    p.text-base.dda-heading-color.font-light {
        font-size: 1.3rem;
        line-height: 1.5em;
        max-width: 900px;
        margin: auto;
    }
	section.py-16.bg-white > div {
    width: 95%;
}
/*Reset Password Responsive*/	
	#exdda-password-reset-form input {
		margin-left: 0;
    width: 100%;
}
#exdda-password-reset-form input[type="submit"] {
    max-width: 100%;
    margin-left: 0 !important;
}
	
	/*Login Form Responsive */
	.dda-login-form  input[type="submit"] {
    margin-left: 0;
		margin-top : 15px;
		max-width: 100%;
}
	.dda-login-form form#exdda-login input {
		width: 100%;
}
	.dda-login-form form#exdda-login label {
    margin-bottom: 0;
		margin-top:15px;
	}
	.dda-login-form .rememberme {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}
	.dda-login-form .rememberme label{
		width: 52%;
    margin: 0 !important;
	}
	.dda-login-form input#rememberme {
    display: inline-block;
    width: 5% !important;
}
	
/*Lost Password */	
	.dda-lost-pass #exdda-lost-password-form input#user_login {
    margin-left: 0;
    width: 100%;
}
	.dda-lost-pass #exdda-lost-password-form input[type="submit"] {
    width: 100%;
    margin-left: 0;
}
	
	
	
	/*Regidtration Form Responsive*/
	.dda-registration-form  input[type="submit"] {
    margin-left: 0;
		margin-top:15px;
}
	.dda-registration-form form#exdda-registration input{
		max-width:100%;
	}
	
.dda-registration-form {
    padding: 40px 10px !important;
    height: auto !important;
}
	.dda-registration-form form#exdda-registration label{
		margin-top:15px;
		margin-bottom: 0;
	}
}


@media screen and (min-device-width: 768px) and (max-device-width: 1024px) { 
	.dda-newsletter-form .form-input.col-one-second {
    margin: 7px;
}
.dda-registration-form {
    padding: 40px 0 !important;
    height: auto !important;
}
}


.exdda-accordion .exdda-v-center{
	width: 100%;
	height: 100%;
}