/*
Theme Name: Arkhitekton Child
Theme URI: https://neuronthemes.com/arkhitekton
Description: This is a child theme of Arkhitekton
Author: NeuronThemes
Author URI: https://neuronthemes.com
Template: arkhitekton
Version: 1.0.0
*/


#cookie-notice .cn-button {
    margin: 0px;
    border: 1px solid #fff;
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 0px;
    color: #fff;
}

#cookie-notice .cn-button:hover {
    border: 1px solid #fa7268;
    color: #fa7268;
}

span#cn-notice-buttons {
    display: block;
}

.wpcf7-acceptance input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-right: 15px;
    margin-left: -40px;
    width: 20px;
}

.wpcf7-acceptance label {
  margin-left: 40px;
}


.wpcf7-acceptance input[type="checkbox"]:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    margin-top: -3px;
    width: 20px;
    height: 20px;
    background: #fcfcfc;
    border: 1px solid;
    border-radius: 0px;
}

span.wpcf7-list-item-label {
    font-weight: 500;
    margin-left: -10px;
}

.wpcf7-acceptance input[type="checkbox"]:checked:before {
    background: #000;
    border-color: #000;
}
.wpcf7-acceptance input[type="checkbox"]:disabled {
    color: #000;
    cursor: auto;
}
.wpcf7-acceptance input[type="checkbox"]:disabled:before {
    box-shadow: none;
    background: #000;
}
.wpcf7-acceptance input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 6px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}


.wpcf7-acceptance span.wpcf7-list-item{
    margin: 20px 0 0 0;
}

.elementor .elementor-widget-wrap .elementor-widget .elementor-text-editor p {
    margin-bottom: 1em;
}

.m-nav-menu--horizontal ul li.menu-item > a::before, .m-nav-menu--mobile nav ul.menu li.menu-item > a::before {
    background-color: #fa7268;
}

input[type='submit']:hover, button, .button:hover {
    background-color: #fa7268;
}

.hover-color img {

	 filter: grayscale(1);
	z-index:9;
}

.hover-color .owl-item img:hover {
    filter: grayscale(0);
}

.home .elementor-icon-list-icon svg {
    fill: #FA7268;
    width: 30px;
    max-height: 30px;
}

.t-404 .o-hero .o-hero__header .o-hero__header__image {
    background-size: initial;
}

.l-primary-footer .l-primary-footer__widgets .l-primary-footer__widgets__space .widget {
    margin-bottom: 1.7rem;
}

#text-5.widget.widget_text {
    text-align: center;
}

.o-neuron-hover-holder:hover .o-neuron-hover-holder__header .o-neuron-hover-holder__header__media img {
        transform: scale(1.1);
}

.p-portfolio-single__content h2 {
       font-size: 16px;
    margin-bottom: 2rem;
    margin-top: 2rem;
    letter-spacing: 2px;
    border-top: 1px solid #DFE3E7;
    padding-top: 2rem;
}

.p-portfolio-single__content h1 {
    font-size: 35px;
}

.p-portfolio-single .p-portfolio-single__content__meta {
    margin-bottom: 0rem;
}

.o-post-navigation .o-post-navigation__link--back .o-post-navigation__title {
    text-align: center;
    color: #FA7268;
    background-color: rgba(29, 23, 22, 0);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FA7268;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 50px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    display: table;
    margin: auto;
        -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.o-post-navigation .o-post-navigation__link--back .o-post-navigation__title:hover {
    background-color: #FA7268;
    color:#fff;
}

.o-post-navigation .o-post-navigation__link a .o-post-navigation__text-icon .o-post-navigation__subtitle {
font-family: "Poppins", sans-serif;

    }

.menu-item-icon {
width: 100%;
    }

.menu-item-icon svg  {
    margin-right: 0px;
    display: block;
    margin-left: auto;
     }

.menu-item-icon.active svg  {
    margin-left: inherit;
     }

@media screen and (max-width: 500px) {

element.style {
}
.col-3.col-md-4.o-post-navigation__link.prev {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
    
    .o-post-navigation .o-post-navigation__link.prev .o-post-navigation__text-icon .o-post-navigation__subtitle, .o-post-navigation .o-post-navigation__link.next .o-post-navigation__text-icon .o-post-navigation__subtitle {
    position: inherit;
}
    
    .col-3.col-md-4.o-post-navigation__link.next.h-align-right {
          flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 40px;
}
    
    .col-6.col-md-4.o-post-navigation__link.o-post-navigation__link--back {
              flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}
}