/*
Theme Name: Kadim Hukuk
Theme URI: #
Author: Ahmet Elçik
Author URI: https://sitemiyap.com/
Description: Kadim hukuk için tema
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kadimhukuk
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.container {
    width: 94%;
    max-width: 1200px;
}


html, body {
    font-size: 16px;
}

body {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    color: #333333;
    background-color: #fff;
    line-height: 1.8;
	font-optical-sizing: auto;  
}

b, strong {
    font-weight: 600;
}

a{
	text-decoration: none;
}



.home .header-logo img{
    filter: brightness(0) invert(1);
}

/** Footer **/
#footer {
    background-color: #fff;
}

.footer-top {
    border-top: 1px solid #eee;
    padding-top: 64px;
    padding-bottom: 64px;
    font-size: 1rem
}

.footer-box-item-contact p {
    line-height: 2.2rem;
}

.footer-box-item-contact-address {
    line-height: 1.7 !important;
    margin-bottom: 6px !important;
}
.footer-box-item-contact a{
	text-decoration:none;
	color: inherit;
}

.footer-box-item h6 {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 12px;
}

.footer-box-item p {
    margin: 0;
    line-height: 1.7;
}

.footer-box-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-box-item ul li {
    line-height: 2rem;
    transition: 400ms all;
}

.footer-box-item ul li:hover {
    margin-left: 6px;
    color: #000;
}

.footer-box-item ul li a {
    color: inherit;
    text-decoration: none;
}


.footer-bottom {
    border-top: 1px solid #ddd;
    color: inherit;
    padding: 12px 0;
    font-size: 12px;
    font-weight: 300;
}

.footer-bottom-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-bottom-list li {
    display: inline-block;
}

.footer-bottom-list li::after {
    content: '|';
    margin-left: 12px;
    margin-right: 12px;
}

.footer-bottom-list li:last-child::after {
    content: none;
    display: none;
}

.footer-bottom-list li a {
    text-decoration: none;
    color: inherit;
}


/** Header **/
.page #header {
    position: relative;
    border-bottom: 1px solid #eee;
    color: #333333;
}

.archive #header {
    position: relative;
    border-bottom: 1px solid #eee;
    color: #333333;
}

.single #header{
    position: relative;
    border-bottom: 1px solid #eee;
    color: #333333;
}

.single-post #header {
    position: relative;
    border-bottom: 1px solid #eee;
    color: #333333;
}


#header {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    background-color: transparent;
    height: 140px;
    display: flex;
    align-items: center;
    color: #fff;
}


@media (max-width: 767px) {
    #header {
        height: 90px;
    }
}

.header-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}


.header-menu li {
    display: inline-block;
}

.header-menu li a::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transform-origin: right center;
    transform: scaleX(0) translateZ(1px);
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transition: transform .26s cubic-bezier(.25, .8, .25, 1);
    will-change: scale;
}

.header-menu li :hover::before {
    transform-origin: left center;
    transform: scale(1);
}

.header-menu li a {
    margin: 10px;
    color: inherit;
    text-decoration: none;
    position: relative;
}


/** Header Searc **/
.header-menu-search {

}

.search-icon {
    width: 20px;
    height: 20px;
    fill: #fff;
}

/** Home Banner **/
#homeBanner {
    min-height: 50%;
    height: 100vh;
    overflow: hidden;
    color: #D3D3D3;
}


#homeBanner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("https://kadimhukuk.com.tr/wp-content/uploads/2024/05/home-banner.webp");
}

.homeBanner-Content {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

@media (max-width: 992px) {

    .homeBanner-Content {
        width: 100%;
    }
}


.homeBanner-Content .homeBanner-CompanyTitle {
    color: #E5E5E5;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 7px;
}

.homeBanner-Content .homeBanner-Title {
    font-weight: 200;
    line-height: 1;
    font-size: 55px;
    font-family: "Urbanist", sans-serif;
}

@media (max-width: 767px) {
    .homeBanner-Content .homeBanner-Title {
        font-size: 40px;
    }
}


.homeBanner-Content p {
    font-weight: 200;
    line-height: 1.7;
}

#homeCategories {
    margin-bottom: 64px;
}

.homeCategories-arrow {
    padding: 12px 0;
    text-align: right;
}

.homeCategories-arrow a {
    color: #333;
    font-size: 13px;
    text-decoration: none;
}

.homeCategories-arrow a:hover {
    text-decoration: underline;
}

#homeAboutUs {
    padding: 64px 0;
}

#homeAboutUs p {
    line-height: 1.8;
    color: #090E31;
    font-weight: 300
}


.section-title {
    font-weight: 400;
}


/** Button **/
.btn {
    padding: 12px 30px;
    text-decoration: none;
    color: inherit;
    font-size: 13px;
    border-radius: 35px 35px 35px 35px;
    transition: all 300ms;
}

.btn-opacity-white {
    background-color: rgb(255 255 255 / 18%);
}

.btn-opacity-white:hover {
    background-color: #023E8A;
}

.btn-primary {
    background-color: #023E8A;
    color: #fff;
}

.btn-primary:hover {
    opacity: 0.8;
}

.btn-radius {
    border-radius: 35px 35px 35px 35px;
}


.homeCategories-item {
    position: relative;
}

.homeCategories-item a{
	color:inherit;
	text-decoration: none;
}

.homeCategories-item:hover .homeCategories-item-photo {
    filter: grayscale(0) !important;
    transform: scale(1.03);
}

.homeCategories-item-Content {
    padding: 20px 0;
    padding-bottom: 0;
    text-align: center;
}

.homeCategories-item-Content h3 {
    font-size: 15px;
    font-weight: 500;
}

/** Home Categories **/
.homeCategories-item-photo {
    border-radius: 14px;
    overflow: hidden;
    transition: all 400ms;
    filter: grayscale(1) !important;
}


/** Post Item **/
#homeBlogList {
    padding: 64px 0;
}

.post-item-sabit {
    padding: 22px;
    transition: all 300ms;
}



.post-item-sabit a {
    text-decoration: none;
    color: inherit;
}

.post-item-sabit:hover {
    background: #D6E6F8;
}

.post-item-sabit-content {
    padding: 24px 0;
    color: #273041
}

.post-item-sabit-img img {
    width: 100%;
    height: auto;
}

.post-item-sabit .post-item-sabit-desc::after {
    width: 50px;
    height: 2px;
    background-color: #023e8a;
    content: '';
    display: block;
    margin-top: 24px;
}

.homeSectionTitle {
    text-align: center;
    margin-bottom: 20px;
}

.homeSectionTitle h6 {
    font-size: 20px;
    font-weight: 500;
}


#ozelAlan-1 {
    background: #023e8a;
    padding: 64px 0;
    color: #fff;
    line-height: 1.8;
    background: url("/wp-content/themes/kadimhukuk/assets/images/testimonials-free-img.jpg");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#ozelAlan-1 .container {
    position: relative;
    z-index: 1;
}

#ozelAlan-1::before {
    content: '';
    background-image: linear-gradient(90deg, rgba(7, 90, 174, 0) 0%, #023e8a 80%);
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ozelAlan-1-Title {
    font-size: 28px;
}

.ozelAlan-1-Desc {
    margin: 0;
}

.ozelAlan-1-Desc::after {
    width: 50px;
    height: 2px;
    background-color: #fff;
    content: '';
    display: block;
    margin-top: 24px;
}

.footer-box-item-social ul li {
    display: inline-block;
    filter: grayscale(1);
}

.footer-box-item-social ul li:hover {
    margin: 0;
    filter: grayscale(0);
}

/** Mobil Menü **/


.header-mobil-menu-btn {
    border: none;
    background: none;
    outline: 0;

}

.header-mobil-menu-btn span:first-child {
    width: 14px;
}


.header-mobil-menu-btn:hover > span {
    background: #000;
}

.header-mobil-menu-btn span {
    width: 28px;
    height: 2px;
    display: block;
    margin-top: 6px;
    border-radius: 2px;
    background: #000;
}

.home .header-mobil-menu-btn span {
    background: #fff;
}


/** Mobil Menü Açılır **/
.mobil-menu-sidebar-header-close {
    position: absolute;
    top: 0;
    left: -1px;
    width: 32px;
    height: 32px;
    background: red;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    user-select: none;
}

#mobil-menu-sidebar {
    position: fixed;
    right: -240px;
    top: 0;
    z-index: 99;
    width: 240px;
    height: 100%;
    background: #fff;
    border-left: 1px solid #ddd;
    transition: opacity;
}

#mobil-menu-sidebar-bg {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    background: #000;
}

.mobil-menu-sidebar-bg--open {
    opacity: 0.7 !important;
    visibility: visible !important;
}

.mobil-menu-sidebar--open {
    right: 0 !important;
}

#mobil-menu-sidebar .mobil-menu-sidebar-header {
    border-bottom: 1px solid #ddd;
    padding: 12px;
    text-align: center;
}

#mobil-menu-sidebar .header-menu-sidebar-menulist {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #333;
}

#mobil-menu-sidebar .header-menu-sidebar-menulist li {
    border-bottom: 1px solid #eee;
}

#mobil-menu-sidebar .header-menu-sidebar-menulist li a {
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 10px 12px;
}


.kadim-breadcrumb {
    font-size: 12px;
    padding: 32px 0;
}

.kadim-breadcrumb h1 {
    font-size: 32px;
    font-weight: 600;
}

.kadim-breadcrumb a {
    font-size: inherit;
    text-decoration: none;
    color: inherit;
}

.kadim-breadcrumb p {
    margin: 0;
}

.page .page-title {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
	text-align: center;
}


/** Post Detail **/



.kadim-padding{
    padding: 0 60px;
}

@media (max-width: 992px) {
    .kadim-padding{
    padding: 0;
    }
}



.post-detail .post-title {
    font-weight: 600 !important;
    font-size: 32px;
}


.post-detail h1,
.post-detail h2,
.post-detail h3,
.post-detail h4,
.post-detail h5,
.post-detail h6 {
    font-weight: 600 !important;
    margin-bottom: 16px;
}

.post-detail .wp-caption-text {
    text-align: center;
    margin: 12px 0;
}

.post-detail .entry-content {
    line-height: 1.7;
    font-weight: 300;
}


.post-detail .entry-content figure {
    width: 100% !important;
    height: auto;
}

.post-detail .entry-meta {
    color: rgba(51, 51, 51, 0.73);
    font-size: 12px;
    margin: 12px 0;
}

.post-detail .entry-meta a {
    text-decoration: none;
    color: inherit;
}

.post-detail .entry-meta-box:first-child {
    border: none;
}

.post-detail .entry-meta-box {
    padding: 0 11px;
    border-left: 1px solid rgba(0, 0, 0, .25);;
}

.post-detail .attachment-post-detail-img {
    width: 100%;
    height: auto;
}


.post-detail figure img{
	width: 100%;
	height: auto;
}


.post-detail iframe{
	width: 100%;
}

.post-detail img{
    
}

.size-full{
	width: 100%!important;
	height: auto!important;
}

.alert {
    padding: 12px;
    margin-bottom: 12px;
    border: 1px solid transparent;
}

.alert * {
    text-decoration: none;
    color: inherit;
}

.alert.alert-primary {
    color: #5e7f96;
    border-color: #cfebfe;
    background-color: #dff2fe;
    border-left: 3px solid #a7dcff;
}

.alert.alert-danger {
    color: #664d03;
    border-color: #f1aeb5;
    background-color: #f8d7da;
    border-left: 3px solid #df463b;
}

.alert.alert-warning {
    color: #664d03;
    border-color: #ffe69c;
    background-color: #fff3cd;
    border-left: 3px solid #ffe69c;
}

.alert.alert-success {
    color: #0a3622;
    border-color: #a3cfbb;
    background-color: #CEE7DD;
    border-left: 3px solid #a3cfbb;
}


.custom-info{
	margin: 20px 0px 20px 0px;
    padding: 32px;
	border-style: dashed;
	border-radius: 20px 20px 20px 20px;
	    border-width: 4px 4px 4px 4px;

}

.custom-info.custom-info-warning{
    background-color: #FDF1DA;
    border-color: #FBC869;
}

.custom-info.custom-info-primary{
    background-color: #dff2fe;
    border-color: #cfebfe;	
}

.custom-info.custom-info-danger{
    background-color: #f8d7da;
    border-color: #f1aeb5;	
}

.custom-info.custom-info-success{
    background-color: #CEE7DD;
    border-color: #a3cfbb;	
}


.custom-info.custom-info-secondary{
    background-color: #fcfcfd;
    border-color: #e9ecef;	
}



.custom-blockquote{
	border-left: 4px solid #000;
	padding-left: 12px;
}

.tools-item {
    border-radius: 6px;
    border: 1px solid rgb(2 62 138 / 19%);
    padding: 32px 24px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}


.tools-item-goto {
    text-decoration: none;
    color: inherit;
}

@media (max-width: 992px) {

    .tools-item {
        padding: 12px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row;
        min-height: 76px;
    }

    .tools-item .tools-item-title {
        font-size: 12px;
        font-weight: 400;
        margin: 0;
        padding: 0;
    }

}


.tools-item:hover {
    background-color: #023E8A;
    color: #fff;
}

.tools-item:hover .tools-item-arrow svg {
    fill: white;
}

.tools-item .tools-item-icon {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f7fb;
    border-radius: 50%;
    flex-shrink: 0;
    margin-bottom: 12px;
}

@media (max-width: 992px) {
    .tools-item-icon svg {
        width: 24px;
        height: 24px;
    }
}


@media (max-width: 992px) {
    .tools-item .tools-item-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 0;
        margin-right: 6px;
    }

}


.tools-item .tools-item-title {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

@media (max-width: 992px) {

    .tools-item .tools-item-title {
        font-size: 14px;
        font-weight: 500;
        margin: 0;
        padding: 0;
    }

}


.tools-item .tools-item-content {
    padding: 0;
}

@media (max-width: 992px) {
    .tools-item .tools-item-content {
        padding: 0;
        flex: 1;
    }
}


.tools-item-arrow {
    margin-top: 10px;
}

@media (max-width: 992px) {
    .tools-item .tools-item-arrow {
        margin-top: 0;
        margin-left: 12px;
    }
}


.makale-categories-box {
    border: 1px solid #eee;
    text-align: center;
    padding: 24px 12px;
}

.makale-categories-box:hover {
    background-color: #023E8A;
    color: #fff;
}

.makale-categories-box-icon {
    display: inline-block;
    margin-bottom: 12px;
}

.makale-categories-box-title {
    font-size: 15px;
    font-weight: 500;
}

.makale-categories-box-content {
    font-size: 13px;
}


/** Ekibimiz **/
.ekibimiz-box {
    position: relative;
    color: #fff;
    overflow: hidden;
    border-radius: 12px;
}


.ekibimiz-box:hover .ekibimiz-box-photo {
    filter: grayscale(0);
}

.ekibimiz-box-photo img{
    width: 100%;
    height: 100%
}

.ekibimiz-box-photo {
    position: relative;
    filter: grayscale(1);
}

.ekibimiz-box .ekibimiz-box-photo img {
    transition: all 600ms;
}

.ekibimiz-box:hover .ekibimiz-box-photo img {
    transform: scale(1.03) rotate(1deg);
}


.ekibimiz-box:hover.ekibimiz-box::before {
    visibility: visible;
}


.ekibimiz-box::before {

    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(31deg, #023e8a 0%, transparent 50%);
    z-index: 1;
    visibility: hidden;
}

.ekibimiz-box::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .714706) 0%, transparent 88%);
}

.ekibimiz-box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 24px;
    z-index: 1;
}

.ekibimiz-box-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0!important;
}

.ekibimiz-box-mevki {
    font-size: 13px;
    font-weight: 300;
}


.ekip-detay-profile-content p{
    margin-bottom: 0px;
}
.ekip-detay-profile-photo img{
    width: 100%;
    height: auto;
}
.ekip-detay-content h3 {
    font-weight: 500;
    font-size: 18px;
}

.ekip-detay-content p::after {
    display: block;
    content: '';
    width: 32px;
    height: 2px;
    background-color: #023E8A;
    margin-top: 1rem;
}

.ekip-detay-profile-content {
    padding: 24px 0;
}

.ekip-detay-title {
    font-size: 16px;
    margin: 0;
    font-weight: 500
}

.ekip-detay-pozisyon {
    font-size: 14px;
    color: #555;
    font-weight: 400
}


.about-us-box {
    text-align: center;
    background-color: #fff;
    border: 1px solid #f4f4f4;
    padding: 24px 12px;
}

.about-us-box-title {
    font-weight: 500;
    font-size: 18px;
    position: relative;
}

.about-us-box-title::after {
    content: '';
    width: 42px;
    height: 2px;
    background-color: #023E8A;
    display: block;
    margin: 0 auto;
    margin-top: 12px;
}

.faq-item-box {
    padding: 12px;
}

.faq-item-box-q {
    font-weight: 500;
    margin-bottom: 6px;
}

/** Kanunlar **/
#kanunlar a{
    color: inherit;
    text-decoration: none;
}
.kanunlar-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border: 1px solid rgb(229, 231, 235);
    border-radius: 4px;
    transition: all 300ms;
}

.kanunlar-item:hover {
    background-color: #023E8A;
    color: #fff;
}

.kanunlar-item:hover.kanunlar-item svg {
    fill: white;
    color: #fff;
}

.kanunlar-item-title {
    font-size: 14px;
    margin: 0;
    color: inherit;
    font-weight: 500;
}


.entry-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    margin-top: 30px;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    flex-direction: row;
}


@media (max-width: 992px) {


    .entry-author {
        flex-direction: column;
        text-align: center;
    }

    .entry-author-photo {
        margin-right: 0!important;
    }

    .entry-author-content{
        margin: 12px 0;
    }


}

.entry-author-photo {
    margin-right: 12px;
}

.entry-author-photo img {
    border-radius: 50%;
}

.entry-author-title {
    margin: 0 !important;
    font-size: 16px!important;
    font-weight: 600!important;
}

.entry-author-desc {
    margin: 6px 0;
}


#makale-categories-box a{
    color: inherit;
    text-decoration: none;
}

#kanunKategori a{
    color: inherit;
    text-decoration: none;
}


.contact-information-title{
    font-size: 30px;
    font-weight: 500
}
.contact-information-custom-block p{
    margin-bottom: 4px;
}

.contact-information-custom-block a{
    color: inherit;
    text-decoration: none;
}


.form-control{
    display: block;
}

.about-us-page-content img{
    width: 190px!important;
}


.wpcf7-submit{
    background: #023E8A;
    color: #fff;
    border: none!important;
    border-radius: 4px;
}

.wpcf7-form-control{
    border: 1px solid #ccc;
    padding: 16px 12px;
    width: 100%;
}


table{
	width: 100%!important
}

.entry-author-photo img{
	width: 112px!important;
	height: 112px!important;
}


.kdm-youtube{
	aspect-ratio: 16 / 9;
	height: 100%;
	width: 100%;
}


.kadim-listem-1{
	border-style: dashed;
    border-width: 1px 1px 1px 1px;
    border-color: #E9E9E9;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px 20px 20px 20px;	
}
.kadim-listem-1-title{
	font-size: 1.2rem;
	font-weight: 500;
}
.kadim-listem-1-divider{
	background-color: #eee;
	height: 1px;
	width: 100%;
	margin-top: 12px;
}
.kadim-listem-1-content{
	padding: 24px 0;
}

.kadim-listem-1-content ul{
	margin:0;
	padding:0;
	list-style-position: inside;
}


.comment-form label{
	display: block;
}

.comment-form input, .comment-form textarea{
	display: block;
	border: 1px solid #eee;
    width: 100%;
	padding: 8px;
}

.comments-area{
	border: 1px solid #eee;
	padding: 30px;
	border-radius: 5px;
}
.comments-area .comments-title{
	font-size: 16px;
	position: relative;
}

.comments-area .comments-title::before{
	content: '';
	width: 10px;
	height: 15px;
	position: absolute;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -12px;
	background-color: #023e8a;
}
.comment-list{
	list-style: none;
	padding: 0;
}

.comment-list li{
	border-bottom: 1px solid #eee;
	padding: 12px;
	transition: all 300ms;
}



.comment-item-title{
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
}

.comment-item-item-time{
	font-size: 13px;
	line-height: 13px;
	display: block;
}

.comment .comment-content *{
	color: #2c2f34;
}
.comment .comment-content p:last-child{
	margin-bottom: 0;
}

.comment-item-avatar img{
	border-radius: 50%;
    box-shadow: 0 0 8px #e0e7f1;
    border: 2px solid #fff;
}


.comment .comment-metadata a{
	text-decoration: none;
	color: #2c2f34;
	font-size: 13px;
}

.comment-item .comment-item-content{
	margin-top: 12px;
}


.comment-item-meta{
	display: flex;
    align-items: start;
	margin-bottom: 12px;
}


.comment-item-avatar{
	margin-right: 18px;
	margin-top: 8px;	
}


.comment-item-name{
	display: flex;
	flex-direction: column;
}

.comment-item-name2{
	display: flex;
	flex-direction: column;
}


.dataTables_wrapper{
	overflow: scroll!important
}
