/*
* Theme Name: Client
* Style Sheet: Main
* Version: 1.0.1
*/
@import url('https://fonts.googleapis.com/css2?family=Belleza&family=Open+Sans:wght@400;600;700&display=swap');

@font-face {
    font-family: 'modernline';
    src: url(/wp-content/themes/Clients/fonts/modernline.otf);
}

* {
    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: #000;
    scroll-behavior: smooth;
    font-family: 'Open Sans', sans-serif;

}

/* 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: 500px;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
h1 {
}

h2 {
    color: #000;
    font-size: 30px;
    font-family: "Belleza";
    padding: 0 0 20px 0;
    text-transform: uppercase;
    margin: 0;
}

h3 {
    color: #000;
    font-size: 18px;
    font-family: "Belleza";
    padding: 0 0 20px 0;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}

h4 {
    font-family: 'modernline' !important;
    padding-top: 0px;
    margin: 0px auto;
    text-align: center;
    color: #000 !important;
    border: none;

    text-transform: none;
    font-size: 50px;
    font-weight: normal !important;
}

h5 {
}

h6 {
}

p {
    color: #333333;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 0 20px 0;
    padding: 0;
}

a {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #444;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

.header-subtitle h2 {
    font-family: 'modernline' !important;
    text-transform: lowercase;
    padding-top: 0px;
    margin: 0px auto;
    text-align: center;
    color: white;
    border: none;
    font-size: 50px;
    font-weight: normal !important;
}

.inner-title h2 {
    color: #b8a391;
    font-size: 37px !important;
    font-family: "Belleza";
    padding: 0px 0 40px 0;
    text-align: center;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* header */
.header {
    margin-bottom: -140px;
}

/* logo */
.logo {
    position: relative;
    z-index: 2;
}

.logo img {
    box-shadow: none !important;
}

img {
    outline: none;
    max-width: 100%;
    object-fit: cover;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border-radius: 10px !important;
}

/* nav */
.navbar-brand {
    display: flex;
    width: 100%;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55);
    display: block;
    vertical-align: middle;
    text-align: left;
    text-decoration: none;
    font: 15px "Open Sans", sans-serif;
    color: #433218;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: .5rem;
    margin-right: .5rem;
    cursor: pointer;
}

/* Highlighting an Active Link */
.current-menu-item a {
    color: #b8a391 !important;
}

/* END - Highlighting an Active Link */
.shadow {
    border-radius: 10px;
}

#main-btn {
    background: transparent;
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 400;
}

#main-btn:hover {
    color: #fff;
    background: #000;
    text-transform: uppercase;
}

#main-btn-2 {
    text-transform: uppercase;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
    font-weight: 400;
}

#main-btn-2:hover {
    text-transform: uppercase;
    color: #fff;
    background: #000;
}

.con .elementor-container {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border-radius: 10px;
}

.dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.dropdown-menu li {
    background-color: #e9e0d4;
    border-bottom: 1px solid #fff;
}

.dropdown-menu li:last-child {
    border-bottom: 1px solid transparent;
}

.dropdown li:hover {
    background-color: #d1bfa7;
    color: #fff;
}

.dropdown li a {
    padding: 5px;
    font-size: 14px;
    color: #000;
}

.dropdown-item.active, .dropdown-item:active {
    background: transparent;
}

.dropdown .current-menu-item a {
    color: #000 !important;
}

.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 {
    background: #837366;
}

.footer i {
    width: 35px;
    height: 35px;
    border-radius: 99px;
    border: 1px solid #000;
    line-height: 1.8;
    background: #fff;
    color: #000;
}

.footer i:hover {
    background: #000;
    color: #fff;
}

.contact-list i {
    width: 35px;
    height: 35px;
    border-radius: 99px;
    border: 1px solid #000;
    line-height: 2;
    background: #fff;
    color: #000;
    text-align: center;
}

.contact-list i:hover {
    background: #000;
    color: #fff;
}

.footer a {
    color: #efefef;
    text-align: center;
}

.contact-list ul li {
    color: #707070;
    font-size: 16px;
}

.contact-list ul li strong {
    color: #707070;
}

.footer h3 {
    text-align: center;
    color: #efefef;
    font-size: 19px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e9e0d4;
    font-weight: 500;
}

.copyright {
    background: #000;
    padding: .75rem;
    color: #fff;
    text-align: center;
    font-size: 13px;
}

.copyright a {
    color: #fff;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
/*------------------------------------*\
    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;
    border-radius: 10px;
}

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, 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;
}


div.wpforms-container-full .wpforms-form .wpforms-one-fourth {
    margin-left: 2% !important;
}

textarea, input {
    padding: 10px;
}


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;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
    background-color: #fff !important;
    border: 1px solid #000 !important;
    color: #000;
    font-size: 1em;
    padding: 10px 15px;
    margin: 0 auto;
    display: block;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    color: #707070;
    text-align: center;
}

.page-id-317 div.wpforms-container-full .wpforms-form .wpforms-field-label {
    color: #707070;
    text-align: left;
}

.page-id-317 div.wpforms-container-full .wpforms-form button[type=submit] l {
    margin: 0;
}

.page-id-360 div.wpforms-container-full .wpforms-form .wpforms-field-label {
    color: #707070;
    text-align: left;
}

.page-id-360 div.wpforms-container-full .wpforms-form button[type=submit] l {
    margin: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    color: #707070;
}

.nav-link {
    padding: .35rem .3rem !important;
}
#menu-quick-links{
    list-style: none;
}