/*

Theme Name: RecoverMe


*/
/*.products  li .add_to_cart_button{display:none !important;}
.woocommerce form.cart,
.single_add_to_cart_button{display:none !important;}
*/
/* Change WC Acct Page Column Widths */
@media only screen and (min-width: 769px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 22%;
  }
  .woocommerce-account .woocommerce-MyAccount-content { 
    width: 75%;
  }
}
/* Style WC Account Endpoint Links */
nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  max-width:200px;
  font-size: 17px;
  line-height: 26px;
}
nav.woocommerce-MyAccount-navigation ul li {
  padding: 8px 20px;
  background-color: rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: rgba(0,0,0,0.1);
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: rgba(0,0,0,0.8); cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.1);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
  background-color: rgba(0,0,0,0.07);
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after { 
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.07);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}
.slider.visual .textblock {
    padding-right: 20px;
    color: #162a72;
      font-size: 1.125rem;
    line-height: 1.875rem;
}
.videos-block.columns blockquote q {
    display: block;
    color: #003366 !important;
    margin-bottom: 20px;
}
.woocommerce ul.products li {
    -webkit-box-shadow: 1px 0px 8px 0px #777;
    -moz-box-shadow: 1px 0px 8px 0px #777;
    box-shadow: 1px 0px 8px 0px #777;
    padding: 20px !important;
}
.woocommerce-result-count,
.woocommerce .woocommerce-ordering{display:none !important;}
.page-template-default .slider .textblock {
    font-size: 1.125rem;
    line-height: 1.875rem;
}
.woocommerce div.product {
    overflow: hidden;
}
.woocommerce div.product form.cart{margin-bottom:0;}
.woocommerce div.product form.cart .or_haha {
    display: block;
    clear: both;
}
.content_Zato{
    background: white;
    padding: 30px 25px;
    margin-top: 30px;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 30%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 60%;
    clear: none;
}
.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
    margin-top: 60px;
}
.col-right.mobile_only{display:none;}
#wrapper .uap-pass-form-wrap  input[type=text] {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: #2b2b2b;
    padding: 8px 10px 7px;
    background-color: #fafafa;
    margin-bottom: 7px;
    height: auto !important;
    font-size: 14px;
    font-weight: 300;
    background-color: #edf0f5;
    box-shadow: 2px 0px 30px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0);
    -moz-box-shadow: 2px 0px 30px rgba(0,0,0,0);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
#wrapper .uap-pass-form-wrap  .button  {
	    margin-bottom: 10px;
		    margin-top: 10px;
    color: #fff !important;
    width: 100%;
    border: none;
    background: none repeat scroll 0 0 #33b5e5 !important;
    border-color: #1a9bcb !important;
    box-shadow: none !important;
    border-radius: 3px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    padding: 10px 30px 11px;
}
#wrapper .uap-register-3 {
    max-width: 500px !important;
	width:100%;
}
.new_style{margin-top:15px; width:100%}

.big_menu .mega-drop ul{width:100%}
.big_menu .mega-drop ul li {
    width: 50%;
	float:left;
}
.big_menu .mega-drop ul ul li {width:100%; float:none }
#header .navbar-light .navbar-nav{width:100%}
.product_meta{display:none !important;}
.woocommerce div.product div.images img {
    /* display: block; */
    width: auto;
    height: auto;
    box-shadow: none;
    margin: 0 auto;
    display: block;
}
.footer_menu li {display:inline-block; margin-right:10px;}
@media (min-width: 992px){

.navbar-expand-lg .navbar-nav .dropdown-menu {

    position: absolute;

    left: auto;

    padding: 12px 10px;

    text-align: left;

}

}

.dropdown-menu li{margin-left:0 !important;     margin-bottom: 10px;}

.woocommerce form .form-row {

    padding: 3px;

    margin: 0 0 6px;

    display: block;

}

.select2-container--default .select2-selection--single{display:none !important;}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {

	  max-width: 100%;

	  padding:0;

}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {

    border: 1px solid #ebeaf1;

    padding: 11px 10px;

}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {

    max-width: 100%;

}

.icon-bottom{display:inline-block}

.breadcrumb  li {color:#FEDC0D }

.text-right {

    text-align: right;

}

.call-to-action .filter {

    margin-bottom: 30px;

    min-height: 428px;

}

.call-to-action .filter  a{color:#333;}



.our-brand .fa-play{

    font-size: 86px;

    line-height: 0;

    top: 50%;

    position: absolute;

    right: 40%;

    text-align: center;

    margin: 0 auto;

    color: white;

}

.cotent_box{min-height:103px;}

.wpcf7 .btn-send{padding-top:5px;}

.footer-menu li a{text-transform:uppercase}

div.wpcf7 .ajax-loader{display:none !important;}

.meta ul{padding:0}

.meta ul li{display:inline-block}

.banner.banner_inner{padding:20px 0 !important;}
.download-area .wpcf7-response-output{display:none !important}
.download-area .wpcf7-response-output.wpcf7-mail-sent-ok{    top: 20px;
    position: absolute;
    background: green;
    color: white;
border:none;
display:block !important;
}

.nc_socialPanel {

    display: block;

    height: auto;

    line-height: 1;

}

div.nc_socialPanel .nc_tweetContainer {

    float: none;

    margin: 6px 13px !important;

}

.footer .media img {

    width: auto;

}





/*comment form*/

/*.comment-respond, .entry-pings, .entry-comments {

	color: #444;

	padding: 20px 45px 40px 45px;

	border: 1px solid #ccc;

	overflow: hidden;

	background: #fff;

	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);

	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);

	box-shadow: 0px 0px 8px rgba(0,0,0,0.3);

	border-left: 4px solid #444;

}*/

.entry-comments h3 {

	font-size: 30px;

	margin-bottom: 30px;

}

.comment-respond h3, .entry-pings h3 {

	font-size: 20px;

	margin-bottom: 30px;

}

.comment-respond {

	padding-bottom: 5%;

	margin: 20px 1px 20px 1px;

	border-left: none !important;

}

.comment-header {

	color: #adaeb3;

	font-size: 14px;

	margin-bottom: 20px;

}

.comment-header cite a {

	border: none;

	font-style: normal;

	font-size: 16px;

	font-weight: bold;

}

.comment-header .comment-meta a {

	border: none;

	color: #adaeb3;

}

li.comment {

	background-color: #fff;

	border-right: none;

}

.comment-content {

	clear: both;

	overflow: hidden;

}

.comment-list li {

	font-size: 14px;

	padding: 20px 30px 20px 50px;

}

.comment-list .children {

	margin-top: 40px;

	border: 1px solid #ccc;

}

.comment-list li li {

	background-color: #f5f5f6;

}

.comment-list li li li {

	background-color: #fff;

}

.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {

	width: 50%;

}

.comment-respond label {

	display: block;

	margin-right: 12px;

}

.entry-comments .comment-author {

	margin-bottom: 0;

	position: relative;

}

.entry-comments .comment-author img {

	border-radius: 50%;

	border: 5px solid #fff;

	left: -80px;

	top: -5px;

	position: absolute;

	width: 60px;

}

.entry-pings .reply {

	display: none;

}

.bypostauthor {

}

.form-allowed-tags {

	background-color: #f5f5f5;

	font-size: 16px;

	padding: 24px;

}

.comment-reply-link, #commentform .form-submit .submit {

	cursor: pointer;

	background-color: #FEDF49;

	border: none;

	border-radius: 3px;

	color: #5A499F;

	font-size: 12px;

	font-weight: 300;

	letter-spacing: 1px;

	padding: 4px 10px 4px;

	text-transform: uppercase;

	width: auto;

}

.comment-reply-link:hover {

	color: #fff;

}

.comment-notes {

	display:none;

}

.input-group .form-control {

	height: 34px;

}

.page-numbers:hover{text-decoration:none;}

.page-numbers {

    background-color: #E2E9EF !important;

    border-radius: 50% !important;

    margin: 0 9px;

    position: relative;

    padding: 12px 15px;

    margin-left: -1px;

    line-height: 1.42857143;

    color: #337ab7;

    text-decoration: none;

    background-color: #fff;

    border: 1px solid #ddd;

}

.page-numbers.current {

 background-color: #124AE1 !important;

    color: #fff !important;

	border:none;

}

.pagination{display:block}

.pagination .screen-reader-text{display:none}

.pagination .nav-links{text-align:center;}
@media (min-width: 1200px){
	#header .navbar-light .nav-item.bttn{margin-top:-6px}
	#header .navbar-light .nav-item.bttn a{color:#FFF !important;}
#header #nav {
    width: 65%;
}
#header .user-area {
    width: 15%;
}
#header .country {
    margin-left: 0;
}

}
@media (min-width: 768px){
#footer form .form-control {
    width: 100%;
    margin: 0;
}
}