/*
* Theme Name: Client
* Style Sheet: Main
* Version: 1.0.1
*/
@import url('https://fonts.googleapis.com/css2?family=Aladin&display=swap');
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 18px;
  color: rgba(137, 137, 137, 1);
background: #000;
  scroll-behavior: smooth;
  font-family: 'Aladin', cursive;
}

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

#primary,
#main {
  padding: 0px;
  margin-bottom: 0;
}

.boxed {
  max-width: 1220px;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.featured-img {
  height:600px;
  background-position: center !important;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-repeat: no-repeat !important;
}
.bg {
  height:400px;
  background-position: center !important;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-repeat: no-repeat !important;
}
.parallax-window{
  min-height:600px;
}
.overlay{
  background: rgba(50,50,50,.75);
  height:100%;
  width:100%;
  position: relative;
}
.inner-banner{
  position: absolute;
  left: 0;
right: 0;
top: 50%;
transform: translate(0, -50%);
}
.artists-name{
  border-right: 2px solid #fff;
padding: 0 1rem;
}
.artists-name:last-child{
   border-right: 2px solid transparent;
}
.artists-name a{
  font-size: 42px;
    color: #fff;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
h1 {color: #fff;font-size:72px;}

h2 {}

h3 {font-size:28px;color:#fff;}

h4 {}

h5 {}

h6 {}

p {
  color: rgba(137, 137, 137, 1);
  font-size: 25px;
}

a {
  color: rgba(137, 137, 137, 1);
  text-decoration: none;
}

a:hover {
  color: #444;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}
.navbar-light .navbar-nav .nav-link{
      text-transform: initial;
      margin-right: 1rem;
   color: rgba(137, 137, 137, 1);
}
.navbar-light .navbar-nav .nav-link:hover{
   color: #8f0d0b;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.bg-dark{
  background-color: #000 !important;
}
.text-dark{
  color: #000 !important;
}

.btn-red{
  background-color:rgba(208, 18, 15, 1);
  font-size: 22px;
color: #ffffff;
font-family: 'Aladin';
letter-spacing: 1px;
border-width: 2px;
padding: 10px 30px;
width: auto;
border-radius: 0px;
}

.btn-red:hover{
  color: #fff;
  background: #8f0d0b;
}
.text-red{
  color:rgba(208, 18, 15, 1);
}


/* header */
.header {}

/* logo */
.logo {}

.logo img {}
.soc i{
  background: rgba(208, 18, 15, 1);
  color: #fff;
  padding: 10px 15px;
  font-size: 20px;
}
img {
  outline: none;
  max-width: 100%;
  object-fit: cover;
}

/* nav */
.navbar-brand {
  display: flex;
  width: 100%;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

/* Highlighting an Active Link */
.current-menu-item>a {}

/* END - Highlighting an Active Link */

.dropdown-menu {
  padding: 0;
  margin: 0;
}

.dropdown li a {
  padding: 5px;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu li:hover .dropdown-menu {
  visibility: visible;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
  margin-top: 0;
}

.navbar-nav .dropdown-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}

.navbar-nav .dropdown-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}

/* sidebar */
.sidebar {}

/* footer */
.footer {}

.copyright {
  background: #1a1a1a;
  padding: .75rem;
  color: #fff;
  text-align: center;
}

.copyright a {
  color: #fff;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.welcome-section p{
  font-size: 27px;

}
.after-content a{
  font-size: 22px !important;
}
.after-content p{
  line-height: 1;
}

.bg-red{
  background: rgba(208, 18, 15, 1)
}

.form-control{
  border-radius: 0;
  margin-bottom: 1rem;
}

input[type=submit] {
  background-color:#000;
  font-size: 22px;
color: #ffffff;
font-family: 'Aladin';
letter-spacing: 1px;
border-width: 2px;
padding: 10px 30px;
width: auto;
border-radius: 0px;
margin: 0 auto;
display: block !important;
}
input[type=submit]:hover{
  color: #fff !important;
  background: #8f0d0b;
}

.contact-fields
input[type=submit] {
  background-color: rgba(208, 18, 15, 1);
  font-size: 22px;
color: #ffffff;
font-family: 'Aladin';
letter-spacing: 1px;
border-width: 2px;
padding: 10px 30px;
width: auto;
border-radius: 0px;
margin: 0 auto;
display: block !important;
}
.contact-fields
input[type=submit]:hover{
  color: #fff !important;
  background: #8f0d0b;
}



.red-divider{
  border-bottom:2px solid #8f0d0b;
  width: 10%;
  margin: 0 auto;
  display: block;
  margin-bottom: .5rem;
}

.red-box{
  height:540px;
}

.gallery-image img{
  height: 275px;
  width:100%;
  object-fit: cover;
}
.work-spent i{
  justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 1rem;
    font-size: 35px;
    color: #d0120f;
}
.work-spent h2{
  font-size: 52px;
}




/*------------------------------------*\
    BLOG
\*------------------------------------*/
.vcard {
  border: 1px solid #eee;
  padding: 1rem;
  background: #eee;
  width: 70%;
  margin-bottom: 1rem;
}

.comment-body {
  border: 1px solid rgba(238, 238, 238, 0.4);
  padding: 1rem;
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.left_side {
  border-right: 1px solid rgba(158, 158, 158, 0.5);
  padding-right: 30px;
}

.left_side li {
  list-style-type: none;
}

.left_side h3 {
  text-transform: uppercase;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 2px;
}

.left_side a:after {
  content: '';
  position: relative;
  width: 0;
  height: 3px;
  display: block;
  margin-top: 5px;
  right: 0;
  background: #fff;
  transition: width .2s ease;
  -webkit-transition: width .2s ease;
}

.left_side a:hover:after {
  width: 100%;
  left: 0;
  background: #fff;
}

/*------------------------------------*\
FLEXSLIDER
\*------------------------------------*/
.flexslider .slides>li:first-child {
  display: block;
  -webkit-backface-visibility: visible;
}

.flexslider .slides>li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider {
  border: none !important;
  margin-bottom: 0;
}

.slides li {
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
}

.slider {
  position: relative;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
}

.flex-direction-nav .flex-next {
  text-align: -webkit-center;
}

.flexslider .flex-direction-nav a, .flexslider .flex-direction-nav a {
  display: block;
  /* I added this line */
}

.flex-direction-nav .flex-next {
  right: 30px !important;
  opacity: 1 !important;
  margin-left: 10px;
  width: 48px;
  height: 48px;
  font-size: 0;
  background: url(/wp-content/themes/Clients/img/right.png);
}

.flex-direction-nav .flex-prev {
  left: 30px !important;
  opacity: 1 !important;
  margin-left: 10px;
  width: 48px;
  height: 48px;
  font-size: 0;
  background: url(/wp-content/themes/Clients/img/left.png);
}

.flex-control-nav {
  display: none;
}

.flex-direction-nav .flex-next:before {
  display: none;
}

.flex-direction-nav .flex-prev:before {
  display: none;
}

.flex-nav-prev {
  font-size: 0;
}

/*Carousel Slider With Hover */
.carousel .slides li img {
  height: 400px;
  width: 100%;
}

.section_slides {
  position: relative;
  width: 100%;
}

.image_middle_slides {
  display: block;
  width: 400px;
  height: 100%;
}

.middle_slides {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(65, 34, 119, 0.5);
  margin-left: auto;
  margin-right: auto;
}

.section_slides:hover .image {
  opacity: 0.3;
}

.section_slides:hover .middle_slides {
  opacity: 1;
}

.image_2 {
  color: white;
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/*------------------------------------*\
	END STRUCTURE
\*------------------------------------*/
.entry-content:after {
  content: "";
  display: table;
  clear: both;
}

ul>li {
  margin-bottom: 0.5em;
  padding: 0px;
  margin: 0px;
}

ul>li:last-child {
  margin-bottom: 0;
}

.h-list li {
  display: inline-block;
}

.text-centered {
  text-align: center;
}

.avatar {
  border-radius: 50%;
  margin-right: 5px;
}

caption {
  color: inherit;
}

figcaption {
  margin-bottom: 1.5em;
}

img {
  height: auto;
  vertical-align: middle;
  object-fit: cover;
}

iframe, img {
  max-width: 100%;
}

.alignleft {
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

nav ul, .widget ul {
  padding: 0;
}

nav ul li, .widget ul li {
  list-style-type: none;
}

/*--------------------------------------------------------------

# Tables

--------------------------------------------------------------*/
th, td, thead {
  padding: 10px;
  text-align: center;
}

/*--------------------------------------------------------------

# Forms, Links and Buttons

--------------------------------------------------------------*/
a:hover, li.current-menu-item a, a.light:hover {
  color: #8f0d0b;
}

a:hover, a:focus, a:link, a:visited, li.current-menu-item a {
  text-decoration: none;
  outline: none;
}

.widget .button, .widget input[type="submit"], .widget input[type=button] {
  width: 100%;
  text-align: center;
}

.button-link {
  display: inline-block;
}

.button-link a, button, .button, html input[type=button], input[type=reset], input[type=submit] {
  display: inline-block;
  width: auto;
  padding: 5px 16px;
  border: 1px solid #000;
  transition: color 200ms linear, border-color 200ms linear;
}

a.button {
  padding: 5px 16px;
}

.button-link a:hover, button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  color: #444;
}

.btn:focus {
  border: 0px;
  outline: none;
}

.btn-primary {
  border: 0px;
  background: #000;
  color: #fff;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
}

.btn-primary:hover {
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
}

.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  border: 1px solid #1ebaf3;
  background: #1ebaf3;
  color: #ffffff;
  outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="number"],
select,
textarea {
  background: #fff;
  color: #444444;
  border: 1px solid #e2e2e2;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
  background: #ffffff;
  color: #444444;
  border: 1px solid #1ebaf3;
}

textarea, input {
  padding: 10px;
}

input, select {
  height: 2.2em;
}

input[type="checkbox"],
input[type="radio"] {
  height: auto;
}

textarea {
  resize: vertical;
}

textarea:focus, input:focus {
  border: 1px solid rgba(30, 186, 243, 0.5);
}

textarea:focus, input:focus, button:focus, select:focus, a:focus {
  outline: none;
}

body .gform_wrapper ul li.gfield {
  margin-top: 0px !important;
  padding-top: 0;
}

.block-content ul li {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.gform_body ul li .ginput_container select, .gform_body ul li .ginput_container input {
  margin-bottom: 0px;
}

.gform_wrapper .top_label .gfield_label {
  display: none !important;
}

/*------------------------------------*\
    PRELOADER
\*------------------------------------*/
.spinner-wrapper {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}

.spinner {
  position: absolute;
  top: 50%;
  /* centers the loading animation vertically one the screen */
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  width: 3.75rem;
  height: 1.25rem;
  margin: -0.625rem 0 0 -1.875rem;
  /* is width and height divided by two */
  text-align: center;
}

.spinner>div {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #5f4dee;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1.0);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/*------------------------------------*\
 WOOCOMMERCE
 \*------------------------------------*/
.woocommerce {
  width: 100%;
}

.woocommerce-MyAccount-content {
  background: #eee;
  padding: 1rem 1rem;
  height: 100%;
}

.woocommerce-MyAccount-navigation-link {
  border: 1px solid #eee;
  padding: 5px 10px;
}

.woocommerce-Price-amount.amount {
  float: none !important;
}

.woocommerce-Price-currencySymbol {
  float: none !important;
}

.single_add_to_cart_button {
  background: #858585 !important;
}

.woocommerce ul.products li.product .button {
  background: #858585 !important;
  color: #fff !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  text-align: center !important;
  text-transform: uppercase;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .2);
  padding: 1rem;
}

.woocommerce div.product form.cart .button {
  padding: 16px;
  background: #0d486f !important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background: #0d486f !important;
}

.woocommerce-Tabs-panel h2 {
  font-size: 27px;
  letter-spacing: 1px;
}

.woocommerce-product-gallery__trigger {
  display: none;
}

.product h1 {
  margin-bottom: 1rem;
}

#woocommerce_layered_nav-2 h3 {
  margin-top: 2rem;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #0d486f;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  background: #fff;
}

@media (min-width: 768px) {

  .col-1,
  .col-2 {
    width: 100% !important;
    max-width: 100% !important;
    display: inline;
  }

  #order_review {
    width: 100% !important;
    float: none !important;
  }

  .form-row {
    display: block;
  }

  .col-2 textarea {
    width: 400px;
  }

  .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background: #0d486f !important;
    color: #fff !important;
    padding: 16px;
    border-radius: 0;
  }
}

@media (max-width: 768px) {

  .col-1,
  .col-2 {
    min-width: 300px;
  }

  #order_comments {
    min-width: 300px;
  }
}

#woocommerce_price_filter-2 h3 {
  margin-top: 2rem;
}

.cart-contents {
  position: relative;
  display: flex !important;
  flex-flow: column nowrap;
  justify-content: center;
}

.cart-contents:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f290" !important;
  font-size: 30px;
  color: #FF1493;
}

.cart-contents:hover {
  text-decoration: none;
}

.cart-contents-count {
  position: absolute;
  top: 15px;
  right: 1px;
  transform: translateY(-105%) translateX(25%);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  width: 22px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: #000;
  border-radius: 50%;
  padding: 1px;
}

/*------------------------------------*\
   Image Hover
\*------------------------------------*/
figure {
  width: 100%;
  height: 200px;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

figure:hover+span {
  bottom: -36px;
  opacity: 1;
}

.zoomInOut figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.zoomInOut figure:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
