/* LICENSE & DETAILS
   ==================================================

	Theme Name: Atelier Child Theme
	Theme URI: http://atelier.swiftideas.com
	Description: An Incredible Responsive Multi-Purpose WordPress WooCommerce Theme - Designed & Developed by Swift Ideas ( www.swiftideas.com )
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Template: atelier
	Version: 1.0
	Author: Swift Ideas
	Author URI: www.swiftideas.com

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/

/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */


@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?55062625');
  src: url('font/fontello.eot?55062625#iefix') format('embedded-opentype'),
       url('font/fontello.woff2?55062625') format('woff2'),
       url('font/fontello.woff?55062625') format('woff'),
       url('font/fontello.ttf?55062625') format('truetype'),
       url('font/fontello.svg?55062625#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
   font-family: 'evonline';
   src: url('font/evonline.eot?l9obew');
   src: url('font/evonline.eot?l9obew#iefix') format('embedded-opentype'),
        url('font/evonline.ttf?l9obew') format('truetype'),
        url('font/evonline.woff?l9obew') format('woff'),
        url('font/evonline.svg?l9obew#evonline') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
      font-family: 'redes-sociais';
      src: url('font/redes-sociais.eot?85775383');
      src: url('font/redes-sociais.eot?85775383#iefix') format('embedded-opentype'),
           url('font/redes-sociais.woff?85775383') format('woff'),
           url('font/redes-sociais.ttf?85775383') format('truetype'),
           url('font/redes-sociais.svg?85775383#redes-sociais') format('svg');
      font-weight: normal;
      font-style: normal;
}
	
	
	
/* EVO RODAPÉ*/

.icone-love:after{
	content: '\e800';
	font-family: 'fontello';
}

.logo-evonline:after {
   content: "\e0";
   font-family: 'evonline' !important;
}	


/* OPÇÕES DO TEMA */

.redux-main input{
    font-size: 14px !important;	
}

.yith-wcwl-share ul, .yith-wcwl-share li{
    height: auto !important;
}


/* MINHA CONTA */

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 68%;
}


@media only screen and (max-width: 767px){
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
	width: 100%;}
}

@media only screen and (max-width: 767px){
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    float: none;
	margin-bottom: 30px;}
}


.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info{
	border:none !important;
}




/* FORMULARIO */

input.vfb-text, input[type="text"].vfb-text, input[type="tel"].vfb-text, input[type="email"].vfb-text, input[type="url"].vfb-text, textarea.vfb-textarea{
	padding: 8px 10px;
}

/* .vfb-item label{
	display: none;
} */

.visual-form-builder fieldset{
	margin: 0 !important;
}

.ocultar, .visual-form-builder .vfb-legend, .vfb-item-secret{
   display:none !important;
}

.visual-form-builder fieldset{
   border: 0 !important;
   border-radius: 0 !important;
   background-color: transparent !important;
}

.verification ul li.vfb-item-submit{
   width: 100% !important;
   padding: 0 !important;
   margin-top: 0px !important;
}

.verification ul li.vfb-item-submit input{
   width: 100% !important;
   padding: 15px 0;
}

form.visual-form-builder{
	margin: 0 !important;
}

.vfb-fieldset ul li{
  padding-left:0 !important;
}

.vfb-item-text input, .vfb-textarea{
  background: none !important;
  box-shadow: none !important;
  border-radius: 0px !important;
}

.verification .vfb-section{
	margin-right: 22px !important;
}