:root {
  --gray: #6c6c6c;
  --lightgray: #cccccc;
  --darkgray: #1f1e1e;
  --black: #000000;
  --white: #ffffff;
  --firstcolor: #FD5634;
  --secondcolor: #FEB916;
}
:root {
  --common-font-para: "Roboto";
  --common-font-fam: "Kaushan Script";
}
/* ====================== Spinner Style ======================= */
.spinner-loading-box{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--firstcolor);
  cursor: pointer;
  z-index: 99999;
}
.spinner-loading-box .lds-ripple{
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translateY(-50%);
}
.spinner-loading-box .lds-ripple div {
  position: absolute;
  border: 4px solid var(--white);
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.spinner-loading-box .lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
#header .logo {
  padding: 20px 15px; 
  background-color:var(--firstcolor);
  max-width: 155px;
}
#header .logo a{
  color: var(--white);
  font-size: 21px;
  font-family: var(--common-font-fam);
  font-weight: bold;
  letter-spacing: 1px;
}
#header .logo p{ 
  color: var(--white);
  margin-bottom: 0;
  font-size: 14px;
}
#header .header-call {
  font-size: 18px;
  color: #f7f7f7;
  font-family: var(--common-font-fam);
  border-radius: 40px;
  background-color:var(--secondcolor);
  padding: 12px 30px;
}
#header .top-header-search{
  position:relative;
}
#header .header-search {
  display: flex;
  justify-content: space-between;
}
#header .search-icon {
  color: #FD5634;
  cursor: pointer;
  padding-right: 15px;
  font-size: 18px;
  align-self: center;
}
#header .search-form {
  position:absolute;
  right: 0;
  display: none;
  z-index: 9;
}
.header-top-position-search{
  position:relative;
}
#header .search-form input[type="search"] {
  background-color: var(--white);
  border-radius: 40px;
  border:1px solid gray;
  padding: 9px;
}
#header .search-form input[type="submit"] {
  border-radius: 40px;
  position: absolute;
  right: 0;
  content: '';
  font-size: 12px;
  padding: 12px 18px;
}
#header .fa-window-close {
  color: gray;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 30%;
  top: 30%;
}
/*----------------Menu bar-----------*/
.header-nav {
  /* padding-top: 30px; */
}

.menubar:after {
  content: '';
  width: 250px;
  height: 81px;
  background: #fff;
  position: absolute;
  top: 0;
  right: -250px;
}
.header-nav .menubar {
  background-color: var(--white);
  padding-right: 34px;
  position: relative;
}
.headerbar, amp-sidebar#sidebar1, .side-navigation ul li:hover>ul ul{
  display: none;
}
.side-navigation a, .side-navigation ul li:hover>ul, .side-navigation ul li:hover>ul li:hover ul, .side-navigation ul ul li {
  /* display: block; */
}
.side-navigation ul ul>li.menu-item-has-children>a:before,.side-navigation li.current_page_item ul.sub-menu a:before,.side-navigation li.current_page_item ul.sub-menu:before,.side-navigation li.current_page_item ul.sub-menu li:before{
  content: none !important;
}
.side-navigation ul{
  list-style: none;
  margin: 0;
  position: relative;
  top: 2px;
}
.side-navigation{
  padding: 27px 0px;
}
.side-navigation li {
  position: relative;
  padding-left: 25px;
  display: inline-block;
}
.side-navigation a{
  font-size: 16px;
  color: #000 !important;
  font-family: 'Roboto';
  padding: 30px 10px;
}
.side-navigation a:hover{
  color: var(--secondcolor);
}
.side-navigation li.current_page_item a{
  border-top: 2px solid var(--firstcolor);
  border-bottom: 2px solid var(--firstcolor);
  color: var(--firstcolor) !important;
}
#sidebar1 .side-navigation li.current_page_item a {
  color: var(--firstcolor) !important;
  border: none;
}
.side-navigation ul ul{
  position: absolute;
  top: 50px;
  background: #fff;
  min-width: 215px;
  z-index: 9999;
  left: 0;
}
.side-navigation ul ul li:hover{
  background: #FD5634;
}
.side-navigation ul ul li:hover a{
  color: #fff !important;
}
.side-navigation ul ul li{
  padding: 10px 15px;
  line-height: 10px;
}
.side-navigation ul ul ul{
  left: 100%;
  top: 0;
}
.side-navigation ul ul a{
  padding: 8px 0px;
  line-height: 1.5;
  transition: all .5s ease 0s
}
.side-navigation ul ul li, .menubar.scrolled .side-navigation ul ul li{
  float: none;
  display: none;
  text-align: left;
  border-bottom: 1px solid var(--lightgray);
}
.side-navigation li:hover ul li, .menubar.scrolled .side-navigation li:hover ul li{
  display: block;
}
.side-navigation ul>li.menu-item-has-children>a:after, .side-navigation ul ul>li.menu-item-has-children>a:after {
  position: static;
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}
.side-navigation ul>li.menu-item-has-children>a:after {
  content: "\f107";
  margin-top: 5%;
}
.side-navigation ul ul>li.menu-item-has-children>a:after {
  content: "\f105";
  margin-top: 0%;
}
/* --------------------------Header---------------------------- */
#sticky-onoff{
  display: none;
}
.stickynavbar {
  background-color: var(--white);
}
.sticky {
  position: fixed;
  top: 0px;
  z-index: 1100;
  left: 0;
  max-width: 100%;
  text-align: center;
  padding-top: 0;
}
.nav_wrap {
  clear:both;
  background-color: transparent;
  z-index: 99;
}
.home.page-template .nav_wrap {
  /* padding-bottom: 20px; */
}
.home.page-template #header {
  position: absolute;
  width: 100%;
  z-index: 99;
}
.home #header {
  background-color:transparent;
}
#header {
  background-color: #FD5634;
}
#header .logo img{
  max-height: 123px;
  width: auto;
}
.menubar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
/*---------------- Footer Section ----------------------*/
#footer {
  background-color: #1e202c;
  background-repeat: no-repeat;
  background-size: cover;
  color:var(--white);
}
.footer_hide{
  display:none;
}
#footer h3 {
  font-size: 26px;
  letter-spacing: 1px;
  color: var(--white);
  font-family: var(--common-font-fam);
  padding:10px 0 17px 0;
}
#footer_box {
  padding: 60px 0;
}
#footer form.search-form input{
  border: 1px solid var(--white);
  margin: 5px 0px;
}
#footer input.search-field {
  padding: 10px 5px;
}
#footer textarea{
  height: 100px;
}
#footer p.post-date {
  font-size: 12px;
}
.copyright{
  background-color:var(--firstcolor);
}
.copyright .copy-text p {
  font-size: 16px;
  letter-spacing: 1px;
  color: var(--white);
  font-family: var(--common-font-fam);
  margin-bottom: 0;
  border-top: 1px solid #fff;
  padding: 30px 0
}
.copy-text .credit_link a{
  color: #fff;
  cursor: pointer;
}
#footer .footer-menu-box ul, #footer .menu-primary-menu-container ul{
  list-style:none;
  margin:0 0 5px 0;
  padding: 0px;
  list-style-image: url(../../images/arrowpng.png);
  margin-left: 18px;
}
#footer ul li a{
  font-size: 15px;
  color: #aca9a9;
  font-family: var(--common-font-para);
  font-weight: 400;
  line-height: 30px;
}
#footer .widget_recent_entries ul{
  list-style-type: none
}
.about_me table, .about_me td, .about_me th{
  border: none;
}
.about_me p.message {
  margin-bottom: 20px !important;
}
#footer .textwidget input[type="email"] {
  border-radius: 40px;
  border:2px solid #9b9b9b;
}
#footer .textwidget input[type="submit"] {
  background-color: transparent !important;
  border-radius: 40px;
  padding: 10px 20px;
  border:2px solid #9b9b9b;
  display: inline-block;
  margin-top: 10px;
  color: #9b9b9b;
  font-family: var(--common-font-fam); 
}
/*-------------------------- Calendar widget --------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 -20px;
  table-layout: fixed;
  width: 100%;
}
#footer .widget.widget_calendar td, #footer .widget.widget_calendar tr, #footer .widget.widget_calendar th {
  color: var(--white);
  border: 1px solid var(--white);
}
.widget.widget_calendar table {
  margin: 0;
}
.widget_calendar td, .widget_calendar th {
  padding: 0.5384615385em;
  text-align: center;
}
.widget_calendar caption {
  font-weight: 900;
  color: var(--white);
  padding-left: 15px;
  caption-side: top;
}
.widget_calendar tbody a {
  background-color: #bbb;
  color: var(--white);
  display: block;
  font-weight: 700;
}
.widget_calendar tbody a:hover, .widget_calendar tbody a:focus {
  background-color: #686868;
  color: var(--white);
}
/* ---------- Return to Top ------------ */
#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  background:#FD5634;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}
#return-to-top i {
  color: var(--white);
  position: relative;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*padding: 3px 18px;*/
  padding: 3px 8px;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: var(--white);
  top: 5px;
}
#return-to-top.left{
  left: 10px;
  right: auto;
}
#return-to-top.center{
  left: 50%;
  right: 50%;
}
#return-to-top.right{
  left: auto;
  right: 5%;
}
/* --------- Social Icon Widget ------- */
.social_widget a {
  color: var(--white);
  padding: 7px 7px;
  margin-right: 7px;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 50%;
}
.social_widget a i {
  font-size: 13px;
  letter-spacing: 3px;
  width: 20px;
  text-align: center;
}
.social_widget a:hover{
  background: var(--secondcolor);
}
/*--------------- Sidebar -----------------*/
#wildlife_photography_sidebar td#prev a {
  color: var(--gray);
}
#wildlife_photography_sidebar caption {
  font-weight: bold;
  color: var(--gray);
  font-size: 20px;
}
#wildlife_photography_sidebar table,#wildlife_photography_sidebar th,#wildlife_photography_sidebar td {
  border: 1px solid #e1e1e1;
  text-align: center;
}
#wildlife_photography_sidebar td {
  padding: 7px;
  color: var(--gray);
}
#wildlife_photography_sidebar th {
  text-align: center;
  padding: 5px;
  color: var(--gray);
}
#wildlife_photography_sidebar select {
  padding: 10px 5px;
  border: solid 1px #e1e1e1;
  color: var(--gray);
  background: transparent;
}
#wildlife_photography_sidebar form{
  text-align: center;
}
#wildlife_photography_sidebar h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 11px;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
  font-family: var(--common-font-fam);
}
#wildlife_photography_sidebar input[type="search"] {
  padding:10px 10px;
  font-size:15px;
  margin-bottom: 10px;
  color:var(--gray);
  border: solid 1px #e1e1e1;
  width: 100%;
}
#wildlife_photography_sidebar label{
  width: 100%;
}
#wildlife_photography_sidebar input[type="submit"]{
  font-size:12px;
  width: 100%;
  letter-spacing: 2px;
}
#wildlife_photography_sidebar .widget {
  padding: 20px;
  border: 1px solid var(--secondcolor);
  margin-bottom: 50px;
}
#wildlife_photography_sidebar ul {
  list-style: none;
  margin: 0;
}
#wildlife_photography_sidebar ul li{
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
}
#wildlife_photography_sidebar ul li:last-child { 
  border:none;
}
#wildlife_photography_sidebar ul li a {
  font-weight: 600;
  color: #343434;
  font-size: 15px;
}
a.custom_linkedin {
  background: #007bb5;
}
a.custom_pinterest {
  background: #d73431;
}
a.custom_tumblr {
  background: #36465d;
}
a.custom_facebook {
  background: #3c5a99;
}
a.custom_twitter {
  background: #55acee;
}
a.custom_instagram {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}
a.custom_youtube {
  background: #d12122;
}
/* -------------- Home Contact Us -------------- */
#contact-us i {
  color:var(--white);
  font-size: 58px;
}
#contact-us .contact-details h5 {
  font-size: 26px;
  color: var(--white);
  font-family: var(--common-font-fam);
}
#contact-us .contact-details p {
  letter-spacing: 1px;
  color: var(--white);
  font-family: var(--common-font-fam);
}
#contact-us .contact-details .contact-us-info {
  padding: 0;
}
#contact-us .contact-details {
  border:2px dashed var(--white);
  padding: 40px 0;
}
#contact-us .contact-us-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.copy-text{
  position:relative;
}