/*
 Theme Name:   Odcanit
 Description:  The main theme powering the Odcanit website.
 Author:       Farhad Iskenderov
 Version:      0.0.1
 Text Domain:  odcanit
*/



@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


:root {
  --blue: #20356B;
  --black: #555;
--grey: #D9D9D9;
 --cream:#FEF4EA;
 --dark:#454040;
 --cream-light:#fef4eae0;
 --light-blue:#F0F3FF;
}

strong,
html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
.contact-form-thank-message strong,
fn,
input,
textarea,
p,
th,
td,
.three-images-layout .item .title,
select {
  border: 0 none;
  color: var(--black);
  list-style-type: none;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 300;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  direction: rtl;
}

html {
  overflow-x: hidden;
}
.menu-open{
  overflow: hidden; 
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html.open-popup {
  overflow-y: hidden;
}

h1{
 font-family: "Assistant", sans-serif;   
}
header, div:not(.no-trans), span:not(.no-trans), a:not(.no-trans), p, li, ul, section, input, span:not(.preloader-el), label, img, :after, :before, button, i, img:not(.preloader-el), nav, video, h2, h1, h3 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.b-lazy {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
}
.b-lazy.b-loaded, .b-lazy.b-error {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    opacity: 1;
}
img {
  max-width: 100%;
  display: block;
  margin: auto;
}

p{
 font-size: inherit;
 font-weight: inherit;
 font-family: inherit;
 color: inherit;
 line-height: inherit;
}

.search-area .title,.search-area .description{
 font-family: "Assistant", sans-serif;
}
.search-area .title{
 font-size: 72px;
 font-weight: 700;
 color: var(--wp--preset--color--white);
}
.search-area .description{
 font-size:24px;
 color: var(--wp--preset--color--white);
 font-weight: 400;
}
#searchform input[type='text']{
 font-size: 22px;
}
.featured-posts h2,.featured-categories li h2{
 font-size:28px;
 font-weight: 700;
 color: var(--dark);
}
.featured-categories li h2{
 color:#060606;
}
.featured-posts .description,article .content-box .title{
 font-size:18px;
 font-weight: 500;
}

.wrapper{
 max-width: 985px;
 margin: auto;
}
header .wrapper{
 max-width: 1340px;
}
header{
 background-color: #fff;
 height: 100px;
}
header .logo{
 display: inline-block;
 float: right;
 margin-top: 20px;
}
header nav{
 float: left;
 margin-top: 42px;
}
header nav ul{
 margin: 0;
 padding: 0;
 list-style-type: none;
 display: flex;
 column-gap: 27px;
}

header nav a:hover,#menu-footer > li li a:hover{
 font-weight:400;
}
header .wrapp:after{
 display:block;
 clear:both;
 content:'';
}

.search-area{
 background-color: var(--blue);
 text-align: center;
 padding: 80px 0;
}
.home-entry{
 padding-bottom: 100px;
}
#searchform{
 position: relative;
 max-width: 954px;
 margin: auto;
 margin-top: 40px;
}
#searchform input[type='text']{
 line-height: 67px;
 width: 100%;
 border-radius: 40px;
 padding-right: 85px;
 text-align: right;
}
#searchform input[type='submit']{
 position: absolute;
 right: 0;
 top: 0;
 bottom: 0;
 background-image: url(gfx/search.svg);
 background-repeat: no-repeat;
 background-position: center;
 width: 80px;
 font-size: 0;
 background-color: transparent;
 cursor: pointer;
 outline: none;
}
#searchform input[type='submit']:hover{
 opacity:.5;
}

.featured-widget{
 margin: 0;
 padding: 0;
 list-style-type: none;
 display: flex;
 padding-top: 80px;
}
.featured-widget li{
 flex-basis: 100%;
 position: relative;
}
.featured-widget li .wrap{
 display: block;
 height: 100%;
 padding: 25px 22px 40px;
 border-radius: 16px;
 background-color: var(--cream);
}
.featured-widget li .wrap:hover{
 background-color: var(--cream-light); 
}
.featured-posts{column-gap: 16px;}
.featured-posts .title{
 display: flex;
 align-items: center;
 column-gap: 10px;
}
img{
 vertical-align:middle;
}
.featured-posts .description{
 padding-top: 15px;
 padding-bottom: 40px;
}
.featured-posts .description br{
 display: none;
}
.date{
 position: absolute;
 bottom: 20px;
 right: 22px;
 display: flex;
 align-items: center;
}
.date .icon{
 content:'';
 display: inline-block;
 width: 18px;
 height: 18px;
 background-image: url(gfx/date.svg);
 background-repeat: no-repeat;
 background-position: center;
 margin-left: 10px;
}
.articles .date{
 position: relative;
 bottom: 0;
 right: 0;
 opacity: .5;
 padding-top: 20px;
}
.featured-posts .arrow{
 position: absolute;
 background-image: url(gfx/arrow.svg);
 width: 36px;
 height: 12px;
 left: 24px;
 bottom: 22px;
}
.featured-posts a:hover .arrow{
 left: 15px;
}
.featured-categories{
 flex-wrap: wrap;
 column-gap: 42px;
 row-gap: 42px;
}
.featured-categories li{
 flex-basis: calc(33% - 25px);
}
.featured-categories li a.wrap{
 padding: 22px 25px 50px;
 background-color: transparent;
 border: 1px solid #D3DADE;
}
.featured-categories li a.wrap:hover{
 background-color: transparent; 
}
.featured-categories li .image{
 text-align: right;
}
.featured-categories li .image img{
 margin: 0;
}
.featured-categories li h2{
 padding: 10px 0;
}
.featured-categories li .description{
 line-height: 20px;
}
.featured-categories .arrow{
 background-image: url(gfx/arrow-b.svg);
 width: 26px;
 height: 16px;
 position: absolute;
 display: inline-block;
 left: 22px;
 bottom: 22px;
}
.featured-categories a.wrap:hover .arrow{
 left: 15px; 
 filter: brightness(0) saturate(100%) invert(44%) sepia(18%) saturate(7280%) hue-rotate(222deg) brightness(104%) contrast(98%);
}
.whatsapp-wrap{
 padding: 70px 0;
 text-align: left;
}
.whatsapp-wrap .whatsapp{
 background-image: url(gfx/whatsapp.svg);
 width: 360px;
 height: 137px;
 display: inline-block;
 font-size: 0;
 background-size: contain;
}
.whatsapp-wrap .whatsapp:hover{
 transform: scale(1.05);
}


footer{
 background-color: var(--light-blue);
 padding: 110px 0 100px;
 position: relative;
}
footer:after{
 content:'';
 position: absolute;
 top: 0;
 right: 0;
 width: 100%;
 height: 100%;
 z-index: 1;
 background-color: #F0F3FFE5;
 opacity: 0;
 visibility: hidden;
}
footer.active:after{
 opacity: 1;
 visibility: visible; 
}
footer .wrapper{
 max-width: 740px;
}
footer nav{
 display: flex;
 align-items: start;
}
footer .menu-footer-container{
 flex-basis: calc(100% - 300px);
}
footer .newsletter{
 flex-basis: 300px;
 position: relative;
}
.credit{
 position: relative;
 margin-top: 30px;
}
.social{
 margin: 0;
 padding: 0;
 list-style-type: none;
 display: flex;
 justify-content: center;
 align-items: center;
 column-gap: 20px;
}
.social li{
 display: flex;
 align-items: center;
}
.social li img{
 display: block;
}
.social a{
 display: inline-block;
}
.credit .desc{
 position: absolute;
 left: 0;
 top: 0;
}
footer .newsletter h3,#menu-footer > li > a{
 font-size: 18px;
 color: #000;
 font-weight: 500;
}
footer .newsletter .description{
 padding-top: 25px;
 padding-bottom: 15px;
}
footer .newsletter input{
 line-height: 45px;
 border-radius: 30px;
 text-align: right;
 padding: 0 20px;
 width: 100%;
}
footer .newsletter input[type='submit']{
 background-color: #6161FF;
 color: var(--wp--preset--color--white);
 text-align: center;
 line-height: 38px;
 position: absolute;
 top: 4px;
 width: 87px;
 left: 4px;
 cursor: pointer;
}
.newsletter-form{
 margin: 0;
 list-style-type: none;
 padding: 0;
}
body .thanku{
 position: absolute;
 z-index: 10;
 right: -100px;
 top: 100px;
 opacity: 0;
 visibility: hidden;
}
body footer.active .thanku{
 opacity: 1;
 visibility: visible;
}
body .thanku .close{
 background-image: url(gfx/close.svg);
 width: 17px;
 height: 17px;
 position: absolute;
 background-repeat: no-repeat;
 background-position: center;
 background-color: #fff;
 border-radius: 50%;
 top: -22px;
 box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
 cursor: pointer;
}
body .thanku .close:hover{
 opacity:.5;
}
body .thanku .wrap{
 background-color: #fff;
 width: 330px;
 text-align: center;
 height: 64px;
 line-height: 64px;
 border-radius: 18px;
 box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14);
 color: #000;
}
body .thanku .wrap span{
 color: #000;
 display: inline-block;
 line-height: normal;
}
body .thanku .wrap span:before{
 content:'';
 display: inline-block;
 background-image: url(gfx/envelope.png);
 width: 18px;
 height: 18px;
 background-repeat: no-repeat;
 float: right;
 margin-top: 2px;
 margin-left: 8px;
}
body .thanku .wrap strong{
 color: #000;
}
body .wpcf7-response-output{
 display:none!important;
}
.newsletter-form li{
 padding-bottom: 10px;
 position: relative;
}
footer .wpcf7-spinner{
 position: absolute;
 left: 0;
 top: 11px;
 margin: 0;
}
body .wpcf7 form.invalid .wpcf7-response-output{
 display: none;
}
body .wpcf7-not-valid-tip{
 font-size: 14px;
 padding-top: 2px;
}
#menu-footer{
 padding: 0;
 margin: 0;
 list-style-type: none;
 display: flex;
}
#menu-footer > li{
 flex: 1;
}
#menu-footer > li > a{
 
}
#menu-footer > li ul{
 padding: 0;
 margin: 0;
 list-style-type: none;
 padding-top: 25px;
}
#menu-footer > li li{
 padding-bottom: 22px;
}
#menu-footer > li li a{
 
}

#breadcrumbs{
 padding-bottom: 65px;
}
.from-search-results #breadcrumbs{
 /* display:none; */
}
#breadcrumbs a{
 
}
#breadcrumbs span{
 padding-left: 5px;
}
#breadcrumbs span.breadcrumb_last{
 /* font-size: 18px; */
 font-weight: 500;
 color: #070707;
 padding-left: 0;
 padding-right: 5px;
}


.entry{
 padding: 80px 0;
}
.entry h1{
 font-size: 28px;
 font-weight: 700;
 color: #454040;
 font-family: "Rubik", sans-serif;
 padding-left: 150px;
}
.entry h1 span{
 font-weight: inherit;
 font-size: inherit;
}
.entry .description{
  padding-top: 20px;
}
.entry .description, .entry .list h2, .entry .list h3, body .thanku .wrap strong,.entry .description span{
 font-size: 18px;
 font-weight: 500;
}
.entry .list h2{
 padding-top: 40px;
 padding-bottom: 16px;
}
.entry .list{
 margin: 0;
 padding: 0;
 list-style-type: none;
}
.articles{
 list-style-type: none;
 padding: 0;
 margin: 0;
}
.articles .wrap{
 display: flex;
 align-items: center;
}
.articles .icon{
 margin-left: 20px;
 flex-basis: 30px;
}
.articles .icon img{
 
}
.articles a{
 padding: 22px 24px;
 border: 1px solid #D9D9D9;
 border-radius: 10px;
 margin-bottom: 9px;
 display: block;
 position: relative;
}
.articles a:hover{
 background-color:#CFCFF91F;
 box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14);
}

.articles a:hover span.arrow{
 left: 25px;
}
.articles span.arrow{
 background-image: url(gfx/arrow-c.svg);
 width: 14px;
 height: 16px;
 position: absolute;
 left: 35px;
 bottom: 20px;
}
.entry .list .description{
 font-weight: 300;
 font-size: 1rem;
 padding-top: 15px;
}

article {
 
}
article .wrapper{
 max-width: 1060px;
}
article .box{
 direction: ltr;
 display: flex;
}
article .video{height: 500px;border-radius: 20px;overflow: hidden;}
article .video,article .content-box{
 margin-top: 65px; 
}
.content-box img{
 display: inline-block;
}
article .content-box em{
 background-color: #ECEDF5;
 padding: 15px 115px 15px 45px;
 display: block;
 border-radius: 8px;
 border: 1px solid #51B8FE;
 position: relative;
 margin: 30px 0;
}
article .content-box em:before{
 content:'';
 background-image: url(gfx/iparon.png);
 width: 34px;
 height: 34px;
 position: absolute;
 right: 28px;
 margin: auto;
 top: 0;
 bottom: 0;
}
article .video iframe,article .video video{
 width: 100%;
 height: 100%;
 object-fit: cover;
}
article .sidebar{flex-basis: 250px;padding-top: 95px;direction: rtl;}
article .post{flex-basis: calc(100% - 250px);direction: rtl;}
article .navigation{
 margin: 0;
 padding: 0;
 list-style-type: none;
}
.search article .post{
 flex-basis: auto;
}
article .navigation li{
 padding-right: 25px;
 position: relative;
 padding-bottom: 23px;
}
article .navigation a{
 position: relative;
}
article .navigation a:before{
  border: 1px solid #C8C8FA;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: -25px;
  top: 0;
  content:'';
  background-color: #fff;
  bottom: 0;
  margin: auto;
}
article .navigation li.active a{
 color: #6161FF;
 font-weight: 500;
}
article .navigation li.active a:before{
 background-color: #6161FF;
 border-color: #6161FF;
}
article .navigation li:before{
 content:'';
 height: 100%;
 width: 1px;
 background-color: #C8C8FA;
 position: absolute;
 right: 5px;
 top: 5px;
}

article .navigation li:last-child:before{
 display:none;
}
article .content-box .title{padding-bottom: 24px;}

article .content-box ul{
 margin-top: 0;
}
article .content-box .content p{
 padding-bottom: 20px;
}
article .content-box li{
 padding-bottom: 5px;
}
article strong,article b{
 font-weight: 500;
}
article .content a{color: #6161FF;text-decoration: underline;}
.algolia-autocomplete,.algolia-autocomplete div,.algolia-autocomplete span{
 -webkit-transition: none!important;
 -moz-transition: none!important;
 -o-transition: none!important;
 transition: none!important;
 text-align: right!important;
 direction: rtl!important;
 float: none!important;
}

.aa-dropdown-menu .autocomplete-header-title {
	display:none!important;
}
.aa-dropdown-menu a.suggestion-link {
	padding: 14px!important;
}

input[type='text']::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--grey);
}

input[type='text']:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--grey);
}

input[type='text']::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--grey);
}


.featured-category{
 padding: 25px 0;
 border-radius: 16px;
 background-color: var(--cream);
 max-width: 1280px;
 margin: auto;
 margin-bottom: 25px;
}
.featured-category .wrap{
 display: flex;
 margin-bottom: 15px;
 column-gap: 10px;
}
.featured-category .short-description{
 font-size: 18px;
 font-weight: 500;
}

.search-items{
 padding-top: 50px;
}
.search-item{
 padding-bottom: 30px;
}
.search-items h2{
 font-weight: 600;
 font-size: 20px;
 padding-bottom: 10px;
}
.search-items a{
 font-weight: inherit;
}
.search-items a span{
 font-size: inherit;
 font-weight: inherit;
}
.search-highlight{
 background-color: #fff100;
}


.title__section{
 position: relative;
 display: flex;
}
.post .title__section{
 flex-wrap: wrap;
}
.post .title__section h1{
 padding-left: 0;
 width: 100%;
}
.post .title__section .time{
 position: relative;
 margin: 0;
 margin-top: 10px;
 margin-bottom: 10px;
}
.time{
 display: flex;
 position: absolute;
 left: 0;
 align-items: center;
 font-size: 18px;
 top: 0;
 bottom: 0;
 margin: auto;
}
.time i{
 background-image: url(gfx/time.svg);
 width: 14px;
 height: 14px;
 display: inline-block;
 margin-left: 9px;
 float: right;
 margin-top: 0px;
 background-size: 100%;
}
.articles .time i{
}
.articles .time{
 position: relative;
 width: fit-content;
 margin: 0;
 display: flex;
 margin-right: 25px;
}
.articles h3{
 display: inline-block;
}

@media (max-width: 1200px) {
html{
 font-size:16px;
}
.title__section{
 flex-wrap: wrap;
}
 .title__section h3{
  width: 100%;
 }
 .title__section .time{
  margin: 0;
  margin-top: 10px;
  margin-bottom: 20px;
 }
.hamburger {
    position: absolute;
    left: 20px;
    width: 25px;
    height: 19px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
article .content-box em:before{
 width: 28px;
 height: 28px;
 background-size: contain;
 right: 15px;
}
.articles .icon {
    margin-left: 10px;
}
.articles .date {
    padding-top: 10px;
}
article .content-box em{
 padding: 15px;
 padding-right: 60px;
}
.featured-category .wrap {
    display: flex;
    margin-bottom: 10px;
    column-gap: 10px;
}
.hamburger-wrapper {
    border-top: 2px solid #000;
    width: 25px;
    height: 19px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hamburger-wrapper:after, .hamburger-wrapper:before {
    content: '';
    bottom: 0;
    background-color: #000;
    position: absolute;
    width: 100%;
    top: 6px;
    bottom: auto;
    margin: auto;
    height: 2px;
}
.hamburger-wrapper:before {
    top: auto;
    bottom: 0;
    width: 9px;
    left: 0;
}
 .featured-category{
  border-radius: 0;
 }
header .wrapper {
    max-width: 1140px;
    padding: 0 15px;
}
header{
 position: fixed;
 width: 100%;
 z-index: 1;
 top: 0;
}
.menu-open header{
 z-index: 10;
}
header nav ul{
 display: block;
}
header nav ul li{
 padding: 10px 0;
}
header nav{
 margin: 0;
 position: fixed;
 right: 0;
 top: 0;
 background-color: #fff;
 width: 100%;
 height: 100%;
 padding: 20px;
 opacity: 0;
 visibility: hidden;
 z-index: 10;
 pointer-events: none;
}
header nav .close{
 display: inline-block;
 width: 30px;
 height: 30px;
 background-image: url(gfx/close.svg);
 background-size: 15px;
 background-repeat: no-repeat;
 background-position: center;
 left: 15px;
 top: 15px;
 position: absolute;
}
.menu-open{
 overflow:hidden;
}
.menu-open header nav{
 opacity: 1;
 visibility: visible;
 pointer-events: all; 
}
.search-area {
    padding: 28px 0;
    margin-top: 100px;
    position: fixed;
    width: 100%;
    z-index: 1;
}
.home-entry{
 position: relative;
 padding-bottom: 40px;
}
.entry,.home-entry{
  padding-top: 300px;
}
.sticky .home-entry,.sticky .entry{
 padding-top: 206px;
}
.wrapper{
 padding: 0 15px;
}
.home-entry .wrapper{
 padding: 0;
}
.search-area .title {
    font-size: 36px;
}
.sticky .search-area .description{
 font-size: 0;
 -webkit-transition: all 0.1s;
 -moz-transition: all 0.1s;
 -o-transition: all 0.1s;
 transition: all 0.1s;
}
.sticky .search-area .title{
 font-size: 0;
 -webkit-transition: all 0.1s;
 -moz-transition: all 0.1s;
 -o-transition: all 0.1s;
 transition: all 0.1s;
}
article .navigation li:before{
 height: 0;
}
article .navigation{
 overflow-x: auto;
 white-space: nowrap;
 display: block;
 width: auto;
}
article .navigation li{
 display: inline-block;
 padding-right: 20px;
 padding-left: 25px;
 padding-bottom: 10px;
}
.search-area .description {
    font-size: 20px;
    margin: 0 -15px;
}
#searchform {
    max-width: 854px;
    margin-top: 15px;
}
.sticky #searchform{
 margin-top: 0;
}
#searchform input[type='text']{
 line-height: 50px;
 font-size: 16px;
 padding-right: 60px;
}
#searchform input[type='submit']{
 background-size: 18px;
 width: 60px;
}
.featured-widget {
    padding-top: 12px;
}
.featured-posts{
 flex-wrap: wrap;
 row-gap: 12px;
}
.featured-widget li .wrap{
 border-radius: 0;
}
.featured-posts .arrow{
 bottom: 20px;
 left: 20px;
}
.featured-posts h2, .featured-categories li h2,.entry .featured-category h1 {
    font-size: 28px;
}
.featured-categories li h2{
 font-size: 18px;
 padding-top: 12px;
}
.featured-categories li a.wrap{
 padding: 15px 15px 25px;
 border-radius: 12px;
}
.featured-categories .arrow{
 bottom: 10px;
 left: 20px;
}
.featured-categories li .image img{
 max-height: 60px;
}
.featured-categories {
    column-gap: 15px;
    row-gap: 15px;
    margin: 0 15px;
}
.featured-categories li {
    flex-basis: calc(33% - 8px);
}
.whatsapp-wrap {
    padding: 0;
    display: inline-block;
    position: fixed;
    z-index: 1;
    left: 15px;
    bottom: 20px;
}
.whatsapp-wrap .whatsapp{
 background-image: url(gfx/whatsapp-mob.svg);
 width: 65px;
 height: 65px;
 display: block;
}
footer {
    padding: 40px 0;
}
footer nav,#menu-footer{
 flex-wrap: wrap;
}
footer .menu-footer-container, footer .newsletter,#menu-footer li{
 flex-basis: 100%;
}
#menu-footer > li{
 padding-bottom: 37px;
}
#menu-footer > li > a{
 display: block;
 background-image: url(gfx/arrow-d.svg);
 background-repeat: no-repeat;
 background-position: left center;
}
#menu-footer > li ul{
 display: none;
 padding-top: 20px;
}
#menu-footer > li.active ul{
 display: block;
}
.credit{
 display: flex;
 flex-direction: column-reverse;
 row-gap: 40px;
}
body .thanku{
 right: 0;
}
 .credit .desc{
  position: relative;
  flex-basis: 100%;
 }
 .social{
  flex-basis: 100%;
  justify-content: start;
 }
footer .newsletter .description{
 padding-top: 15px;
}
.entry {
    padding-bottom: 50px;
}
article .box{/* flex-wrap: wrap; */flex-direction: column-reverse;}
footer .newsletter input[type='submit']{
 width: 113px;
}
article .sidebar{
 padding-top: 20px;
 flex-basis: auto;
}
.sticky article .sidebar{
 position: fixed!important;
 top: 200px;
 width: calc(100% - 0px);
 background-color: #fff;
 right: 0;
 left: 0;
 padding-right: 15px;
 padding-left: 15px;
 box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
#breadcrumbs {
    padding-bottom: 40px;
    padding-top: 40px;
}
.page-template-featured-category #breadcrumbs {
    padding-bottom: 20px;
}
.sticky #breadcrumbs{
 padding-top: 60px;
}
article .video{
 height: 450px;
}
}


@media (max-width: 479px) {
header .logo img{
 max-width: 113px;
}
#searchform input[type='text']{
 line-height: 40px;
}
.articles .time{
 margin-right: 0;
 margin-top: 10px;
 margin-bottom: 10px;
}
header{
 height: 60px;
}
article .video {
    height: 300px;
}
.sticky article .sidebar{
 padding-top: 10px;
 top: 156px;
}
.search-area{
 margin-top: 60px;
}
.entry h1{
 font-size: 18px;
 padding-left: 0;
}
.time{
 position: relative;
 margin-top: 5px;
 margin-bottom: 10px;
}
.entry .description{
 padding-top: 6px;
 font-size: 16px;
}
 .entry .list .description{
  padding-bottom: 20px;
 }
.featured-categories li .image img{
 max-height: 35px;
}
.featured-categories li .description{
 font-size: 14px;
}
.sticky .home-entry, .sticky .entry {
    padding-top: 290px;
}
header .logo{
 margin-top: 12px;
}
.featured-categories li{
 flex-basis: calc(50% - 8px);
}
.entry, .home-entry{
 padding-top: 244px;
}
#breadcrumbs span,#breadcrumbs span.breadcrumb_last{
 font-size:14px;
}
article .video, article .content-box{
 margin-top: 40px; 
}
}



@media (min-width: 1200px) {
html{
 font-size:16px;
}
header .wrapper {
    max-width: 1140px;
}
.mobile-element{
 display:none;
}
.search-area {
    padding: 60px 0;
}
.search-area .title {
    font-size: 55px;
}
.search-area .description {
    font-size: 22px;
}
#searchform {
    max-width: 854px;
    margin-top: 30px;
}
.featured-widget {
    padding-top: 60px;
}
.featured-posts h2, .featured-categories li h2 {
    font-size: 24px;
}
.featured-categories {
    column-gap: 30px;
    row-gap: 30px;
}
.featured-categories li {
    flex-basis: calc(33% - 18px);
}
.whatsapp-wrap {
    padding: 50px 0;
}
footer {
    padding: 70px 0;
}
.entry {
    padding: 50px 0;
}
#breadcrumbs {
    padding-bottom: 40px;
}
.page-template-featured-category #breadcrumbs{
 padding-bottom: 40px;
}
article .sidebar {
    padding-top: 65px;
}
}





@media (min-width: 1500px) {
html{
 font-size:16px;
}
header .wrapper {
    max-width: 1340px;
}
.search-area {
    /* padding: 80px 0; */
}
.search-area .title {
    font-size: 72px;
}
.search-area .description {
    font-size: 24px;
}
#searchform {
    max-width: 954px;
    margin-top: 40px;
}
.featured-widget {
    padding-top: 80px;
}
article .sidebar {
    padding-top: 95px;
} 
.featured-posts h2, .featured-categories li h2 {
    font-size: 28px;
}
.featured-categories {
    column-gap: 42px;
    row-gap: 42px;
}
.featured-categories li {
    flex-basis: calc(33% - 25px);
}
.whatsapp-wrap {
    padding: 70px 0;
}
footer {
    padding: 110px 0 100px;
}
.entry {
    padding: 80px 0;
}
#breadcrumbs {
    padding-bottom: 65px;
}
.page-template-featured-category #breadcrumbs{
 padding-bottom: 40px;
}
}