/*







Theme Name: Kitt







Theme URI: https://kitt.kittkalio.com







Description: Kitt | Premium Theme For Fashion Blogs.







Tags: one-column, two-columns, right-sidebar, custom-background, editor-style, featured-images, responsive-layout, translation-ready







Author: Kitt + Kalio







Author URI: https://kitt.kittkalio.com







Version: 1.0







License: GNU General Public License version 3.0







License URI: http://www.gnu.org/licenses/gpl-3.0.html







Text Domain: kitt







/*--------------------------------------------------------------







>>> TABLE OF CONTENTS:







----------------------------------------------------------------







	# Normalize







	# Typography







		## Headings







		## Paragraph Styles







	# Elements







		## Buttons







		## Social Elements







	# Forms







		## Contact Form







	# Navigation







		## Links







		## Menus







	# Carousel







	# Accessibility







	# Alignments







	# Clearings







	# Widgets







	# Content







		## Archive







		## Posts and pages







		## Asides







		## Comments







		## Tags







		## Search Results







		## Jetpack







			### Testimonials







			### Portfolio







	# Footer







	# Modals







	# Infinite scroll







	# Media







		## Captions







		## Galleries







	# Riley







	# Chloe







	# Static Frontpage







	# WooCommerce







	# Responsive







	# Default Accents







--------------------------------------------------------------*/
/*--------------------------------------------------------------







# Normalize







--------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans);
@import url(https://fonts.googleapis.com/css?family=EB+Garamond);
//@import url(https://fonts.googleapis.com/css?family=Alegreya+SC);
/* -- oll-----*/

.test {} ol {
    font-family: 'EB Garamond', serif !important;
    font-weight: 400!important;
    font-size: 18px !important;
    line-height: 1.3!important;
    margin-bottom: 15px !important!important;
    font-style: Normal!important;
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale!important;
}
.fp-test-text {
    font-family: 'EB Garamond', serif;
    font-size: 18px;
}
span.ccat.accent.text-uppercase {
    display: none;
}
hr {
    margin-bottom: 0;
}
#wpadminbar {
    position: fixed;
}
.admin-bar .navbar-fixed-top {
    /*margin-top: 46px !important;*/
    
    margin-top: 46px;
}
.img-portfolio-archive .wp-post-image {
    height: 208px;
    width: 100%;
}
@media (min-width: 48em) {
    .admin-bar .navbar-fixed-top {
        /*margin-top: 32px !important;*/
        
        margin-top: 32px;
    }
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1;
}
body {
    margin: 0;
    overflow-wrap: break-word;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
    color: #333;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
.gallery figure {
    margin: 0rem;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
a.button-sub{padding: 10px 40px; background: #000;color: #fff;}
.newletter_wrapper{display:none;}
.newletter_wrapper.ac{display:block;}
.newletter_wrapper.ac{position: fixed; width: 100%; height: 100%; left: 0; top: 0; display: block; z-index: 9999;}
/*--------------------------------------------------------------







# Typography







--------------------------------------------------------------*/

body {
    font-family: 'Lato', sans-serif;
    color: #777;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
p {
    margin: 0px 0px 1em 0px;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px !important;
    /*font-family: 'Lato', sans-serif;*/
    
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    font-style: Normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
    font-weight: 700;
    font-style: Normal;
    /*font-family: 'Lato', sans-serif;*/
    /*font-family: 'Alegreya Sans', sans-serif;*/
    
    font-family: 'Alegreya SC', serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    /*font-size: 21px;*/
    
    font-size: 1em;
    /*color: #333;*/
    
    color: #777;
}
blockquote {
    border-left: .35rem solid #ccc;
    color: rgba(0, 0, 0, 0.8);
    font-style: italic;
    padding: 0rem 1rem;
    margin: 1rem;
}
blockquote p {
    font-size: 18px;
    font-style: Italic;
    color: #333;
    margin: 0px;
    font-weight: 300;
}
a {
    background-color: transparent;
    font-weight: bold;
    text-decoration: none;
    color: #777;
}
a:active,
a:hover,
a:visited,
a:focus,
.accent,
.accent a {
    text-decoration: none;
    outline: 0;
    color: #777;
}
/*--------------------------------------------------------------







## Headings Styles







--------------------------------------------------------------*/

.accent-title,
.accent-title a {
    color: #333;
}
/*--------------------------------------------------------------







## Paragraph Styles







--------------------------------------------------------------*/

.read-more-container.reh {
    font-size: .8em;
    font-style: normal;
    letter-spacing: .1em;
}
/*--------------------------------------------------------------







# Elements







--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
body {
    background: #fff;
}
body.navbar-margin {
    margin-top: 99px;
}
@media (min-width: 48em) {
    body.navbar-margin {
        margin-top: 99px;
    }
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
    clear: both;
}
dt {
    font-weight: bold;
    color: #333;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    
    max-width: 100%;
    /* Adhere to container width. */
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}
select {
    border: 1px solid #777;
    border-radius: 0;
    background-color: transparent;
    padding: 7px 40px 7px 7px;
    font-size: 13px;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("images/dropdown-icon.png") 98% / 5% no-repeat transparent;
}
ins {
    text-decoration: none;
}
/*target Internet Explorer 9 and Internet Explorer 10:*/

@media screen and (min-width: 0\0) {
    select {
        background: none;
        padding: 5px;
    }
}
.img-link {
    display: inline-block;
}
a.img-link:hover img {
    opacity: .9;
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
}
.multi-page-nav .pull-right i {
    margin-left: 1em;
}
.multi-page-nav .pull-left i {
    margin-right: 1em;
}
/*--------------------------------------------------------------







## Buttons







--------------------------------------------------------------*/

.outline_button,
input#contactbutton,
#infinite-handle span,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce .button,
.add_to_cart_button,
.product_type_simple,
.woocommerce .login .form-row .button,
.woocommerce #respond .form-submit input,
a.button.add_to_cart_button.product_type_variable,
a.product_type_simple,
.fp_static_row a.product_type_simple,
#subscribe-submit input[type="submit"],
.woocommerce table.cart td.actions .button {
    text-transform: uppercase;
    background-color: transparent;
    font-weight: bold;
    letter-spacing: .2em;
    border: 2px solid #c39f76;
    padding: .7rem 1.4em;
    border-radius: 0;
    font-size: 10px;
    display: inline-block;
}
.outline_button:hover,
#contactbutton:hover,
#infinite-handle span:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
a.product_type_simple:hover,
.woocommerce #respond .form-submit input:hover,
.add_to_cart_button:hover,
.woocommerce a.button:hover,
.fp_static_row a.product_type_simple:hover,
#subscribe-submit input[type="submit"]:hover,
.woocommerce table.cart .actions .button:hover,
#submit:hover {
    color: #FFF !important;
    transition: color .5s, background-color .5s;
    -webkit-transition: color .5s, background-color .5s;
    border-radius: 0;
}
ul.pagination {
    font-size: .8em;
}
/*--------------------------------------------------------------







## Social Elements







--------------------------------------------------------------*/

.post-share-buttons-footer {
    border-top: 1px solid #CCC;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
.post-share-buttons {
    max-width: 50%;
    display: inline-block;
}
.post-love-button {
    max-width: 50%;
    display: inline-block;
    float: right;
}
.post-share-buttons-footer a,
.post-share-buttons-footer a:hover,
.post-share-buttons-footer a:focus,
.post-share-buttons-footer a:visited,
.love-count {
    color: #777;
}
.fa-facebook:hover,
.facebook-count a:hover {
    color: #3b5998;
    -webkit-transition: color .1s;
    transition: color .5s;
}
.fa-twitter:hover,
.twitter-count a:hover {
    color: #00aced;
    -webkit-transition: color .1s;
    transition: color .5s;
}
.fa-pinterest-p:hover,
.pinterest-count a:hover {
    color: #cb2027;
    -webkit-transition: color .1s;
    transition: color .5s;
}
.fa-youtube:hover,
.youtube-count a:hover {
    color: #bb0000;
    -webkit-transition: color .1s;
    transition: color .5s;
}
.fa-instagram:hover,
.instagram-count a:hover {
    color: #125688;
    -webkit-transition: color .1s;
    transition: color .5s;
}
.bloglovin-icon:hover,
.bloglovin-count a:hover {
    color: #000;
    -webkit-transition: color .1s;
    transition: color .5s;
}
.fa-linkedin:hover,
.bloglovin-count a:hover {
    color: #007bb5;
    -webkit-transition: color .1s;
    transition: color .5s;
}
/*--------------------------------------------------------------







# Forms







--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    box-shadow: none;
    background: none;
    text-shadow: none;
    border: 1px solid #777;
    text-transform: uppercase;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}
#contact-msg img {
    max-width: 100%;
}
label {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: .8em;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 2em;
}
input#name.form-control.input-sm,
input#email.form-control.input-sm,
textarea#message.form-control {
    background-color: #333;
    border: none;
    border-bottom: 1px solid #fff;
    color: white;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: .1em;
}
.form-control:focus {
    border: none;
    box-shadow: none;
}
/*--------------------------------------------------------------







## Contact Form







--------------------------------------------------------------*/

.material-forms .group {
    position: relative;
    margin-bottom: 45px;
}
.material-forms input,
.material-forms textarea {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100% !important;
    border: none;
    border-bottom: 1px solid #757575;
    letter-spacing: .03rem;
    font-weight: normal;
}
.material-forms input:focus,
.material-forms textarea:focus {
    color: #333;
    outline: none;
}
.material-forms label {
    color: #999 !important;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
}
.material-forms input:focus ~ label,
.material-forms input:valid ~ label,
.material-forms textarea:focus ~ label,
.material-forms textarea:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: #777;
}
.material-forms .bar {
    position: relative;
    display: block;
    width: 100%;
}
.material-forms .bar:before,
.material-forms .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #333;
    transition: 0.2s ease all;
}
.material-forms .bar:before {
    left: 50%;
}
.material-forms .bar:after {
    right: 50%;
}
.material-forms input:focus ~ .bar:before,
.material-forms input:focus ~ .bar:after,
.material-forms textarea:focus ~ .bar:before,
.material-forms textarea:focus ~ .bar:after {
    width: 50%;
}
.material-forms .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}
.material-forms input:focus ~ .highlight,
.material-forms textarea:focus ~ .highlight {
    animation: inputHighlighter 0.3s ease;
}
/* ANIMATIONS =================================== */

@keyframes inputHighlighter {
    from {
        background: #777;
    }
    to {
        width: 0;
        background: transparent;
    }
}
.material-forms input:focus ~ label,
.material-forms input:valid ~ label,
.material-forms textarea:focus ~ label,
.material-forms textarea:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: #5264AE;
}
h2.address-name {
    margin: 0;
    margin-bottom: 1em;
    font-size: 1.2em;
}
.contact-page-info {
    margin: auto;
    padding: 2em .5em;
}
@media (min-width: 34em) {
    .contact-page-info {
        padding: 2em;
    }
}
.contact-postal {
    margin-bottom: 2em;
}
.contact-postal:before {
    font-family: "FontAwesome";
    content: "\f041";
}
.contact-email-btn:before {
    font-family: "FontAwesome";
    content: "\f003";
}
.contact-tel-btn:before {
    font-family: "FontAwesome";
    content: "\f10b";
}
.contact-entry article {
    margin-bottom: 4em;
}
.contact-flex .col-md-6 {
    margin-bottom: 3em;
}
.contact-form .container {
    padding: 0;
}
.contact-form input[type=email],
.contact-form input[type=text],
.contact-form textarea {
    width: 100%;
}
.contact-form .entry-content,
.contact-featured-image,
.contact-flex {
    margin-bottom: 2em;
}
.google-map {
    line-height: 0;
}
.google-map iframe {
    width: 100% !important;
}
#contactbutton {
    width: auto;
}
/*--------------------------------------------------------------







# Navigation







--------------------------------------------------------------*/

.navbar.navbar-long {
    height: 99px;
    -webkit-transition: height .25s;
    transition: height .25s;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.navbar-short {
    height: 66px !important;
    background-color: white;
}
.nav-container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.navbar-solid {
    background-color: #FFF;
    border-bottom: 1px solid #ccc;
    -webkit-transition: border-bottom .5s, background-color .5s;
    transition: border-bottom .5s, background-color .5s;
}
.site-name {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    line-height: 50px;
    margin: 0;
}
@media (min-width: 34em) {
    .site-name {
        font-size: 22px;
    }
}
.navbar .nav-link,
.navbar .disabled {
    /*font-family: 'Lato', sans-serif;*/
    /*font-family: 'Alegreya Sans', sans-serif;*/
    /*font-weight: bold;*/
    
    font-family: 'Alegreya SC', serif;
    font-style: Normal;
    font-size: 13px !important;
    position: relative;
    font-weight: 800 !important;
}
.navbar .nav-link,
.navbar .navbar-toggler {
    color: #777;
    transition: color .25s;
    -webkit-transition: color .25s;
}
.navbar .nav-link:hover,
.navbar .navbar-toggler:hover {
    color: #000;
}
.navbar li.active a {
    color: #000;
}
.navbar a,
.modal-body a.nav-link {
    font-weight: 300;
    letter-spacing: 0.1rem;
}
.navbar-divider,
.navbar-nav .nav-item,
.navbar-nav .nav-item+.nav-item,
.navbar-nav .nav-link+.nav-link {
    margin-left: 1.75em;
}
.navbar-center {
    padding-top: 9px;
}
.navbar-brand {
    height: 50px;
    max-width: 350px;
    padding: 0px;
}
.navbar-brand>img {
    max-height: 100%;
    /*max-width: 350px;*/
    
    max-width: 210px;
    margin: 0;
    vertical-align: middle;
    position: relative;
    /*top: 50%;*/
    
    top: 20%;
}
.navbar i {
    opacity: .8;
    padding-left: .1em;
}
.navbar i:hover {
    opacity: .8;
}
.transparent .navbar-header,
.transparent i,
.transparent .site-name {
    color: #fff !important;
}
.transparent a.nav-link,
.transparent .navbar-toggler {
    color: #FFF;
    opacity: .8;
    transition: opacity .25s;
    -webkit-transition: opacity .25s;
}
.transparent .nav-link:hover,
.transparent .navbar-toggler:hover {
    color: #FFF;
    opacity: 1;
}
.transparent .dropdown-menu> .nav-item a,
.transparent .dropdown-menu> .disabled a {
    color: #777;
    transition: color .25s;
    -webkit-transition: color .25s;
}
.transparent .dropdown-menu> .nav-item a:hover,
.transparent .dropdown-menu> .disabled a:hover {
    color: #000;
}
.nav-link .fa-angle-down {
    padding-left: .5em;
}
.navbar-top-margin {
    margin-top: 5px;
}
.mobile-navigation {
    list-style-type: none;
    -webkit-padding-start: 0px;
    font-size: 22px;
    /*font-size: 2rem;*/
}
.modal-body {
    padding: 0;
}
.mobile-navigation li {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
}
.dropdown-menu {
    background-color: rgba(255, 255, 255, .95);
    -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.2);
}
.dropdown-menu> .nav-item a,
.dropdown-menu> .disabled a {
    font-size: 80%;
}
.dropdown-menu> .disabled a {
    font-weight: normal;
    color: #777;
}
.dropdown-menu .nav-item {
    float: none;
}
.dropdown-menu> .nav-item,
.dropdown-menu> .disabled,
.navbar-divider,
.navbar-nav .nav-item,
.navbar-nav .nav-item+.nav-item,
.navbar-nav .nav-link+.nav-link {
    margin-left: 1em;
    margin-right: 1em;
}
.modal-body .dropdown-menu {
    position: relative;
    background-color: transparent;
}
@media only screen and (max-width: 767px) {
    .modal-body .dropdown-menu .nav-link {
        font-size: 13px !important;
        /*text-align: center;*/
        
        font-weight: 600 !important;
    }
    .modal-content {
        margin-top: 115px !important;
    }
}
.modal-body .dropdown-menu .nav-link {
    font-size: 1.9rem;
    text-align: center;
}
.modal-body .dropdown-menu> .nav-item {
    margin-left: 0;
    margin-right: 0;
}
.modal-body .dropdown-menu {
    width: 100%;
}
.dropdown-menu .divider {
    border-top: 1px solid #ccc;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    margin-top: .25em;
}
.open>.dropdown-menu {
    animation-name: slidenavAnimation;
    animation-duration: .2s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: .2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slidenavAnimation;
    -moz-animation-duration: .2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
    border-radius: 0;
}
@keyframes slidenavAnimation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes slidenavAnimation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/*--------------------------------------------------------------







# CAROUSEL







--------------------------------------------------------------*/

.carousel-item {
    height: 80vh;
    overflow: hidden;
    /*width: auto;*/
    
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.carousel-item > img {
    margin: auto;
    min-width: 100%;
    max-width: 100% !important;
    min-height: 100% !important;
    object-fit: cover;
    /*margin-left: -100%;

	margin-right: -100%;*/
}
@media only screen and (max-device-width: 480px) {
    .carousel-item {
        height: 200px !important;
    }
    .carousel-item > img {
        object-fit: contain !important;
    }
}
.tp-simpleresponsive >ul >li {
    overflow: visible;
}
.carousel-inner>.carousel-item>img {
    display: inline-block;
    /*-webkit-filter: brightness(50%);*/
    /*filter: brightness(50%);*/
}
.carousel-item-transparent {
    /*height: 90vh !important;*/
}
.carousel-caption {
    padding-bottom: 0;
    left: 5%;
    right: 5%;
}
@media (max-width: 767px) {
    .carousel-item {
        width: auto;
        max-width: none;
    }
    .carousel-item-transparent {
        width: auto;
        max-width: none;
    }
.footer-menu li a{display:block !importnat;text-align:center !important;}
}
@media (min-width: 34em) {
    .carousel-caption {
        left: 15%;
        right: 15%;
    }
}
.carousel-caption,
.carousel-control {
    text-shadow: none;
    font-size: 1.5em;
}
.carousel-caption h1 a,
.carousel-caption h1,
.carousel-caption h2 a,
.carousel-caption h2 {
    color: #FFF !important;
    line-height: 1.2em;
    display: none;
}
.carousel-caption p {
    text-align: center;
    font-size: 1em;
    line-height: normal;
    font-weight: normal;
    font-style: Normal;
    margin-bottom: 1em;
    letter-spacing: normal;
    0
}
@media (max-width: 380px) {
    .global-map {
        margin-top: -138px;
    }
h2.accent-title.entry-title:after{height:0 !important;}
    .country {
        width: 100% !important;
    }
    .global-map {
        height: 304px !important;
    }
    .boxInner {
        position: initial !important;
        width: 80%;
    }
    .exp_1,
    .exp_1 img {
        height: auto !important;
    }
    .map-class {
        margin-top: 0 !important;
    }
    .carousel-item.active {
        height: 350px!important;
    }
}
@media (max-width: 1040px) {
    ul#primary-menu {
        max-width: 653px;
    }
    ul#primary-menu li {
        margin-left: 0.6em;
        margin-right: 0.6em;
    }
}
@media (max-width: 768px) {
    .map-class {
        margin-top: -140px;
    }
.fp-test-text{
margin-top:-27px;
}
.exp_1 img{
height:auto!important;
}
.boxInner img {
    width: 83% !important;
}
    .text-center.text-uppercase.container {
        position: absolute !important;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .global-map {
        margin-top: -152px !important;
    }
    .mobile-box {
        width70%;
    }
    .mobile-boxkgk {
        width50%;
    }
    .carousel-excerpt {
        margin-top: 1em;
    }
    .boxInner {
        bottom: 0 !important;
        overflow: initial;
    }
}
.carousel .outline_button {
    color: #FFF !important;
    font-size: .5em;
    border: 2px solid #FFF !important;
    padding: 1em;
    display: none;
}
.carousel .outline_button:hover {
    color: #333 !important;
    background-color: #FFF !important;
}
.carousel-indicators {
    top: 1.5rem;
    right: 1.5rem;
    bottom: auto;
    left: auto;
    width: 1rem;
    margin-left: 0;
}
.carousel-indicators-transparent {
    top: auto !important;
    bottom: 1.5em !important;
}
.carousel-indicators > li {
    margin-bottom: .75rem;
}
.carousel-indicators li {
    background-color: #FFF;
    opacity: 0.4;
}
.carousel-indicators .active {
    margin-bottom: .75rem;
    width: 10px;
    height: 10px;
    opacity: 1;
}
@media (max-width: 420px) {
    .fp-test-text{
margin-top:0px!important;
}
}
/*--------------------------------------------------------------







## Menus







--------------------------------------------------------------*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 1.5em 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
/*--------------------------------------------------------------







# Accessibility







--------------------------------------------------------------*/
/* SCREEN READERS ================================= */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.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. */
}
/*--------------------------------------------------------------







# Alignments







--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* VERTICAL ALIGNMENTS ================================= */

.va-parent {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 100%;
    display: none;
}
.va-child {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
@media (min-width: 48em) {
    .vertical-align {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.flex-container {
    padding: 0;
    margin: auto;
    list-style: none;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}
.flex-justify {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}
.flex-item {
    margin: 0;
}
@media (min-width: 48em) {
    .flex-item {
        margin: 10px;
    }
}
/*--------------------------------------------------------------







# Clearings







--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}
/*--------------------------------------------------------------







# Widgets







--------------------------------------------------------------*/

.widget {
    margin: 0 0 2.5em;
    overflow: auto;
}
.widget h3 {
    font-size: 1.17em;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: Normal;
    text-align: center;
    padding: 1em;
    letter-spacing: .05em;
    margin-bottom: 1em;
}
.widget-area {
    padding-top: 2em;
    padding-bottom: 2em;
}
.widget-area img {
    max-width: 100%;
    height: auto;
}
.widget select {
    width: 100%;
}
.widget_search .search-field {
    font-size: 1em;
    padding: .5em
}
.widget button#searchsubmit {
    display: none;
}
.riley-footer-widget ul,
.chloe-widget ul {
    list-style-type: none;
    padding-left: 0;
}
.riley-footer-widget ul li,
.chloe-widget ul li {
    text-transform: uppercase;
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid #EFEFEF;
    padding-top: 1em;
    margin-top: 1em;
    font-size: 13px;
}
.riley-footer-widget ul> li:first-of-type,
.chloe-widget ul> li:first-of-type {
    border-top: none;
}
.riley-footer-widget .children> li:first-of-type,
.chloe-widget .children > li:first-of-type,
.riley-footer-widget .sub-menu > li:first-of-type,
.chloe-widget .sub-menu > li:first-of-type {
    border-top: 1px solid #EFEFEF;
}
.riley-footer-widget ul li:before,
.chloe-widget ul li:before {
    font-family: 'FontAwesome';
    content: '\f105';
    margin-right: 5px;
    margin-left: .75em;
    position: absolute;
    right: 0;
}
.widget.widget_text {
    text-align: center;
    padding-bottom: 3em;
}
.widget_search .search-field {
    width: 100% !important;
}
.tagcloud {
    text-align: center;
}
.tagcloud a {
    padding: 5px;
    margin: 15px;
    font-weight: 300;
    text-transform: uppercase;
}
.recent-posts-widget-wthumbs {
    list-style-type: none;
}
.recent-posts-widget-wthumbs img {
    margin-bottom: 1em;
    border-radius: 50%;
    width: 270px;
    height: 270px;
}
.recent-posts-widget-wthumbs h4 {
    font-weight: bold;
    letter-spacing: .1em;
    margin-bottom: 0;
}
.recent-posts-widget-wthumbs h4 a {
    font-size: 1.4em;
    line-height: normal;
}
.recent-posts-widget-wthumbs img:hover {
    opacity: .9;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
ul.recent-posts-widget-wthumbs li:before {
    content: none;
}
.recent-posts-widget-wthumbs li,
.recent-posts-widget-wthumbs li {
    background-color: transparent;
    margin-top: 2em;
    margin-bottom: 1em;
}
.ig-widget-padding {
    padding: .1em;
}
.row-instagram-widget {
    margin-right: 0;
    margin-left: 0;
}
/* Archive Widget */

.widget_archive select {
    width: 100%;
}
/* Calendar Widget */

.calendar_wrap caption {
    caption-side: top;
}
.calendar_wrap,
.calendar_wrap th,
.calendar_wrap caption {
    text-align: center;
    color: #000;
}
.calendar_wrap td#prev {
    text-align: left;
    padding: 1em;
}
.calendar_wrap td#next {
    text-align: right;
    padding: 1em;
}
/* RSS */

.rss-widget-icon {
    vertical-align: top;
    padding-top: .15em;
}
/* Nav Widget Menu */

.widget_nav_menu ul li > .sub-menu {
    padding-left: 1em;
}
/* Category Widget */

.widget_categories {
    text-align: center;
}
.widget_categories ul {
    text-align: left;
}
.widget_categories select,
.widget_archive select,
.widget select {
    text-transform: capitalize;
}
/* Recent Comments Widget */

.widget_recent_comments ul li:before,
.widget_rss ul li:before {
    content: none;
}
.widget_recent_comments ul li a {
    display: block !important;
}
.widget_recent_comments ul li .comment-author-link a {
    display: inline !important;
}
.widget_recent_comments ul li {
    font-size: 13px;
}
.widget_recent_comments a {
    font-size: 20px;
}
.widget_recent_comments ul li .comment-author-link a {
    display: inline !important;
    font-size: 13px;
}
/* RSS Widget */

.widget_rss ul li .rsswidget {
    display: block;
    font-size: 2em;
    line-height: 1.2em;
}
.widget_rss .rssSummary {
    text-transform: none;
    margin-top: 1em;
    margin-bottom: 1em;
}
.widget_rss cite {
    font-weight: bold;
}
.widget_rss .rss-date {
    margin-top: 1em;
    display: block;
    font-weight: bold;
}
/* Recent Posts w/Thumbnail Widget*/

.rpw-cat {
    font-size: 10px;
    letter-spacing: .1em;
}
.recent-posts-widget-wthumbs li .post-date {
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 4px;
    letter-spacing: .1em;
}
/*--------------------------------------------------------------







# Content







--------------------------------------------------------------*/

.site-main .post-navigation {
    margin-top: 3em;
    margin-bottom: 3em;
}
@media (min-width: 48em) and (max-width: 62em) {
    .container {
        max-width: 95%;
    }
}
.page-margin-bottom {
    margin-bottom: 4rem;
}
.posts-fp-margin {
    margin-top: 4rem;
}
#footer-pagination {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.error-404 #searchsubmit {
    display: none;
}
.heading-404 {
    font-size: 9em;
    color: #333;
    font-family: 'Lato', sans-serif;
}
.not-found {
    margin-top: 4em;
    margin-bottom: 4em;
}
.message-404 {
    margin-bottom: 2em;
}
.multi-page-nav {
    margin-top: 3em;
    margin-bottom: 3em;
}
/*--------------------------------------------------------------







## Archive







--------------------------------------------------------------*/

.archive-heading {
    padding-top: 1em;
    padding-bottom: 1em;
    letter-spacing: .1em;
    margin-bottom: 1em;
}
@media (min-width: 48em) {
    .archive-heading {
        margin-bottom: 2em;
    }
}
/*--------------------------------------------------------------







## Posts and pages







--------------------------------------------------------------*/

.sticky {
    display: block;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.author-information-container {
    margin-top: 2em;
    margin-bottom: 2em;
}
.author-page-meta {
    margin-top: 1em;
    margin-bottom: 1em;
}
.author-information-container h1 {
    font-size: 1.8em;
}
.single-author-meta {
    padding: 1em;
}
.meta-author-photo {
    margin-bottom: 1em;
}
.single-author-name {
    letter-spacing: 0.1rem;
    margin-bottom: .5em;
}
.single-author-name a {
    font-size: 1.7em;
    text-align: center;
    margin: 0 0 4px 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: Normal;
}
.single-author-social a {
    opacity: 0.8;
}
.single-author-social a:hover {
    opacity: 1;
}
.single-footer {
    margin-bottom: 2em;
    overflow: auto;
}
.post-share-buttons {
    text-align: left;
}
.post-share-buttons a {
    margin-right: 1em;
}
.page .cmeta .posted-on:after {
    content: none;
}
/*--------------------------------------------------------------







## Asides







--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}
/*--------------------------------------------------------------







## Comments







--------------------------------------------------------------*/

.comments-title {
    text-transform: uppercase;
    font-size: 1rem;
    padding-bottom: .5em;
    margin-bottom: .5em;
    border-bottom: 2px solid #ccc;
}
.comment-list {
    padding-left: 1em;
}
.comment-author-picture img {
    border-radius: 50%;
}
.comment-author .author {
    display: block;
}
.comment-author .comment-date {
    display: block;
}
.comment-body {
    position: relative;
    display: block;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #EEE;
}
.comment-author-name {
    text-transform: capitalize;
    text-decoration: none;
    font-style: normal;
}
.comment-author-picture {
    padding: .5em 1em .5em 0;
    text-align: center;
}
.comment-reply-link,
.comment-edit-link,
#cancel-comment-reply-link {
    font-weight: bold;
    text-transform: uppercase;
    font-size: .6rem;
    margin-right: 1rem;
    font-family: 'Lato', sans-serif;
    position: relative;
    opacity: .9;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    color: #333;
}
.comment-reply-link:hover,
.comment-edit-link:hover,
#cancel-comment-reply-link:hover {
    opacity: 1;
    color: #000;
}
.comment-respond {
    margin-top: 4em;
}
.comment-body .reply {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
.form-submit {
    text-align: right;
}
.logged-in-as a {
    font-weight: normal;
}
.comment {
    padding-top: 2em;
}
.comment-time-link {
    font-weight: normal;
    text-transform: uppercase;
    font-size: .6rem;
    letter-spacing: .1em;
    color: #333;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.comments-area {
    clear: both;
}
.comments-area label {
    display: block;
}
.comments-area textarea,
.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="url"],
.comments-area input[type="password"],
.comments-area input[type="search"] {
    width: 100%;
    padding: .5em;
}
.comments-area input[type="submit"] {
    padding: 1em;
}
.comments-area .comment-list,
.comments-area .children {
    list-style-type: none;
}
.comment-edit-reply {
    letter-spacing: .1em;
}
#cancel-comment-reply-link {
    float: right;
}
.comment-logout {
    text-transform: uppercase;
}
.comment-form-author label,
.comment-form-email label {
    display: block;
}
.comment-form-author input,
.comment-form-email input {
    width: 100%;
}
.comment-text p {
    padding: .1em;
}
@media (min-width: 34em) {
    .comment-author {
        margin-left: 80px;
    }
}
/*--------------------------------------------------------------







## Tags







--------------------------------------------------------------*/

.entry-footer-tags {
    padding-top: 2em;
    padding-bottom: 1em;
}
.entry-footer-tags a {
    font-size: .6em;
    padding: .5em 1em;
    margin-right: .25em;
    margin-bottom: .25em;
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
    letter-spacing: .1em;
    transition: background-color .25s;
    -webkit-transition: background-color .25s;
}
.entry-footer-tags a:hover {
    opacity: 1;
    color: #FFF !important;
    background-color: #000;
    transition: background-color .25s;
    -webkit-transition: background-color .25s;
}
/*--------------------------------------------------------------







## Search Results







--------------------------------------------------------------*/
/* NOT FOUND */

.search-field {
    width: 80%;
    text-align: center;
    padding: .25em;
    font-size: 1.5em;
    text-transform: uppercase;
}
.not-found h2 {
    margin-bottom: 1rem;
}
.not-found p {
    margin-bottom: 2rem;
}
.widget_search .search-field {
    padding: .5em;
    font-size: 1em;
}
.search-result-header .post-categories {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.search-result-index,
.category-result-index {
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #ccc;
}
.search-result-header {
    text-transform: uppercase;
}
.search-result-header .post-categories li {
    display: inline;
    margin-right: 2em;
}
.search-result-tags li {
    padding-bottom: 20px;
}
.search-result-tags a {
    border: 2px solid #333;
    padding: .25em .5em;
    text-transform: uppercase;
    font-weight: normal;
}
.search-result-tags a:hover {
    background-color: #333;
    color: white;
}
/*--------------------------------------------------------------







## Jetpack







--------------------------------------------------------------*/
/* Hides navigation links and site footer when infinite scroll is active */

.infinite-scroll #footer-pagination,
.infinite-scroll.neverending #footer {
    display: none;
}
/* Shows the footer again in case all posts have been loaded */

.infinity-end.neverending #footer {
    display: block;
}
.infinite-loader> .spinner {
    left: 50% !important;
    right: 50% !important;
}
#infinite-handle {
    text-align: center;
}
.sd-content {
    text-align: center;
}
.sd-content ul li a {
    margin: 1em !important;
}
/* Social Icons */

.widget_wpcom_social_media_icons_widget ul {
    text-align: center;
}
.widget_wpcom_social_media_icons_widget ul li:before {
    content: '';
    margin-right: 0;
    margin-left: 0;
}
.widget_wpcom_social_media_icons_widget .genericon {
    padding: 1em;
    font-size: 1.5em;
}
.widget_wpcom_social_media_icons_widget ul li {
    margin-right: 0 !important;
    display: inline;
    border: none;
}
.jetpack_subscription_widget #subscribe-email input {
    padding: 1em;
    width: 100%;
    text-transform: uppercase;
}
.grav-clone {
    border: none !important;
    border-width: 0 !important;
    border-radius: 50%;
    margin: 0 !important;
}
/* Subscribe */

#subscribe-submit input[type="submit"]:hover {
    color: #FFF;
}
/*--------------------------------------------------------------







### Testimonials







--------------------------------------------------------------*/

.testimonial-slides .carousel-item {
    height: auto;
}
.jetpack-testimonial-hr {
    margin-top: 2em;
}
.fp-test-text p {
    text-align: center;
    font-style: Italic;
    font-size: 1.6em;
    min-height: 2em;
    line-height: 120%;
}
.fp-test-text p:before {
    content: "\“";
    font-size: 1em;
}
.fp-test-text p:after {
    content: "\”";
    font-size: 1em;
}
.jp-relatedposts-post-title {
    margin-top: .5em;
    font-size: 1.2em;
}
.jp-relatedposts-post a {
    text-decoration: none;
    font-weight: normal;
}
.jp-relatedposts-headline {
    text-transform: uppercase;
    font-size: 1em;
}
/*--------------------------------------------------------------







### Portfolio







--------------------------------------------------------------*/

.isotope {
    margin-top: 2em;
}
.portfolio-archive .archive-heading {
    margin-bottom: 0;
}
.portfolio-grid-img {
    position: relative;
}
.fp-portfolio-grid-thumb {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.fp-portfolio-grid-thumb img {
    display: inline-block;
    object-fit: cover;
    margin-left: -100%;
    margin-right: -100%;
}
.portfolio-grid-fp {
    margin-bottom: 3em;
}
.portfolio-grid-fp img {
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    height: auto;
    display: inline-block;
    margin-left: -100%;
    margin-right: -100%;
}
.archive-portfolio-overlay {
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000;
    color: #FFF;
    -webkit-transition: visibility 0s linear, opacity 0.25s ease-in;
    transition: visibility 0s linear, opacity 0.25s ease-in;
}
.portfolio-grid-container {
    position: relative;
    overflow: hidden;
}
.portfolio-grid-container:hover .archive-portfolio-overlay img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transition: transform .3s;
    -webkit-transition: transform .3s;
    backface-visibility: hidden;
}
.portfolio-item-card:hover .archive-portfolio-overlay,
.portfolio-item-card:hover .archive-portfolio-overlay-text,
.portfolio-grid-container:hover .archive-portfolio-overlay,
.portfolio-grid-container:hover .archive-portfolio-overlay-text {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s linear, opacity 0.25s ease-in;
    transition: visibility 0s linear, opacity 0.25s ease-in;
}
.archive-portfolio-overlay h2 {
    color: #FFF !important;
}
.archive-portfolio-overlay img {
    transition: transform .3s;
    -webkit-transition: transform .3s;
}
.portfolio-item-card-text {
    padding: 1em;
}
.archive-portfolio-overlay-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 2.5em 1.5em;
    opacity: 0;
    color: #FFF;
    pointer-events: none;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
    transition: opacity 0s;
    -webkit-transition: opacity 0s;
}
.archive-portfolio-overlay-text,
.archive-portfolio-overlay-text h2,
.archive-portfolio-overlay-text h3,
.archive-portfolio-overlay-text a {
    color: #FFF !important;
}
.archive-portfolio-overlay-text p {
    margin-bottom: 0;
    color: #FFF !important;
}
.archive-portfolio-overlay,
.archive-portfolio-overlay-text {
    pointer-events: none;
}
.portfolio-item-card:hover .archive-portfolio-overlay-text,
.img-overlay-woocommerce:hover> .archive-portfolio-overlay-text,
.portfolio-grid-container .archive-portfolio-overlay-text {
    transform: scale(1);
    opacity: 1;
    transition: opacity .5s, transform .5s;
    -webkit-transition: opactiy .5s, transform .5s;
}
.archive-portfolio-overlay img {
    display: inline-block;
    min-height: 100%;
    min-width: 100%;
    max-width: none !important;
    max-height: none !important;
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
    width: auto;
}
.portfolio-item:before,
.img-portfolio-archive:before,
.img-overlay-woocommerce:before {
    pointer-events: none;
    content: " ";
    position: absolute;
    z-index: 10;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    /*border-top: 2px solid #FFF;*/
    /*border-bottom: 2px solid #FFF;*/
    
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    transition: all 0.5s ease;
}
.portfolio-item:after,
.img-portfolio-archive:after,
.img-overlay-woocommerce:after {
    pointer-events: none;
    content: " ";
    position: absolute;
    z-index: 10;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    /*border-left: 2px solid #FFF;*/
    /*border-right: 2px solid #FFF;*/
    
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    transition: all 0.5s ease;
}
.portfolio-item:hover:before,
.portfolio-item:hover:after,
.archive-portfolio-overlay:before,
.archive-portfolio-overlay:after,
.img-overlay-woocommerce:hover:before,
.img-overlay-woocommerce:hover:after {
    transform: scale(1);
}
@media (max-width: 544px) {
    .accent-title {
        color: #333 !important;
        line-height: normal;
    }
}
.portfolio-grid-container {
    height: 410px;
    margin-bottom: 2em;
}
.portfolio-grid-container .archive-portfolio-overlay {
    opacity: 1;
    visibility: visible;
}
@media (min-width: 48em) {
    .portfolio-grid-container {
        margin-bottom: auto;
    }
    .portfolio-grid-container .archive-portfolio-overlay {
        opacity: 0;
        visibility: hidden;
    }
    .portfolio-grid-fp-lg {
        height: 600px;
        padding: 0;
    }
    .portfolio-grid-fp-sm-1 {
        height: 300px;
        padding: 0;
    }
    .portfolio-grid-fp-sm-2 {
        height: 300px;
        padding: 0;
    }
}
.portfolio-carousel {
    margin-bottom: 2em;
}
.port-filters {
    padding: 1em;
    background-color: #000;
    margin-bottom: 0;
}
.port-filters li a,
.port-filters li a:visited {
    font-weight: bold;
    position: relative;
    padding: 5px 0;
    font-size: .8em;
    letter-spacing: .1em;
    color: #CCC;
}
.port-filters li a::before,
.port-filters li a::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #FFF !important;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
.port-filters li a::before {
    top: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
.port-filters li a::after {
    bottom: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}
.port-filters li a:hover,
.port-filters li a:focus,
.port-filters li a:visited {
    color: #FFF;
}
.port-filters li a:hover::before,
.port-filters li a:focus::before,
.port-filters li a:hover::after,
.port-filters li a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
.port-filters li a.active {
    color: #FFF;
}
.portfolio-item {
    margin: 1em auto 1em auto;
    position: relative;
    overflow: hidden;
    border: 1px solid #EEE;
    background-color: #FFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    width: 336px;
    max-width: 100%;
}
.portfolio-item a {
    /* Required For Firefox */
    
    width: 336px;
    max-width: 100%;
}
.portfolio-item h2 {
    color: #333;
    display: inline-block;
    height: 44px;
    position: relative;
}
.portfolio-item p {
    color: #777;
}
@media (min-width: 48em) {
    .portfolio-item {
        margin: 1em;
    }
}
.img-portfolio-archive {
    position: relative;
}
.port-filters {
    white-space: nowrap;
    overflow-x: scroll;
}
@media (min-width: 48em) {
    .portfolio-item {
        margin: 1em;
    }
}
/*--------------------------------------------------------------







# Footer







--------------------------------------------------------------*/

.social-footer i {
    padding: .5em;
}
.social-footer-count:before {
    content: ' | ';
}
.site-info {
    font-size: .8em;
}
.site-footer li {
    font-weight: normal;
    letter-spacing: .1em;
}
footer ul {
    padding: 0;
    /*margin: 0 0 0 100px;*/
    
    margin: 0 0 0 35px;
    list-style-type: none;
}
footer h4 {
    font-size: .8em;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.footer-row {
    padding-top: 2em;
    padding-bottom: 2em;
}
.social-count-footer {
    font-size: .7rem;
    text-transform: uppercase;
}
.social-count-footer ul li {
    padding: 1rem;
}
.alternate-stripe {
    background-color: #f8f8f8;
}
.footer-site-name {
    font-size: 2rem;
}
.footer-menu {
    padding-bottom: 2em;
}
.footer-menu li {
    font-size: .8rem;
    /*width: 130px !important;*/
    
    float: left;
}
.footer-menu li:nth-child(2n) {
    float: right;
}
.footer-menu .sub-menu {
    margin-left: .5em;
}
.footer-section {
    padding-bottom: 2em;
}
.footer-logo {
    padding-bottom: 1em;
    display: block !important;
    margin: 0 auto !important;
}
.instagram-footer {
    padding-bottom: 0;
}
.instagram-widget-title {
    padding-bottom: 1rem;
}
.ig-footer-photo {
    display: inline-block;
    float: left;
}
.ig-footer-photo:after {
    content: attr(title);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0.5em 20px;
    width: 460px;
    background: rgba(0, 0, 0, 0.8);
    text-decoration: none !important;
    color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
.ig-footer-ten {
    width: 10%;
}
.ig-footer-five {
    width: 20%
}
.instagram-row-of-photos a:hover img {
    filter: brightness(50%);
    -webkit-filter: brightness(50%);
}
.kitt-signature {
    padding-bottom: 1em;
    font-size: 12px;
}
/*--------------------------------------------------------------







# Modals







--------------------------------------------------------------*/

.modal-backdrop.in {
    opacity: .95;
}
.modal-body ul.dropdown-menu a {
    color: #777;
}
.modal-body a.nav-link {
    color: #FFF;
}
/* SEARCH MODAL ================================= */

.searchModal-button:focus {
    outline: none;
    border: none;
}
.search-modal-wrapper {
    background-color: transparent;
}
.modal input.search-field {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 1.6em;
    width: 60%;
}
.modal input.search-field:focus {
    border: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border-bottom: 1px solid rgba(81, 203, 238, 1);
}
.modal input.search-field:focus {
    border: none;
    box-shadow: none;
    outline: 0 none;
    color: #fff;
    border-bottom: 2px solid #fff;
}
#searchsubmit {
    color: #fff;
    border: none;
    font-size: 1.6em;
}
#searchsubmit:focus {
    border: none;
}
.modal-open .modal {
    padding-left: 0px !important;
    padding-right: 0px !important;
    overflow-y: scroll;
}
/*--------------------------------------------------------------







# Infinite scroll







--------------------------------------------------------------*/

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------







# Media







--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}
/*--------------------------------------------------------------







## Captions







--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}
.wp-caption-text {
    text-align: center;
    font-style: italic;
}
.wp-caption-text {
    margin: 0.8075em 0;
    color: #333;
}
/*--------------------------------------------------------------







## Galleries







--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
    text-align: center;
}
.gallery {
    margin: auto;
    padding: 0;
    overflow: hidden;
}
.gallery img {
    float: none;
    margin: 0;
    padding: 0;
}
.gallery-caption {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: .9em;
}
.gallery .clear {
    clear: left;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    padding-bottom: 1em;
    float: left;
    vertical-align: middle;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.gallery-item figcaption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
    color: #fff;
}
.gallery-item:hover img {
    filter: brightness(60%);
    -webkit-filter: brightness(60%);
}
.gallery-item:hover> figcaption {
    visibility: visible;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.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-caption {
    display: block;
}
.lb-cancel {
    background: url('./images/loading.gif') no-repeat;
    width: 60px;
    height: 60px;
    margin: auto;
}
.lb-outerContainer {
    background-color: transparent;
}
.lightboxOverlay {
    opacity: .95;
}
.lb-details {
    text-transform: uppercase;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border: none;
}
/*--------------------------------------------------------------







# Riley







--------------------------------------------------------------*/

.rsic {
    padding-bottom: 1.5rem;
}
.rec {
    padding-bottom: 1em;
    margin-bottom: 2em;
}
.riley-social-buttons {
    padding: 1.6em;
}
.nav-previous:before {
    content: "<";
}
.reh {
    padding-bottom: .5rem;
}
/*--------------------------------------------------------------







# Chloe







--------------------------------------------------------------*/

.cbm {
    margin-bottom: 1rem;
}
.cmeta {
    padding: .25em 0;
    font-size: 10px;
    line-height: 20px;
    margin: 0px 0px 1em 0px;
}
.cmeta .posted-on a,
.cmeta .posted-on a:visited,
.cmeta .posted-on a:hover {
    font-weight: normal;
}
.cmeta .posted-on:after {
    content: "|";
    margin-left: .5em;
    margin-right: .5em;
}
.cmb {
    padding: 1em inherit 0;
}
.csright,
.csleft {
    max-width: 50%;
    letter-spacing: .1em;
}
.chloe #infinite-handle {
    margin-bottom: 2em;
}
/*--------------------------------------------------------------







# Static Frontpage







--------------------------------------------------------------*/

.fp_static_row,
.static-article-container {
    /*padding-top: 4rem;



	padding-bottom: 4rem;*/
    
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.fp_static_row_no_pad {
    padding-top: 0;
    padding-bottom: 0;
}
.fp_static_no_bottom_pad {
    padding-bottom: 0;
}
.fp_static_row .static-newest-posts,
.fp_static_row .fp-static-services,
.fp_static_row .static-category-posts {
    margin-bottom: 2em;
}
.fp_static_row .article-card-flex h2 {
    /*font-size: 2em;*/
    
    font-size: 1em;
    color: #333;
}
.fp_static_row h3 {
    line-height: 1.2em;
    font-size: 15px;
}
.fp_static_row .archive-rm-btn a {
    color: #FFF !important;
}
.fp-section-title {
    /*font-size: 2.5em;*/
    
    font-size: 1.5em;
    margin-bottom: 1em;
}
.static-fp-single {
    padding-left: 100px;
    padding-right: 100px;
}
@media(max-width:767px) {
    .navbar-brand>img {
        max-width: 220px !important;
    }
    .static-fp-single {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media(min-width:768px) {
    .static-fp-single {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.fp_static_row .static-fp-single h2 {
    font-size: 2em;
    margin-top: 0;
}
.static-fp-single .col-md-6 {
    overflow: hidden;
}
.static-fp-single div img {
    min-width: 100%;
    /*height: auto;*/
    
    height: 300px;
    display: inline-block;
    margin-left: -100%;
    margin-right: -100%;
}
.static-fp-single-img {
    padding: 0;
    overflow: hidden;
}
.static-fp-single-text {
    /*padding: 2rem 1rem;*/
    
    padding: 0 0 10px 0px;
    margin: auto;
    max-width: 48em;
    position: relative;
}
/* Edit By Reinvent Media Pvt. Ltd.  */

.portfolio-item-card:hover .archive-portfolio-overlay-text {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: scale(1);
    -webkit-transition: all ease-in 0.6s;
}
#post-236 .archive-portfolio-overlay-text {
    color: #000!important;
}
/* END Edit By Reinvent Media Pvt. Ltd.  */

@media (min-width: 48em) {
    .static-fp-single-text {
        /*padding: 4em 2em;*/
    }
}
.col-md-offset-3 .static-fp-single-text {
    max-width: none;
}
.static-fp-single .col-md-offset-3 .static-fp-single-text {
    top: auto;
    transform: none;
}
.service-img-circle {
    width: 210px;
    margin-bottom: 1em;
}
.static-readmore {
    padding-top: 1em;
    padding-bottom: 1em;
}
.static-share-container a {
    margin: .5em;
}
.fp-fl-list li {
    padding: 5px;
}
.fp-fl-list img {
    margin: 2em;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.fp-fl-list img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
/*--------------------------------------------------------------







# WooCommerce







--------------------------------------------------------------*/

.page-numbers,
.page-numbers:visited {
    text-transform: uppercase;
    opacity: 0.8;
    color: #777;
}
.page-numbers:hover {
    opacity: 1;
    color: #000;
}
span.page-numbers.current {
    color: #333;
    background-color: transparent;
    font-weight: bold;
    opacity: 1;
}
span.page-numbers.current:hover {
    background-color: transparent;
    opacity: 1;
    color: #777;
}
.breadcrumb,
.pagination {
    border-radius: 0;
}
ul.page-numbers,
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    border: none;
    background-color: transparent;
    border-right: none;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #000;
}
.pagination>li>a,
.pagination>li>span {
    color: #777;
    border: none;
    background-color: transparent;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: transparent;
    opacity: 1;
}
.woocommerce .archive-heading {
    margin-bottom: 0;
}
.woocommerce .woocommerce-info:before,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
    color: #000;
}
.woocommerce .woocommerce-info {
    border-color: #777;
}
.fp_static_row .woocommerce ul.products li.product {
    margin: auto auto 2rem auto;
}
/* Breadcrumbs */

.woocommerce-breadcrumb-container {
    background-color: #000;
    margin-bottom: 2em;
}
@media (min-width: 48em) {
    .woocommerce-breadcrumb-container {
        margin-bottom: 4em;
    }
}
.woocommerce-breadcrumb-container {
    padding-top: 1rem;
}
.woocommerce-breadcrumb-container .woocommerce-breadcrumb a {
    color: #CCC;
}
.woocommerce-breadcrumb-container .woocommerce-breadcrumb a:hover {
    color: #FFF;
}
.woocommerce-archive-title-container {
    padding: 1em 1em 0 1em;
}
.woocommerce ul.products li.product a img {
    margin: 0;
}
@media(min-width:48em) {
    .woocommerce ul.products {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.woocommerce ul.products li.product h3 {
    font-size: 1rem;
    padding: 0;
    text-align: left;
}
.woocommerce ul.products li.product .price {
    text-align: left;
}
.woocommerce ul.products li.product .apoverlay h3 {
    color: #FFF;
    font-size: 1em;
}
.woocommerce ul.products li.product .price del {
    display: inline;
    padding-right: .5em;
}
.woocommerce ul.products li.product .onsale {
    top: 20px;
    right: 0;
    left: auto;
    margin: 0;
    z-index: 0;
}
.woocommerce span.onsale {
    background-color: #e21e60;
    min-height: 0;
    min-width: 0;
    padding: .25em .5em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: normal;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 0;
    color: #fff;
    font-size: .857em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 10;
}
.woocommerce span.onsale {
    top: 2em;
}
.woocommerce .price {
    margin-bottom: 0;
}
.checkout h3 {
    text-transform: uppercase;
}
#customer_details {
    margin-bottom: 2rem;
}
/* Overlay */

.woocommerce ul.products li.product .price {
    margin-top: 5px;
}
.woocommerce ul.products li.product .excerpt-portfolio-archive .price {
    color: #FFF;
}
.img-overlay-woocommerce img {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
    margin: auto;
    min-width: 100%;
    max-width: none !important;
    min-height: 100% !important;
    object-fit: cover;
    margin-left: -100%;
    margin-right: -100%;
    display: inline-block;
}
.woocommerce #respond #submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #e21e60;
    opacity: .9;
}
.woocommerce #respond #submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #e21e60;
    opacity: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: .5em 1em;
}
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0px;
}
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.description_tab {
    margin-left: 0px;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 180px;
}
/* TYPOGRAPHY */

.woocommerce #respond #submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce .cart .button,
.woocommerce .cart input.button,
div.cart_totals {
    text-transform: uppercase;
}
.quantity input {
    height: 41px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    position: static;
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    right: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    border: none;
    position: static;
    bottom: -1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 300;
    text-transform: uppercase;
}
#submit,
input#place_order.button.alt,
.checkout_coupon input.button,
.woocommerce button.button,
.place-order .button {
    background-color: transparent;
    border: 2px solid #c39f76;
    border-radius: 0;
    font-size: 10px;
    color: #c39f76;
    letter-spacing: .1em;
}
.woocommerce button.button {
    height: 40px;
}
input#place_order.button.alt:hover,
.checkout_coupon input.button:hover,
.woocommerce button.button:hover,
.place-order .button:hover {
    background-color: #c39f76;
    color: #FFF;
}
/* WOO COMMERCE REVIEWS */

.woocommerce #reviews #comments ol.commentlist {
    padding-left: 0;
    margin-left: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 75px;
    border: none;
}
.woocommerce p.stars a {
    font-weight: 100 !important;
}
.woocommerce form.checkout_coupon,
.woocommerce .input-text,
.woocommerce input {
    border-radius: 0px;
    padding: .5em;
}
.woocommerce .checkout_coupon input {
    height: 37px;
}
.woocommerce form .form-row {
    margin: 0;
}
.woocommerce label {
    margin-bottom: 0;
}
.product_meta .posted_in,
.product_meta .tagged_as {
    display: block;
}
.product_meta .posted_in a,
.product_meta .posted_in {
    text-transform: uppercase;
    color: #777;
}
.product_meta .tagged_as ul {
    padding: 0;
    margin-top: .5em;
}
.img-woocommerce {
    position: relative;
}
.img-overlay-woocommerce {
    position: absolute;
    top: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    background-color: #000;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
}
.archive-portfolio-overlay-text .archive-rm-btn {
    color: #FFF !important;
    margin-top: 10px;
}
.archive-rm-btn {
    font-size: .6em;
}
.variations_button {
    min-width: 300px;
}
.woocommerce ul.products {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 2em;
    padding-bottom: 2em;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0 auto 2em auto;
    width: 330px;
}
@media (min-width: 34em) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 45%;
        margin: 2em 1%;
    }
}
@media(min-width:48em) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        float: left;
        width: 30%;
    }
}
@media (min-width: 62em) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 22%;
        margin: 0 1.4% 2em 1.4%;
    }
}
.woocommerce .related h2 {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    padding: .5em 0;
    text-align: center;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    padding: 8px 6px 8px;
    font-weight: 300;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    color: #fff !important;
    border: none;
    font-size: .8em;
}
.woocommerce table.cart td.actions {
    padding-top: 1.5em;
}
.checkout-button br {
    display: none;
}
.woocommerce .entry-footer-tags a {
    color: #fff;
    border: none;
}
/* MOBILE ONLY STYLING */

@media (max-width: 320px) {
    .woocommerce-cart-button {
        display: none;
    }
}
@media (max-width: 376px) {
    td.product-price,
    th.product-price,
    td.product-quantity,
    th.product-quantity {
        display: none;
    }
    .woocommerce .woocommerce-message .button {
        text-align: center;
        display: block;
    }
}
@media (max-width: 768px) {
    .woocommerce #content table.cart td.actions .button,
    .woocommerce #content table.cart td.actions .input-text,
    .woocommerce #content table.cart td.actions input,
    .woocommerce table.cart td.actions .button,
    .woocommerce table.cart td.actions .input-text,
    .woocommerce table.cart td.actions input,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .input-text,
    .woocommerce-page #content table.cart td.actions input,
    .woocommerce-page table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .input-text,
    .woocommerce-page table.cart td.actions input {
        width: 100%;
        margin-bottom: .5em;
    }
    .checkout_coupon p.form-row {
        width: 100%;
    }
    .checkout_coupon p.form-row input.button {
        width: 100%;
    }
    .woocommerce .login .form-row .button {
        width: 100%;
    }
    .woocommerce form .form-row {
        width: 100%;
    }
    .woocommerce #reviews #comments ol.commentlist li img {
        display: none;
    }
    .woocommerce #reviews #comments ol.commentlist {
        padding: 0;
    }
    .woocommerce #reviews #comments ol.commentlist li .comment-text {
        margin: 0;
    }
    .woocommerce-message a.wc-forward {
        margin: 1em;
        float: none;
    }
    .woocommerce .woocommerce-message .button {
        float: none;
        text-align: center;
    }
}
@media (min-width: 48em) {
    li.product:hover .img-overlay-woocommerce {
        visibility: visible;
    }
    a.added_to_cart {
        margin-top: 1em
    }
}
.woocommerce div.product form.cart .variations td.label {
    display: none;
}
.woocommerce div.product form.variations_form.cart {
    width: 50%;
}
.woocommerce div.product button.button,
.place-order .button {
    display: inline-block;
    margin-top: 0;
    background: transparent;
    color: #333;
    border: 2px solid #333;
    border-radius: 0;
    float: none;
    font-size: .6em;
}
.woocommerce div.product div.single_variation {
    margin-bottom: .5em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-bottom: none;
}
.woocommerce-tabs h2 {
    text-transform: uppercase;
    margin-bottom: 1em;
}
.woocommerce .product_meta {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #CCC;
}
/* Reviews */

.woocommerce .star-rating {
    float: none;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 64px;
    border-radius: 50%;
    position: relative;
    padding: 0;
    background: transparent;
    margin-top: 1em;
}
.woocommerce .reviews .commentlist {
    margin-left: 0;
    width: 100%;
    padding-left: 0;
}
.woocommerce #reviews #comments ol.commentlist li {
    padding-bottom: 1em;
    border-bottom: 1px solid #EEE;
}
.cross-sells h2 {
    font-size: 1.25em;
    font-weight: 300;
    text-transform: uppercase;
}
/*--------------------------------------------------------------







# Responsive







--------------------------------------------------------------*/
/* ## Mobile Only */

@media screen and (max-width: 34em) {
    .comment-form input {
        width: 100%;
    }
    .carousel-caption h1 a,
    .carousel-caption h2 a,
    .carousel-caption p {
        font-size: 80%;
    }
    .carousel-caption h1 a,
    .carousel-caption h1,
    .carousel-caption h2 a,
    .carousel-caption h2 {
        line-height: 1em;
        padding-top: 1em;
    }
    .nav-container {
        padding: 0;
    }
}
/* ## Desktop Specific */

@media screen and (min-width: 768px) {
    .article-card-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
/*--------------------------------------------------------------







# Default Accents







--------------------------------------------------------------*/

.outline_button,
.outline_button:visited,
.accent,
a.accent,
a.accent:visited,
.accent a,
.accent a:hover,
.accent a:visited,
span.page-numbers.current,
span.page-numbers.current:hover,
.rpw-cat,
.rpw-cat a {
    color: #c39f76
}
.woocommerce .woocommerce-info:before,
.woocommerce div.product p.price,
.woocommerce #respond input#submit,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price,
input#contactbutton,
#infinite-handle span,
.woocommerce #submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce .login .form-row .button,
.woocommerce #respond .form-submit input,
.alternate-stripe a.outline_button,
.alternate-stripe a.outline_button:visited,
#submit,
.entry-footer-tags a,
.entry-footer-tags a:visited,
.static-fp-single-text .amount,
.woocommerce nav.woocommerce-pagination ul li span.current,
.page-numbers.current,
.archive-rm-btn,
.woocommerce a.button,
.woocommerce .button,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover,
.woocommerce div.product .single_add_to_cart_button,
.place-order .button,
.woocommerce .selected .active:before,
.woocommerce .stars:hover a:before .woocommerce table.cart .actions .button,
.woocommerce div.product button.button,
.checkout_coupon input.button,
.woocommerce input.button,
#subscribe-submit input[type='submit'],
.place-order .button,
input#place_order.button.alt {
    color: #c39f76;
}
.accent-title:after,
.fp-section-title:after,
.outline_button:hover,
.entry-footer-tags a:hover,
.static-readmore-btn:hover,
input#contactbutton:hover,
#infinite-handle span:hover,
.woocommerce #submit:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
.product_type_simple:hover,
.woocommerce #respond .form-submit input:hover,
.woocommerce a.button:hover,
#submit:hover,
.woocommerce .button:hover,
.woocommerce .single_add_to_cart_button:hover,
.place-order .button:hover,
.woocommerce table.cart .actions .button:hover,
.woocommerce a.button.alt,
.checkout_coupon input.button:hover,
.woocommerce input.button:hover,
.woocommerce div.product button.button:hover,
#subscribe-submit input[type='submit']:hover,
.wc-forward,
input#place_order.button.alt:hover,
.woocommerce .login .form-row .button:hover {
    background-color: #c39f76;
}
.woocommerce-tabs .tabs li.active a,
blockquote,
.port-filters li a.active,
.woocommerce .woocommerce-info,
.outline_button,
.entry-footer-tags a,
input#contactbutton,
.button,
.accent,
.accent a,
span.page-numbers.current,
span.page-numbers.current:hover,
.woocommerce .woocommerce-info:before,
.woocommerce .product .price,
.woocommerce .products li.product .price,
input .outline_button,
.woocommerce div.product button.button,
#respond .form-submit input,
#submit,
#infinite-handle span,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce #respond input#submit,
.woocommerce .cart input.button,
.woocommerce .login .form-row .button,
.woocommerce .button,
input#place_order.button.alt,
.woocommerce table.cart td.actions .button,
.woocommerce div.product .single_add_to_cart_button,
.place-order .button,
.woocommerce table.cart .actions .button,
.checkout_coupon input.button,
.woocommerce input.button,
#subscribe-submit input[type="submit"],
.woocommerce a.button {
    border-color: #c39f76;
}
.carousel-control.right,
.carousel-control.left {
    right: 0;
    left: auto;
    background-image: none;
    background-image: none;
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.flexslider .wp-post-image {
    max-height: auto;
}
.wp-post-image {
    -webkit-filter: none !important;
    //max-height: 225px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
:focus {
    outline: none !important;
}
/*About us css*/

@media (min-width: 48em) {
    .col-md-offset-2 {
        margin-left: 0%;
        width: 100%;
    }
}
.text-center.rsic img {
    display: none;
}
.abtsocial {
    margin: 0 auto;
}
.ft1 {
    padding: 0px 15px 0px 15px !important;
}
@media only screen and (max-width: 767px) {
    .abtsocial {
        margin: auto 85px !important;
        height: 60px;
    }
    /*.hmsocial {



	    margin: 25px 100px !important;



	}

*/
    
.alignleft {
    height: auto !important;
}
    .exp_1 {
        width: 100% !important;
        /*height: auto !important;*/
        /*  float: left;



    margin: auto 5px;



        margin: 20px 5px;*/
    }
}
/*End*/
/*Expertise css*/

ul.exp {
    list-style: none;
    height: 50px;
    padding: 0px;
    font-size: 14px;
    /*background-color: #777;  */
}
.exp_1 {
    width: 30%;
    height: 300px;
    float: left;
    margin: 15px 15px;
    border: 1px solid lightgrey;
}
.exp_1 img {
    height: 90%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.exp_1 a {
    color: #fff;
}
.exp_1:hover {
    /*background-color: #777; 	*/
}
/*End*/

.hmsocial {
    /*margin: 25px 245px;*/
    /*margin: 3% 38%;*/
    
    width: 100%;
    display: block;
    text-align: center;
    /*position: absolute;*/
}
p.readmore-container {
    text-align: center;
    margin: 4%;
}
#contact-form-8 form input[type="submit"] {
    background: #777;
    color: #fff;
    padding: 5px 20px;
}
#contact-form-8 form input[type=text],
#contact-form-8 form input[type=email] {
    height: 30px;
    width: 450px;
}
.contact form {
    text-align: left;
}
.contact .cntc {
    text-align: left;
    padding: 25px 15px;
    font-size: 19px;
    font-weight: 800;
}
.contact .cntp {
    text-align: left;
    padding-bottom: 30px;
}
.contact .cnt {
    text-align: left;
    padding-bottom: 20px;
}
.prev-next-posts div {
    width: 150px;
    float: left;
}
.prev-next-posts {
    text-align: center;
    margin: 0 auto;
    display: table;
    padding: 20px 0;
}
.next-posts-link,
.prev-posts-link {
    text-transform: uppercase;
    background-color: transparent;
    font-weight: bold;
    letter-spacing: .2em;
    border: 2px solid #c39f76;
    padding: .7rem 1.4em;
    border-radius: 0;
    font-size: 10px;
    display: inline-block;
    margin: 0 20px;
}
p.global {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
}
.entry-content .row.big {
    display: block;
}
.box {
    float: left;
    position: relative;
    width: 14%;
    padding-bottom: 20%;
}
.boxInner {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    overflow: hidden;
}
.boxInner img {
    width: 100%;
}
.social-count-footer div ul {
    float: none;
}
.copyright-footer div ul {
    float: right;
}
.blkk {
    color: #000;
}
.rsic div .col-md-8 p {
    margin-bottom: 20px;
}
.global-map {
    position: relative;
    width: 100%;
    height: 450px;
}
header.csh h1 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.alternate-stripe h1 {
    font-size: 20px;
    font-weight: 800;
}
.smform-submit {
    padding: 8px 30px !important;
    color: #777;
    transition: color .5s, background-color .5s;
    -webkit-transition: color .5s, background-color .5s;
    border-radius: 0;
    border: 1px solid #777;
    text-transform: uppercase;
}
.smform-submit:hover {
    color: #FFF !important;
    background-color: #c39f76;
}
@media only screen and (max-device-width: 480px) {
    .carousel-item {
        height: auto;
    }
    .box {
        width: 50%;
    }
}
@media only screen and (min-device-width: 769px) {
    h2.accent-title.entry-title:after {
        bottom: 11.8em !important;
    }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 768px) {
    .box {
        width: 25%;
    }
    .footer-menu li {
        width: 33% !important;
    }
    h2.accent-title.entry-title:after {
        bottom: 14.8em !important
    }
    .wp-post-image {
        max-height: 295px;
    }
    .carousel-item {
        height: auto;
    }
    .map {
        position: absolute;
    }
}
.col-md-4 .fancybox img {
    height: 220px;
}
p.pdf1 {
    color: #777;
    font-size: 14px;
    text-align: center;
    padding-top: 5px;
}