/*
 Theme Name:   WooPress Child
 Theme URI:    https://www.sevamavirabrequimecomando.com.br
 Description:  WooPress Child Theme
 Author:       Unionfor Web
 Author URI:   https://www.unionforweb.com.br
 Template:     woopress
 Version:      0.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  woopress-child
*/

/*
header {
	border-bottom: 1px solid #ddd;
}
*/

/*
.top-bar {
	background: #e5534c !important;
}
*/

.page-content {
    margin-top: 30px !important;
    margin-bottom: 0px !important;
}

.title {
	font-size: 32px !important;
}

.contact-form label {
	margin-bottom: 10px !important;
	font-weight: normal !important;
	display: inline-block !important;
}

.contact-form label span {
    color: #f00 !important;
    margin-left: 0px !important;
    font-weight: 700 !important;
	font-family: sans-serif;
}

.form-control {
    display: block !important;
    width: 100% !important;
}

.contact-form textarea {
    height: 140px !important;
}

input[type="text"], input[type="email"], input[type="tel"] {
    max-width: 100% !important;
}

.mfp-content {
    padding: 50px 0;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: default !important;
}

.mfp-counter {
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -15px;
    color: #cccccc;
    font-size: 13px;
    line-height: 18px;
}

.emodal {
	max-width: 600px !important;
}

.quick-view-popup {
	max-width: 850px !important;
}

#commentform textarea {
    height: 244px;
    max-height: 244px;
}

form .form-row textarea {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #d5d5d5;
    box-shadow: none;
    display: block;
    height: 120px;
    max-width: 653px;
    max-height: 120px;
    line-height: 1.5em;
}

.bc-type-3, .bc-type-4, .bc-type-5, .bc-type-6 {
  /*padding-top: 60px !important;*/
}

.bc-type-3,.bc-type-4, .bc-type-5, .bc-type-6 {
  padding: 130px 0 !important;
  background-attachment: scroll;
  border-bottom: none !important;
  -webkit-background-size: inherit;
  -o-background-size: inherit;
  background-size: inherit;
}

.main-footer p {
  margin-top: 10px;
  /*margin-bottom: 15px;*/
  font: 12px/18px 'Raleway', Arial, Helvetica, sans-serif;
  color: #767676;
}

.owl-controls .owl-next, .owl-controls .owl-prev {
  background: none;
  width: 31px;
  position: relative;
  height: 31px;
  border: 2px solid #eee;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.owl-controls .owl-next:hover, .owl-controls .owl-prev:hover {
  background-color: transparent;
  border-color: #00afef;
}

.owl-controls .owl-next:hover:before, .owl-controls .owl-prev:hover:before {
  color: #bbb;
}

.owl-controls .owl-next:before {
  content: "\f105";
  position: absolute;
  font-size: 20px;
  font-family: FontAwesome;
  color: #00afef;
  left: 11px;
  top: -1px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.owl-controls .owl-prev:before {
  content: "\f104";
  position: absolute;
  font-size: 20px;
  font-family: FontAwesome;
  color: #00afef;
  left: 9px;
  top: -1px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.pagination-slider .owl-next, .owl-nav .owl-next, .pagination-slider .owl-prev, .owl-nav .owl-prev {
  background: none;
  width: 31px;
  position: relative;
  height: 31px;
  border: 2px solid #eee;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.pagination-slider .owl-next:hover, .owl-nav .owl-next:hover, .pagination-slider .owl-prev:hover, .owl-nav .owl-prev:hover {
  background-color: transparent;
  border-color: #00afef;
}

.pagination-slider .owl-next:hover:before, .owl-nav .owl-next:hover:before, .pagination-slider .owl-prev:hover:before, .owl-nav .owl-prev:hover:before {
  color: #bbb;
}

.pagination-slider .owl-next:before, .owl-nav .owl-next:before {
  content: "\f105";
  position: absolute;
  font-size: 20px;
  font-family: FontAwesome;
  color: #00afef;
  left: 11px;
  top: -1px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.pagination-slider .owl-prev:before, .owl-nav .owl-prev:before {
  content: "\f104";
  position: absolute;
  font-size: 20px;
  font-family: FontAwesome;
  color: #00afef;
  left: 9px;
  top: -1px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.sidebar-widget .blog-post-list .media-body strong, .sidebar-slider .blog-post-list .media-body strong {
  color: #fff;
}

.wpcf7 .form-group {
	position:relative;
	margin-bottom:20px;	
}

.wpcf7 .no-pd {
	padding-right: 0 !important;
	padding-left: 0 !important;
	
}

.wpcf7 .no-pd-l {
	padding-left: 0 !important;
	
}

.wpcf7 .no-pd-r {
	padding-right: 0 !important;
	
}

.wpcf7 label {
	position:relative;
	font-size:14px;
	font-weight:600;
	margin-bottom:5px;
	color:#000000;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
	outline: none;
	position:relative;
	display:block;
	width:100%;
	background:#ffffff;
	color:#1c1c1c;
	line-height:24px;
	padding:7px 15px;
	border:1px solid #cccccc;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;	
}

.wpcf7 select {
	position:relative;
	display:block;
	width:100%;
	background:none !important;
	color:#1c1c1c;
	line-height:24px;
	padding:7px 15px;
	border:1px solid #cccccc;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
}

.wpcf7 input[type="checkbox"] {
	margin: 5px 10px 0 0 !important;
}

.wpcf7 input[type="text"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 input[type="tel"]:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
	background:#ffffff;
	border-color:#d60303;
}

.wpcf7 textarea {
	height:140px;
	resize:none;	
}

.wpcf7-list-item {
	margin: 0!important;
}

.wpcf7-validation-errors {
	border: 2px solid #d60303!important;
	border-radius: 4px;
}

.wpcf7-response-output {
	margin: 0 15px !important;
	overflow: hidden;
}

.wpcf7-not-valid-tip {
	display: inline-block !important;
}

.page-404 {
  text-align: center;
  margin-bottom: 110px !important;
}

.post h2 {
  font: 18px/20px 'Raleway', Georgia, Helvetica, sans-serif;
  color: #000;
  margin: 0;
  text-transform: uppercase;
}

.title-products {
	text-shadow: 0px 2px 5px rgba(0,0,0,0.8);
}

.menu-social-icons i {
    position: relative;
    z-index: 2;
    font-style: normal;
    font-size: 16px;
    background-color: #353535 !important;
    color: #FFF;
    border-radius: 100%;
    line-height: 28px;
    text-align: center;
}

.menu-social-icons.larger i {
    width: auto !important;
    height: auto !important;
    color: #fff !important;
    font-size: 22px !important;
    line-height: 40px !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.menu-social-icons.larger i.ico-facebook:hover {
    text-decoration: none;
	color: #3b5998 !important;
}

.menu-social-icons.larger i.ico-twitter:hover {
    text-decoration: none;
	color: #00aced !important;
}

.menu-social-icons.larger i.ico-google-plus:hover {
    text-decoration: none;
	color: #dd4b39 !important;
}

.menu-social-icons.larger i.ico-pinterest:hover {
    text-decoration: none;
	color: #cb2027 !important;
}

.menu-social-icons.larger i.ico-envelope:hover {
    text-decoration: none;
	color: #464646 !important;
}

.share-post .menu-social-icons i {
    background: transparent !important;
    width: 42px;
    height: 42px;
    line-height: 42px;
    color: #a0a0a0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.etheme_widget_search input[type="text"], .woocommerce-product-search input[type="text"], .etheme_widget_search input[type="email"], .woocommerce-product-search input[type="email"], .etheme_widget_search input[type="password"], .woocommerce-product-search input[type="password"], .etheme_widget_search input[type="search"], .woocommerce-product-search input[type="search"] {
    color: #333;
    max-width: 55% !important;
}

.sidebar.col-md-3 .etheme_widget_search input[type="text"] {
    margin-bottom: 10px;
    max-width: 55% !important;
}

