/* Enter Your Custom CSS Here */
input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input.text,
input.title,
textarea,
select {	
	border: none;	
  	border-bottom: 1px solid grey;
  	width: 75%;
}

input[type=text]:focus,
input.text:focus,
input.title:focus,
textarea:focus,
select:focus {
	border-color: #2d3940;
	color: #3e3e3e;
}
/*custom submit button*/
input[type=submit] {
	border-radius: 15px;
    background: #000;
    border: none;
    color: #fff;
    padding: 10px 15px 7px 15px;
    font-size: 18px;
  	font-style: italic;
}



.et_fixed_nav #et-top-navigation {
	float: right!important;
}


.woocommerce div.product div.images img {
	    width: 50%;
}

@media (max-width: 980px) {
	.et_fixed_nav #et-top-navigation {
		float: right;
	}

}

.cart-empty {
	font-size: 25px;
  	color: #C6A149;
  	font-weight: bold;
}
@media (max-width: 480px) {
	.et_pb_fullwidth_portfolio .et_pb_portfolio_image {
		width: 100%;
    	text-align: center;
    	margin: 0 50%;
    	display: block;
    	position: relative;
	}
}

.wpcf7-form-control-wrap {
	padding-top: 20px;
}


#et_top_search {
	display: block;
	float: right;
	position: relative;
	width: 18px;
	margin: 20px 0 0 5px;
}
#et-top-navigation .et-cart-info {
    padding: 18px 10px 11px 20px;
}

/* Shared Fullwidth Menu Styles */
#top-menu li {
    display: table-cell;
    padding-right: 0;
    font-size: 14px;
    border-right: 1px solid black;
    min-width: 170px;
    text-align: center;
    margin: auto;
    padding-top: 19px;
    padding-bottom: 4px;
}

@media (min-width: 1579px) and (max-width: 1809px){
	#top-menu li {
		min-width: 151px;		
	}
}
@media (min-width: 1509px) and (max-width: 1578px){
	#top-menu li {
		min-width: 143px;		
	}
}
@media (min-width: 1401px) and (max-width: 1508px){
	#top-menu li {
		min-width: 132px;		
	}	
}
@media (min-width: 1301px) and (max-width: 1400px){
	#top-menu li {
		min-width: 118px;		
        border-right: none;
	}	
    #top-menu>li:first-child {
       border-left: none;
    }
}
@media (max-width: 1300px) and (min-width: 981px) {
#top-menu li {
    min-width: 74px;    
  border-right: none;
}
}
@media (max-width: 980px) {
#et_top_search {
    float: left;
    margin: 15px 10px 0 10px;
}
}
@media (max-width: 767px) {

#et-top-navigation .et-cart-info {
   margin-top: 0px;    
}
}

.flowplayer a {
	background-image: none!important;
	height: 0px!important;
}



@media (min-width: 480px) and (max-width: 3000px) {
.et_pb_fullwidth_portfolio .et_pb_portfolio_image {
        width: 57%;
        text-align: center;
  		margin: 0 22%;
    	display: block;
    	position: relative;
}
}
