/*
Theme Name: Avada
Description: The #1 selling theme of all time that allows you to build virtually any design style.
Author: ThemeFusion
Theme URI: http://avada.theme-fusion.com/
Author URI: http://themeforest.net/user/ThemeFusion
Version: 5.2.2
License: Themeforest Split Licence
License URI: -
Text Domain: Avada
*/

.subform {
	background: url('images/cdr_homepage_subscribe.jpg') no-repeat top center;
	background-size: cover;
	height: 497px;
	position: relative;

    height: 498px;
    position: relative;
    max-width: 252px;
    margin: 0 auto;
}

.subform form {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.subform form p {
	margin-top: 0;
	margin-bottom: 9px;
}

.subform input {
	background: #fed37e;
	background: white;
    border: 1px solid rgba(252, 45, 38, 0.6);
    padding: 6px;
    box-shadow: inset 0px 0px 3px rgba(0,0,0,0.8);
    width: 195px;
    font-size: 14px;

    box-sizing: border-box;
}

.subform form ::-webkit-input-placeholder {
   color: #a2864c;
}

.subform form :-moz-placeholder { /* Firefox 18- */
   color: #a2864c;
}

.subform form ::-moz-placeholder {  /* Firefox 19+ */
   color: #a2864c;
}

.subform form :-ms-input-placeholder {
   color: #a2864c;
}

.subform button {
	background: #fec533;
    background: -moz-linear-gradient(top, #fec533 0%, #fdb12e 47%, #fd7223 100%);
    background: -webkit-linear-gradient(top, #fec533 0%,#fdb12e 47%,#fd7223 100%);
    background: linear-gradient(to bottom, #fec533 0%,#fdb12e 47%,#fd7223 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec533', endColorstr='#fd7223',GradientType=0 );
    width: 195px;
    font-size: 14px;
    text-transform: uppercase;
    color: #dd0a16;
    font-weight: bold;
    border: 0;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.5);
    padding: 5px 0;
    text-shadow: 0px -0.5px #444;
}

.subform button:hover {
	cursor: pointer;
	opacity: 0.8;
}

div.wph-modal {
	z-index: 99999;
}

body:not(.wp-admin) div.wph-modal--mask {
	z-index: 99998;
}

#start-winning {
	cursor: pointer;
}

#start-winning:hover img {
	opacity: 0.9;
}

div.wph-modal .wph-modal--close a:before {
	color: white;
}


#wph-modal-popup--2 {
	font-family: Georgia, serif;
	max-width: 400px;
	color: black;
	line-height: 20px;
}

#wph-modal-popup--2 .left p {
	text-align: center;
}

#wph-modal-popup--2 .left {
	float: left;
	width: 57%;
}

#wph-modal-popup--2 .right {
	float: right;
	width: 43%;
}

#wph-modal-popup--2 .right img {
	max-width: 100%;
}

#wph-modal-popup--2 h2 {
	text-align: center;
	margin-top: 0;
	font-weight: normal;
	font-size: 28px;
}

#wph-modal-popup--2 h3 {
  font-size: 17px;
  margin: 0.2em;
  font-weight: normal;
  text-align: center;
	color: black;
	line-height: 20px;

}
#wph-modal-popup--2 .modal-body {
  padding: 15px;
  font-size: 0.9em;
}

#wph-modal-popup--2 p {
  color: #344a5f;
  color: black;
  font-size: 15px;
  font-family: "Georgia";
  margin: 10px 0;
}

#wph-modal-popup--2 p strong {
	color: black;

}

#wph-modal-popup--2 form {
  /* text-align: center; */
  margin-left: 10px;
}
#wph-modal-popup--2 form input[type=text],
#wph-modal-popup--2 form input[type=email] {
  padding: 12px;
  font-size: 16px;
  width: 300px;
  border: 1px solid #34341e;
  -webkit-font-smoothing: antialiased;
  background: transparent;
  padding: 7px;
}

#wph-modal-popup--2 #subForm {
	margin-top: 10px;
}

#wph-modal-popup--2 form button {
	background: #09498d;
    border: none;
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 13px;
    position: relative;
    z-index: 1;
}

#wph-modal-popup--2 form button:hover {
	cursor: pointer;
}

#wph-modal-popup--2 form input[type=submit] {
  text-transform: uppercase;
  font-weight: bold;
  padding: 12px;
  font-size: 1.1em;
  border-radius: 4px;
  color: #fff;
  background-color: #4ab471;
  border: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
#wph-modal-popup--2 form p {
  text-align: left;
  font-size: 0.9em;
}
#wph-modal-popup--2 .modal-footer {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}
#wph-modal-popup--2 .modal-footer p {
  text-transform: capitalize;
  cursor: pointer;
  display: inline;
  border-bottom: 1px solid #344a5f;
  font-size: 12px;
}

.wph-modal.wph-modal--popup {
	/*zoom: 101%; */
}

/* Large desktop */
@media (min-width: 1200px) {

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

}

/* Landscape phones and down */
@media (max-width: 350px) {
	#wph-modal-popup--1.wph-modal--1.wph-modal .wph-modal--content .wph-modal--message p {
	    font-size: 16px !important;
	    line-height: 27px !important;
	}
}

@media (max-width: 770px) {
	.wph-modal-container.wph-modal.wph-modal--simple .wph-modal--content .wph-modal--wrap {
	    max-height: 500px;
	    overflow-y: auto;
	}

	#start-winning {
		text-align: center;
	}
}

html .ls-container, body .ls-container, #ls-global .ls-container {
	max-width: 100%;
}

.woocommerce.single #main {
    padding-left: 30px !important;
    padding-right: 30px;
}

.fusion-is-sticky .fusion-main-menu > ul > li {
	padding-right: 35px !important;
}

.woocommerce-container .product-title {
	font-size: 17px;
}

.product-details-container,
.product-details-container .fusion-price-rating {
	text-align: center;
}

.product-details-container .fusion-price-rating .price {
	margin-left: auto;
	margin-right: auto;
}

.archive.woocommerce .page-title {
	font-size: 28px;
}

.fusion-menu-cart .fusion-menu-cart-checkout {
	background-color: #014387;
}

.woocommerce-checkout .avada-myaccount-user {
	display: none;
}

.woocommerce-cart .return_shop {
	text-align: right;
    padding: 20px 30px 0 20px;
    margin-top: 10px;
}

.return_shop .wc-backward {
	padding: 17px 20px 17px 15px;
    line-height: 21px;
    font-size: 15px;
    background: #014387;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 900;
}

.return_shop .wc-backward:hover {
	color: #f6dd00;
}

.return_shop .wc-backward:before {
    content: "\f177";
    font-family: "FontAwesome";
    margin-right: .53em;
    color: white;
    font-weight: 400;
}

.single-product .return_shop {
	margin-bottom: 15px;
}

.single-product .product .summary .cart .quantity.hidden {
	display: none;
}

.pricing-table thead th {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    padding: 1.387em;
    vertical-align: middle;
}

.dynamic-pricing table thead th {
    padding-left: 0;
    padding: 0.5em;
    text-align: left;
}

.pricing-table {
	width: 200px;
    border-bottom: 1px solid #d0d4e4;
}

.pricing-table td {
    padding: 0.857em 1.387em;
    text-align: left;
}

.dynamic-pricing table tbody td {
    padding-left: 0;
}

.product-buttons .button {
	display: none;
}

.product-details .fusion-content-sep {
	display: none;
}

.product-buttons {
	margin-top: 5px;
}

.product-buttons .show_details_button {
    margin: 0 auto;
    text-align: center;
    float: none !important;
}

.product-buttons .show_details_button:before {
	margin-right: 2px;
}