/*!
Theme Name: Premier 2024
Theme URI: https://them.es/starter
Author: Logic Web Media
Author URI: https://them.es/
Description: 
Version: 2.4.2
Requires at least: 5.0
Tested up to: 5.6
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: quality-review-services
*/

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */


/******* Global **********/
body{font-family: "Montserrat", sans-serif;font-weight: 400;color:#565859;}

h1,h2,h3,h4,h5{font-family: "Montserrat", sans-serif;font-weight: 500;color:#1B232A}
/*h1,h2{text-transform: uppercase;}*/



.plus{
  color: #26dd4d;  
}


.minus{
color: #f20a0a;      
    
}




body h1, body h2 {
    font-size: 50px;
    line-height: 60px;
}
body h3 {
  font-size: 40px;
}
body h4{font-weight: 600;line-height: 1.3;}
.upper{text-transform: uppercase;}
.blue{color:#2367a9;}
.dark-blue{color:#0a335c;}
.white{color:#fff;}
.fw-700{font-weight: 700;}
.orange{color:#f5884c;}
.btn {
display: inline-block;
font-weight: 600;
text-align: center;
text-transform: uppercase;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding: .9rem 2em;
font-size: 1rem;
line-height: 1.5;
border-radius: 2rem;
letter-spacing: 1px;
border-width: 1px;
border-style: solid;
}

.btn-info, .btn-default{color: #fff;
background-color: #FABA00;
border-radius: 10px;
border-color: #FABA00;
-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;}
.btn-info.focus,.btn-info:focus,.btn-info:hover, .btn-default.focus,.btn-default:focus,.btn-default:hover,.btn-info:active,.btn-default:active,.btn-info:checked,.btn-default:checked{color:#fff; background-color: #15213C !important; border-color:  #15213C !important;text-decoration: none;box-shadow: none !important;}
body a:hover {
  color: #15213C;
  text-decoration: none;
}
.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
  background-color: #15213C;
}

h2.title-detail, h3.title-detail, h4.title-detail{
display: grid;
grid-template-columns: 50px max-content 50px;
grid-template-rows: 20px 0;
/*grid-gap: 20px;*/
align-items: center;
color: #FABA00;
text-transform: uppercase;
font-family: "Baloo 2", sans-serif;
  font-weight: 700;
letter-spacing: 2px;
}

/*h2.title-detail:after, h3.title-detail:after, h4.title-detail:after{*/
/*content: "";*/
/*display: block;*/
/*height: 2px;*/
/*background-color: #fff;*/
/*width: 35px;*/
/*background-image: url(img/detail-right.png);*/
/*background-size: contain;*/
/*background-repeat: no-repeat;*/
/*background-position: left;*/
/*}*/

h2.title-detail:before, h3.title-detail:before, h4.title-detail:before {
content: " ";
display: block;
height: 2px;
background-color: #FABA00;
width: 35px;
/*background-image: url(img/detail-left.png);*/
/*background-size: contain;*/
/*background-repeat: no-repeat;*/
/*background-position: right;*/
}

input:focus, textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #eee;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(82,168,236,0);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(82,168,236,0);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(82,168,236,0);
}



/******* Header **********/

.flexia-navbar.flexia-sticky-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
.flexia-navbar {
  z-index: 999999;
  box-shadow: 0 .15em .35em 0 rgba(0,0,0,.135);
  transition: all .3s ease-in-out;
  transform: translate3d(0,0,0);
  position: absolute;
  background-color: #eee;
  width: 100%;
}
nav#header{
	-webkit-box-shadow: 1px 1px 15px 2px rgba(0,0,0,.3);
box-shadow: 1px 1px 15px 2px rgba(0,0,0,.3);
}

nav#header.navbar.fixed-top{
	padding:0px 0px;
}

@media only screen and (min-width: 1200px) {
.dropdown:hover>.dropdown-menu {
  display: block;
}    
}

nav#header.navbar-expand-xl .navbar-nav .nav-link {
  padding: 1.5rem 1.2rem;
}

nav#header.navbar-expand-xl a.nav-link.btn.btn-info{
color: #fff;
margin-left: 10px;
padding: .9rem 2em;
	font-size: .9rem;
}

nav{background-color: #fff;}

.nav-link {
color:#1B232A;
font-weight: 500;
}
.nav-link:hover {
color:#FBCB2F;
}


.dropdown-menu {
padding: 0px;
margin: 0px;
color: #0a335c;
border: none;
border-radius: 0px;
}
.dropdown-item {
display: block;
width: 100%;
padding: .75rem 1.5rem;
clear: both;
font-weight: 400;
color: #0a335c;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
border-bottom: 1px solid #eee;
}

/******* Carousel **********/

#carouselExampleCaptions{
margin-top: 103px;
}

.carousel-caption h2{color:#fff;font-size: 40px;}
.carousel-caption p{font-size: 18px;
margin: 18px 0px;}

.carousel-caption {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  z-index: 99999;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
/*.carousel-inner::after {*/
/*  display: block;*/
/*  clear: both;*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  right: 0;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  background-image: linear-gradient(to right, #000 , #1F2666);*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  z-index: 9;*/
/*  opacity: 0.7;*/
/*}*/

/*.carousel-item {*/
/*  height: 750px;*/
/*}*/
.carousel-item img {
    height: 100%;
}
.carousel-control-next, .carousel-control-prev {
  width: 7% !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 50px;
  height: 40px;
  background-image: none !important;
}
.carousel-control-next-icon i, .carousel-control-prev-icon i {
  font-size: 50px;
}
.carousel .carousel-control-next {
  right: 0;
  text-align: left;
  justify-content: start;
  padding-left: 15px;
}


/******* HOME  **********/

#carouselExampleCaptions.carousel {
  width: 100%;
}
#banner {background-color: #eee;
	padding-top: 110px;
width: 100%;
overflow: hidden;
position: relative;
z-index: 0;
display: flex;
  align-items: center;
}
	


#bannertext {
  width: 1400px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2em 15px;
  z-index: 99;
  color: #fff;
  margin: 0 auto;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}




#bannertext .socList li{
	width: 40px;
height: 40px;
border: 1px solid #fff;
text-align: center;
border-radius: 50%;
line-height: 40px;
margin: 10px 20px 0px 0px;
color:#fff;
}
#bannertext .socList a, #bannertext .socList a:hover{
	color:#fff;
}

#banner-img{width: 46%;
position: relative;
right: -28px;
top: 76px;
float: right;
z-index: -1;}

#bannertext h1{
font-size: 70px;
line-height: 80px;
color: #FFFFFF;
/*text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);*/
font-weight: 500;
max-width: 900px;
margin-top: 10px;
}

#bannertext h4{font-size: 20px;margin-top: 0;}
	
#bannertext p {
font-size: 16px;
margin: 20px 0 0px 0;
display: flex;
gap: 20px;
max-width: 900px;
}

.home-services{
	background-color: #fafbfc;
	background-image: url("img/bg-shape.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width:100%;
	padding-top: 75px;
	padding-bottom: 75px;
}

a.servBox{
	text-decoration: none;
	background-color: #fff;
	border-radius: 6px;
	padding:25px;
	width: 90%;
	height: 100%;
margin: 0 auto;
	-webkit-box-shadow: 1px 1px 15px 2px rgba(0,0,0,.2);
box-shadow: 1px 1px 15px 2px rgba(0,0,0,.2);
	-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
	display: block;
	position: relative;
}
.home-services .col-6{
		margin-bottom: 50px;
}

.iconWrap{
	position:absolute;
	right:30px;
	top:25px;
width: 30px;
height: 30px;
}
.iconWrap i{
opacity: 0;
color: #fff;
background-color: rgba(255,255,255,.1);
border-radius: 50%;
width: 25px;
height: 25px;
text-align: center;
vertical-align: middle;
padding: 7px;
font-size: 12px;
}
a.servBox:hover .iconWrap i{
opacity: 1;
}
.iconWrap img{
opacity: 1;
background-color: rgba(245,136,76,.1);
border-radius: 50%;
text-align: center;
vertical-align: middle;
padding: 7px;
font-size: 12px;
	position: absolute;
top: 0;
}
a.servBox:hover .iconWrap img{
opacity: 0;
}

.servBox p{font-size: 13px;
color: #000;}

a.servBox:hover{
	text-decoration: none;
	color: #fff;
	background-color: #2367a9;
	-webkit-box-shadow: 1px 1px 15px 2px rgba(0,0,0,.1);
box-shadow: 1px 1px 15px 2px rgba(0,0,0,.1);
}

a.servBox:hover h3, a.servBox:hover p{
	color: #fff;
}

.home-why{
		padding-top: 75px;
	padding-bottom: 75px;
}
.home-why img{
	width: 90px;
margin: 20px auto;
}
.home-why p{
	margin-top: 20px;
}




/******* SUB PAGES  **********/

.content.page{padding-top: 75px;
padding-bottom: 75px;}

.pageHeader{margin-top: 120px;
padding-bottom: 50px;
background-image: url('img/slide-1.jpg');
padding-top: 40px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;}

.pageHeader h1{
	color: #fff;
font-size: 2rem;
text-transform: none;
}

.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  background-color: transparent;
  border: 1px solid #cecece;
  border-radius: 8px;
  padding: 10px 15px;
}


/******* FOOTER  **********/


.footer{
	background-color: #2367a9;
		background-image: url("img/bg-footer.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width:100%;
	padding-top: 75px;
	padding-bottom: 75px;
	color:#fff;
}

.footer .list-group-item {
background-color: transparent; 
border: none; 
	font-size: 18px;
}

.conWrap{
background-color: #fff;
width: 100%;
border-radius: 10px;
min-height: 400px;
padding: 10px 30px;
color: #0a335c;
font-weight: 600;
}

.conWrap label {
display: block;
	font-size: 14px;
}

.conWrap label.error {
font-size: 10px;
font-weight: 400;
margin-bottom: 0px;
}

.conWrap .form-field {
display: block;
margin: 10px 0 10px;
clear: both;
float: left;
width: 100%;
}

.conWrap input, .conWrap textarea{
	border: 1px solid #eee;
display: block;
width: 100%;
font-size: 12px;
border-radius: 5px;
padding: 10px 10px;
	color: darkgray;
}

.conWrap input.btn.btn-default{
display: table;
width: auto;
float: right;
color: #fff;
padding: .75rem 3em;
border-radius: .25rem;
}

#footer{
	background-color:#15213C;
	color:#fff;
	padding-top:60px;
}

#footer nav{
	margin-top: 10px;
margin-bottom: 1rem;
	background-color: transparent;
}

#footer nav .menu-item{padding: 0px 15px;}

#footer .menu-item a[aria-current=page]{color:#f5884c}

#footer a{
		color:#fff;
	text-decoration: none;
}
#footer a:hover{
	color:#FABA00;
}

/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

article .entry-content h2{font-size: 2rem;}
article .entry-content h3{font-size: 1.5rem;}




/****Woocommerce styles*****/
.woocommerce nav.woocommerce-breadcrumb {
font-size: 1.2em;
color: #fff;
background-color: transparent;
	margin-bottom: 0px;
}
.woocommerce nav.woocommerce-breadcrumb a {
color: #FABA00;
}
.woocommerce div.product h1.product_title {
font-size: 40px;
line-height: 48px;
font-weight: 600;
}
.woocommerce p.price {
color: #333 !important;
font-weight: 300;
	font-size: 24px !important;

}
.woocommerce ul.products li.product .price {
margin-bottom: 0px;
font-size: 18px;
color: #333 !important;
font-weight: 300;
}

.page-numbers a{
  color: #333 !important;  
}






.sku_wrapper strong{color: #333;}

.woocommerce .button.button, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce button.button.alt, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:focus, .woocommerce .content-area a.btn.btn-info, .woocommerce .content-area a.btn.btn-info:hover, .woocommerce .content-area a.btn.btn-info:focus{
	background-color: #15213C; 
	color:#fff;
}
.woocommerce ul.products li.product .button:hover {
  background-color: #FABA00;
  color:#fff;
}

.woocommerce-cart .content a {
color: #1B232A;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
background-color: #fff;
box-shadow: 0px 0px 10px rgba(0,0,0,.1);
border-radius: 10px;
	padding: 20px;
}

body.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
line-height: inherit;
font-weight: 600;
}
.coin-details-chart{

}

.coin-details-left{width: 80%; float: none;}

.coin-details-left .fa-light{font-weight: 300;
width: 38px;
height: 38px;
background-color: #15213C;
border-radius: 50%;
color: #fff;
text-align: center;
line-height: 38px;
margin-right: 10px;
font-size: 20px;}

.coin-details-chart .table {
table-layout: fixed;
}
.woocommerce div.product form.cart .button{
font-size: 20px;
padding: 20px 60px;
}

.woocommerce .quantity .qty {
font-size: 24px;
margin-right: 14px;
border-color: #15213C;
border-style: solid;
padding: 10px;
}


.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: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
margin: 0px 0px;
padding: 0px;
border-left: 1px solid #cfc8d8;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
color: #FABA00;
font-size: 20px;
}

body .woocommerce-Tabs-panel h3 {
font-size: 1.5rem;
	color: #15213C;
}


body .woocommerce-Tabs-panel strong {
	color:#15213C;
}

.woocommerce div.product .woocommerce-tabs .panel {
border: 1px solid #cfc8d8;
border-top: none;
padding: 20px;
	font-size: 14px;
}

.table-dark {
background-color: #15213C;
}
.table-dark td, .table-dark th, .table-dark thead th {
border-color: #15213C;
}


.table td, .table th, .wp-block-table table td, .wp-block-table table th {

font-size: 14px;
}


