/*
 Theme Name:   E.com customized TheFox theme
 Description:  E.com customized TheFox theme
 Author:       Vladimir Kostin
 Template:     TheFox
 Version:	1.0.0
*/
@import url("../TheFox/style.css");
@font-face {
  font-family: 'ubunto-extra-bold';
  font-style: normal;
  font-weight: 300;
  src: local('Ubuntu Light'), local('Ubuntu-Light'), url(https://fonts.gstatic.com/s/ubuntu/v8/_aijTyevf54tkVDLy-dlnFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
}
@font-face {
  font-family: 'ubunto-extra-bold';
  font-style: normal;
  font-weight: 400;
  src: local('ubunto-extra-bold'), url(https://fonts.gstatic.com/s/ubuntu/v8/sDGTilo5QRsfWu6Yc11AXg.woff2) format('woff2');
}
@font-face {
  font-family: 'ubunto-extra-bold';
  font-style: normal;
  font-weight: 500;
  src: local('Ubuntu Medium'), local('Ubuntu-Medium'), url(https://fonts.gstatic.com/s/ubuntu/v8/OsJ2DjdpjqFRVUSto6IffFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
}
@font-face {
  font-family: 'ubunto-extra-bold';
  font-style: normal;
  font-weight: 700;
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(https://fonts.gstatic.com/s/ubuntu/v8/0ihfXUL2emPh0ROJezvraFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
}
@font-face {
  font-family: 'ubunto-extra-bold';
  font-style: italic;
  font-weight: 300;
  src: local('Ubuntu Light Italic'), local('Ubuntu-LightItalic'), url(https://fonts.gstatic.com/s/ubuntu/v8/DZ_YjBPqZ88vcZCcIXm6Vo4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
}
@font-face {
  font-family: 'ubunto-extra-bold';
  font-style: italic;
  font-weight: 400;
  src: local('Ubuntu Italic'), local('Ubuntu-Italic'), url(https://fonts.gstatic.com/s/ubuntu/v8/WB6rgjTg_oRfj6mlXZJbb_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
}
@font-face {
  font-family: 'ubunto-extra-bold';
  font-style: italic;
  font-weight: 500;
  src: local('Ubuntu Medium Italic'), local('Ubuntu-MediumItalic'), url(https://fonts.gstatic.com/s/ubuntu/v8/ohKfORL_YnhBMzkCPoIqwo4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
}
@font-face {
  font-family: 'ubunto-extra-bold';
  font-style: italic;
  font-weight: 700;
  src: local('Ubuntu Bold Italic'), local('Ubuntu-BoldItalic'), url(https://fonts.gstatic.com/s/ubuntu/v8/OMD20Sg9RTs7sUORCEN-7Y4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
}

/** Test **/

.page-id-61 .code_box_ctn { 
	padding: 0; 
	background-color: #fff;
}

#contactForm { color: #424242; }

#contactForm p { margin-bottom: 23px; }

#contactForm input,
#contactForm textarea { color: #707070; }

#contactForm br { display: none; }

#contactForm input:not([type=submit]),
#contactForm textarea { 
	border: 1px solid #ebebeb; 
	background: #fff;
	margin-top: 3px;
}

#contactForm input[type="submit"]{
	background: #ffffff;
	color: #424242 !important;
	margin-top: 3px;
	font-family: 'Lato';
	font-size: 14px;
	font-weight: 700;
	border-radius: 5px;
	padding: 9px 20px 10px;
	letter-spacing: 1.5px;
	border: 2px solid;
	min-width: 230px;	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	cursor: pointer;	
}

#contactForm input[type="submit"]:hover {
	background: #424242;
	border-color: #424242;
	color: #fff !important;
}