/*
Theme Name: dg_Divi-Child
Author: _dg
Author URI: https://durkangroup.com
Template: Divi
Version: 1.0
Description: Just what you need, nothing less.
*/

/* Custom Styles */

span.mobile_menu_bar:before {
    color: #97191C !important;
} 

/* a spot text */

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content-container.center, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-image-container.center {
    -webkit-align-self: start !important;
    -moz-align-self: start !important;
    -ms-align-self: start !important;
    align-self: start !important;
    margin-top: 12vh !important;
}

/* Basic Styling */

.contact-form_wrapper.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.contact-form_wrapper.gform_wrapper textarea,
.tml.tml-login input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.tml.tml-lostpassword input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.tml.tml-profile input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
/* 	border: 0px solid #DCA47D; */
	margin: 0;
    color: #EE5300;
/* 	background-color: #DCA47D; */
	padding: 10px 15px;
	width: 100%;
	font-weight: 600;
	border: 1px solid #bbb;
    color: #4e4e4e;
    background-color: #fff;
}

.tml.tml-login,
.tml.tml-lostpassword,
.tml.tml-profile {
	font-family: 'Nunito',Helvetica,Arial,Lucida,sans-serif;
    max-width: 407px;
}

ul.tml-links {
    list-style: none !important;
    list-style-type: none !important;
    padding-left: 0 !important;
}

ul.tml-links li a {
	color: #dca57d!important;
}

.contact-form_wrapper .gform_body ul.gform_fields li.gfield input::placeholder,
.contact-form_wrapper.gform_wrapper textarea::placeholder{
	color: #EE5300;
}

.contact-form_wrapper.gform_wrapper ul.gform_fields li.gfield div.ginput_container{
	margin: 0;
}

.contact-form_wrapper.gform_wrapper .gform_footer{
	margin: 0;
    padding: 0;
}
.contact-form_wrapper.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit],
.tml.tml-login input[type=submit],
.tml.tml-lostpassword input[type=submit],
.tml.tml-profile  input[type=submit],
.single-order button {
	background-color: #DCA47D;
	color: #ffffff;
	text-transform: uppercase!important;
	font-size: 15px;
    font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif!important;
	letter-spacing: 3px;
    padding: 12px 40px;
    border: 1px solid #DCA47D;
	float: right;
    margin-top: 10px;
	font-weight: 600;
}

#gform_submit_button_1.gform_button:hover {
  background-color: #c99872 !important;
  color: #fff !important;
}
	/* have at it...*/

	/* Responsive Styles Large Desktop And Above */
	@media all and (min-width: 1405px) {}

	/* Responsive Styles Standard Desktop Only */
	@media all and (min-width: 1100px) and (max-width: 1405px) {}

	/*Standard Desktop Only*/
	@media all and (min-width: 981px) and (max-width: 1405px) {}

	/* Responsive Styles 981px - 1100px */
	@media all and (min-width: 981px) and (max-width: 1100px) {}

	/* Responsive Styles Desktop Only */
	@media all and (min-width: 981px) {}

	/* Responsive Styles Tablet And Below */
	@media all and (max-width: 980px) {}

	/* Responsive Styles 782px */
	@media screen and (max-width: 782px) {}

	/* Responsive Styles Tablet Portrait */
	@media all and (max-width: 768px) {}

	/* Responsive Styles Smartphone Only */
	@media all and (max-width: 767px) {}

	/* Responsive Styles Smartphone Portrait */
	@media all and (max-width: 479px) {		
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content-container.center, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-image-container.center {
    margin-top: 20px !important;
}

}

	/* Responsive Styles Small Smartphone Portrait */
	@media all and (max-width: 380px) {}


/* remember, stay fluid and try not to edit these utilities */
.simple-overlay {
  z-index: 3; }
  .simple-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    background: #1c1c1c;
    opacity: 0.65;
    z-index: 1; }
  .simple-overlay.light::before {
  	opacity: 0.35;	
  }

.black {
  color: #000000; }
  .black a:hover {
    opacity: .8; }

.white {
  color: #ffffff; }
  .white a:hover {
    opacity: .8; }

.offwhite {
  color: rgba(255, 255, 255, 0.75); }
  .offwhite a:hover {
    color: #ffffff; }

.fl-h1 {
  font-size: 3rem; }

.fl-h2 {
  font-size: 2.75rem; }

.fl-h3 {
  font-size: 2.5rem; }

.fl-h4 {
  font-size: 2.25rem; }

.fl-h5 {
  font-size: 2rem; }

.fl-h6 {
  font-size: 1.75rem; }

.p18 {
  line-height: 1.5em;
  font-size: 1.125rem; }

.f300 {
  font-weight: 300; }

.f400 {
  font-weight: 400; }

.f500 {
  font-weight: 500; }

.f600 {
  font-weight: 600; }

.f700 {
  font-weight: 700; }

.f800 {
  font-weight: 800; }

.f900 {
  font-weight: 900; }

.caps {
  text-transform: uppercase; }

.constrain-mw {
  max-width: 1170px !important; }

.small {
  font-size: 80%; }

.fs--85x {
  font-size: .75rem;
  font-size: .85rem; }

.fs-1x {
  font-size: 1rem; }

.fs-1-15x {
  font-size: 1.15rem; }

.fs-1-25x {
  font-size: 1.25rem; }

.fs-1-5x {
  font-size: 1.5rem; }

.fs-1-65x {
  font-size: 1.65rem; }

.fs-1-75x {
  font-size: 1.75rem; }

.fs-1-85x {
  font-size: 1.85rem; }

.fs-1-95x {
  font-size: 1.95rem; }

.fs-2x {
  font-size: 2rem; }

.fs-2-5x {
  font-size: 2.5rem; }

.fs-2-75x {
  font-size: 2.75rem; }

.fs-3x {
  font-size: 3rem; }

.fs-3-5x {
  font-size: 3.5rem; }

.fs-4x {
  font-size: 4rem; }

.fs-5x {
  font-size: 5rem; }

.lh-1x {
  line-height: 1rem; }

.lh-1-15x {
  line-height: 1.15rem; }

.lh-1-25x {
  line-height: 1.25rem; }

.lh-1-5x {
  line-height: 1.5rem; }

.lh-1-75x {
  line-height: 1.75rem; }

.lh-2x {
  line-height: 2rem; }

.lh-2-5x {
  line-height: 2.5rem; }

.trek-m25 {
  letter-spacing: -.25px; }

.trek-m20 {
  letter-spacing: -.2px; }

.trek-m15 {
  letter-spacing: -.15px; }

.trek0 {
  letter-spacing: 0px; }

.trek-25 {
  letter-spacing: .25px; }

.trek-50 {
  letter-spacing: .5px; }

.trek1 {
  letter-spacing: 1px; }

.trek1-2 {
  letter-spacing: 1.25px; }

.trek1-5 {
  letter-spacing: 1.5px; }

.trek1-75 {
  letter-spacing: 1.75px; }

.trek2 {
  letter-spacing: 2px; }

.trek3 {
  letter-spacing: 3px; }

.trek4 {
  letter-spacing: 4px; }

.trek5 {
  letter-spacing: 5px; }

.trek6 {
  letter-spacing: 6px; }

.inactive {
  display: none !important; }

.ma0 {
  margin-right: auto !important;
  margin-left: auto !important; }

.mt0 {
  margin-top: 0; }

.mb0 {
  margin-bottom: 0; }

.pad0 {
  padding: 0 !important; }

.pad-bot0 {
  padding-bottom: 0; }

.pad-top0 {
  padding-top: 0; }

.w50 {
  width: 50%; }
  @media (max-width: 766px) {
    .w50 {
      width: 100%; } }

.w55 {
  width: 55%; }
  @media (max-width: 766px) {
    .w55 {
      width: 100%; } }

.w60 {
  width: 60%; }
  @media (max-width: 766px) {
    .w60 {
      width: 100%; } }

.w65 {
  width: 65%; }
  @media (max-width: 766px) {
    .w65 {
      width: 100%; } }

.w70 {
  width: 70%; }

.w75 {
  width: 75%; }

.w80 {
  width: 80%; }

.w85 {
  width: 85%; }

.w90 {
  width: 90%; }

.w95 {
  width: 95%; }

.w100 {
  width: 100%; }

@media (max-width: 478px) {
  .mw100 {
    width: 100%; } }

.va-bottom {
  vertical-align: bottom; }

.va-middle {
  vertical-align: middle; }

.z0 {
  z-index: 0; }

.z05 {
  z-index: 5; }

.z10 {
  z-index: 10; }

.pos-a {
  position: absolute; }

.pos-rel {
  position: relative; }

.r0 {
  right: 0 !important; }

.r20 {
  right: 20%; }

.l0 {
  left: 0; }

.t0 {
  top: 0; }

.b0 {
  bottom: 0; }

.text-center {
  text-align: center; }

.rot90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.rot180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.disabled {
  color: #1c1c1c;
  pointer-events: none; }

.grayscale, .greyscale {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }
  .grayscale:hover, .greyscale:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out; }

.mbs-1 {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .mbs-1:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.mbs-2 {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1); }

.mbs-3 {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1); }

.mbs-4 {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1); }

.mbs-5 {
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }

#footer-widgets .footer-widget li {
  padding-left: 0; }
  #footer-widgets .footer-widget li::before {
    display: none !important; }

footer#site-footer {
  background-color: #1c1c1c;
  font-size: 14px;
  color: #999999; }
  footer#site-footer .site-info {
    width: 90%;
    margin: 0 auto;
    padding: 1em; }
    
    
    
.et_pb_menu_0.et_pb_menu.portal-nav {
    background-color: transparent;
}

.et_pb_menu_0.et_pb_menu.portal-nav ul#menu-portal-nav {
    border-bottom: 2px solid rgba(255,255,255,1);
    padding: 4px !important;
    margin-left: 0px;
}

.et_pb_menu_0.et_pb_menu.portal-nav ul#menu-portal-nav li {
	padding: 0 0 2px;
	margin-right: 10px;
}

.et_pb_menu_0.et_pb_menu.portal-nav ul#menu-portal-nav li:last-child {
	margin-right: 0;
}

.et_pb_menu_0.et_pb_menu.portal-nav ul#menu-portal-nav li a {
	padding: 4px;
    color: #fff;
    font-weight: bold;
}

.entries-wrap {
    display: inline-flex;
    flex-direction: column;
}

.entries-wrap h2 {
	color: #fff;
	padding-top: 64px;
	padding-bottom: 32px;
}

.single-order {
	margin-bottom: 24px;
    color: #fff;
	border: 1px solid #fff;
	display: flex;
    flex-direction: column;
}

.single-order .inner {
	display: inline-block;
}

.single-order button {
	position: relative;
	margin-top: 0;
	text-align: left;
	width: 100%;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	border: 0;
	padding: 8px 40px 8px 14px;
}

.single-order button span {
	font-weight: 700;
}

.single-order button span.arrow {
	position: absolute;
	right: 16px;
	top: 50%;
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    transform: translateY(-50%) rotateX(0);
    transition: transform 0.3s linear;
}

.single-order.open button span.arrow {
    transform: translateY(-50%) rotateX(180deg);
}

.single-order ul {
	background: #000;
	padding: 30px 32px 20px;
}

.single-order ul li {
	font-weight: 600;
	margin-bottom: 8px;
}

.no-orders-wrap {
	font-size: 16px;
	color: #fff;
	font-weight: 500;	
}

.no-orders-wrap a {
	display: inline-block;
}

