/*   
	Theme Name:        Arena
	Theme URI:         http://demo.qkthemes.net/arena/
	Description:       A premium theme for ThemeForest.
	Author:            Nunforest Team
	Author URI:        https://nunforest.com
	Version:           1.0.1
	Stable tag:        1.0
	Requires at least: 4.9
	Tested up to:      4.9
	License:           GNU General Public License v3 or later.
	License URI:       https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain:       arena
*/
/*DO NOT EDIT THIS FILE. */

/*-------------------------------------------------
 =  Table of Css

 1. Reset
 2. Custom
 3. Responsive
-------------------------------------------------*/

/*------------------------------------------------- */
/* =  Reset
 *------------------------------------------------- */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}

.container .container {
  max-width: 100%;
  padding: 0px !important;
}
iframe{
    border: none;
}
.sidebar .widget{
  overflow: hidden;
}
blockquote{
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #0080ff ;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
}
blockquote p{
  margin-bottom: 0px !important;
}
.wp-caption, .wp-caption-text, .gallery-caption{text-align: center; font-style: italic; padding: 5px 0px;}
.bypostauthor{font-style: normal;}
.wp-caption{
margin: 0 0 20px 0;
padding-top: 4px;
max-width: 100%;
border: 1px solid #eee;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border-image: initial;
background-color: #f8f8f8;
text-align: center;
}

.sticky {
    background: #EEF9FD;
}
select{
    max-width: 100%;
}
.alignright{
    float: right;
    margin-left: 20px;
    margin-bottom: 30px;
}
.alignleft{
    float: left;
    margin-right: 20px;
    margin-right: 30px;
}
.clear{
    clear: both;
}

.aligncenter{
    float: none;
    margin: 30px auto;
}

img{
    max-width: 100%;
    height: auto;
}
table{
    width: 100%;
  margin-bottom: 30px;
}
table th, table td{
    padding: 5px;
    border: 1px solid #dedede;
    text-align: center;
}

table td#today{
  color: #fff;
  background: #0080ff;
}
#calendar{
  text-align: center;
}

.align-center{
    text-align: center;
}

html, body {
	margin: 0;
	padding: 0;
}
img{
  max-width: 100%;
  height: auto;
}
/**CUSTOM STYLE**/

input[type="text"], input[type="email"],input[type="password"],input[type="search"],input[type="number"], textarea{
    width: 100%;
    padding: 10px 20px;
    background: #fff;
    color: #999999;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    outline: none;
    border: 1px solid #eeeeee;
    margin: 0 0 30px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
input[type="submit"] {
    color: #fff;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    padding: 12px 45px;
    background: #0080ff;
    font-weight: 500;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin: 0;
    border: none;
}
input[type="submit"]:hover {
    color: #fff;
    background: #222222;
}
.page-list ul li {
    color: #999999;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
}

.widget_recent_entries ul, .widget_recent_comments ul, .widget_archive ul, .widget_categories ul, .widget_meta ul, .widget_pages ul, .widget_rss ul, .widget_nav_menu ul, .product-categories, .widget_featured_posts ul{
  margin: 0px;
  padding: 0px;
}
.widget_recent_entries ul li, .widget_recent_comments ul li, .widget_archive ul li, .widget_categories ul li, .widget_meta ul li, .widget_pages ul li, .widget_rss ul li, .widget_nav_menu ul li, .product-categories li, .widget_featured_posts ul li {
    list-style: none;
    margin-bottom: 10px;
    position: relative;
    font-size: 13px;
}
.widget_recent_entries ul li .children, .widget_nav_menu ul li .sub-menu, .widget_recent_comments ul li .children, .widget_archive ul li .children, .widget_categories ul li .children, .widget_meta ul li .children, .widget_pages ul li .children, .widget_rss ul li .children, .widget_nav_menu ul li .children, .product-categories li .children, .widget_featured_posts ul li .children{
  padding-left: 20px;
}
.widget_recent_entries ul li .children .children, .widget_nav_menu ul li .sub-menu .sub-menu, .widget_recent_comments ul li .children .children, .widget_archive ul li .children .children, .widget_categories ul li .children .children, .widget_meta ul li .children .children, .widget_pages ul li .children .children, .widget_rss ul li .children .children, .widget_nav_menu ul li .children .children, .product-categories li .children .children, .widget_featured_posts ul li .children .children{
  padding-left: 0px;
}
.widget_recent_entries ul li:before, .widget_recent_comments ul li:before, .widget_archive ul li:before, .widget_categories ul li:before, .widget_meta ul li:before, .widget_pages ul li:before, .widget_rss ul li:before, .widget_nav_menu ul li:before, .product-categories li:before, .widget_featured_posts ul li:before {
   content: '\f105';
    font-family: 'FontAwesome';
    font-size: 15px;
    margin-right: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.widget_recent_entries ul li:last-child, .widget_recent_comments ul li:last-child, .widget_archive ul li:last-child, .widget_categories ul li:last-child, .widget_meta ul li:last-child, .widget_pages ul li:last-child, .widget_rss ul li:last-child, .widget_nav_menu ul li:last-child, .product-categories li:last-child, .widget_featured_posts ul li:last-child{
  margin-bottom: 0px;
}
.widget_recent_entries ul li span , .widget_recent_comments ul li span , .widget_archive ul li span , .widget_categories ul li span , .widget_meta ul li span , .widget_pages ul li span , .widget_rss ul li span , .widget_nav_menu ul li span , .product-categories li span, .widget_featured_posts ul li a span {
    color: #949ea9;
}
section.blog-section .blog-box.single-post .share-tags-box ul.tags-list {
  font-size: 12px;
  color: #999;
}
.widget_recent_entries ul li a, .widget_recent_comments ul li a, .widget_archive ul li a, .widget_categories ul li a, .widget_meta ul li a, .widget_pages ul li a, .widget_rss ul li a, .widget_nav_menu ul li a, .product-categories li a, .widget_featured_posts ul li a {
    color: #666666;
    font-size: 13px;
    font-family: Lato, Helvetica, Arial, sans-serif, "Merriweather", serif;
    position: relative;
}
.widget_recent_entries ul li a:hover, .widget_recent_comments ul li a:hover, .widget_archive ul li a:hover, .widget_categories ul li a:hover, .widget_meta ul li, .widget_pages ul li a:hover, .widget_rss ul li a:hover, .widget_nav_menu ul li a:hover, .product-categories li a:hover, .widget_featured_posts ul li a:hover {
    color: #222222;
}
.tagcloud{
  overflow: hidden;
}
.tagcloud a{
  color: #999999;
    font-size: 12px !important;
    font-family: "Poppins", sans-serif;
    padding: 4px 6px;
    border: 2px solid #eeeeee;
    margin-bottom: 4px;
}
.tagcloud a:hover {
    color: #ffffff;
    border: 2px solid #222222;
    background: #222222;
}
.elementor-editor-active .navbar{
  position: static;
}
 section.blog-section .blog-box.single-post figure img{
  margin-bottom: 0px;
 }
body .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated{
    padding: 0px 15px;
}
body .elementor-widget:not(:last-child){
    margin-bottom: 0px;
}

.elementor-section.elementor-section-boxed > .elementor-container{
  max-width: 1170px !important;
}
.gallery{
  overflow: hidden;
}
.gallery .gallery-item{
  float: left;
  margin-right: 10px; 
}
.portfolio-section.portfolio-page2 .portfolio-box{
    margin-left: -15px;
    margin-right: -15px;
}
section.portfolio-section.portfolio-page2{
    background: #f9f9f9;
    padding: 90px 0;
}
footer .gallery .gallery-item img{
  max-width: 70px;
}
footer .widget_recent_entries ul li{
  padding-left: 0px;
  margin-bottom: 20px;
}
footer .widget_recent_entries ul li a{
  display: block;
  color: #999;
}
footer, footer p{
  color: #999;
}
footer .widget_recent_entries ul li span{
    color: #777777;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
}
footer .widget_recent_entries ul li::before{
  display: none;
}
.single-content{
  overflow: hidden;
}
#page-links{
  margin-bottom: 30px;
}
.comment-tree .children{
  padding-left: 0px;
}
.comment-area-box > ul li.pingback .comment-box .comment-content{
  margin-left: 0px;
}
section.blog-section .blog-box.single-post img.avatar{
  max-width: 70px;
}
section.blog-section .blog-box.single-post .share-tags-box ul.tags-list{
  text-align: left;
}

footer .widget_recent_entries ul li a:hover,footer  .widget_recent_comments ul li a:hover,footer  .widget_archive ul li a:hover, footer .widget_categories ul li a:hover, footer .widget_meta ul li, footer .widget_pages ul li a:hover, footer .widget_rss ul li a:hover, footer .widget_nav_menu ul li a:hover,footer  .product-categories li a:hover,footer  .widget_featured_posts ul li a:hover{
  color: #eee;
}
footer .widget_recent_entries ul li a,footer  .widget_recent_comments ul li a,footer  .widget_archive ul li a, footer .widget_categories ul li a, footer .widget_meta ul li, footer .widget_pages ul li a, footer .widget_rss ul li a, footer .widget_nav_menu ul li a,footer  .product-categories li a,footer  .widget_featured_posts ul li a{
  color: #999;
}
footer table th,footer table td, footer .tagcloud a{
  border-color: #999;
}
footer .tagcloud a:hover{
  background: #fff;
  border-color: #fff;
  color: #666;
}
.search-no-results section.blog-section .blog-box .blog-post h2.heading2, .error404 section.blog-section .blog-box .blog-post h2.heading2{
  margin-bottom: 20px;
}
header{
  background: #222;
}

/**END CUSTOM**/
@media(min-width: 992px){
  .elementor-editor-active .single-portfolio-section .container{
    max-width: 1140px;
  }
}
@media(max-width: 782px){
      .admin-bar .navbar{
        top: 46px;
    }
}
@media(min-width: 992px){

.menu-item-has-children{
  position: relative;
}
.navbar .sub-menu{
  padding: 0px;
}
.navbar .sub-menu {
  position: absolute;
  border-top: 0px solid #0080ff;
  top: 100%;
  left: 0;
  background: transparent;
  width: 125px;
  visibility: hidden;
  opacity: 0;
  margin-top: 10px;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out; }
  .navbar .sub-menu .sub-menu{
    top: 0px;
    left: 100%;
  }
  .navbar .sub-menu > li {
    position: relative;
    display: block;
    border-bottom: 0px solid #e3e1f3;margin:2px auto; }
  .navbar .sub-menu > li a {
      font-family: "Poppins", sans-serif;
      display: block;
      padding: 6.5px 20px;
      color: #fff;
      font-size: 14px;
      font-weight: 400; background:rgba(0,0,0,0.5);border-radius:20px;border:2px solid #FFF;}
    .navbar .sub-menu > li > a:hover {
      background: transparent;
      color: #0080ff; }
    .navbar .sub-menu > li .sub-menu.level2 {
      top: -2px;
      left: 100%;
      border-left: 1px solid #292929; }

.navbar li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  margin-top: -1px; }



  .comment-tree .children{
    padding-left: 100px;
  }
  .admin-bar .navbar{
    top: 32px;
  }
  .single-portfolio-box .elementor-inner{
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media(max-width: 991px){
  .navbar .sub-menu{
    padding-left: 30px;
  }
  .navbar .sub-menu .sub-menu{
    padding-left: 15px;
  }
  .navbar .sub-menu > li {
    position: relative;
    display: block;}
  .navbar .sub-menu > li a {
      font-family: "Poppins", sans-serif;
      display: block;
      padding: 5px 0px;
      color: #999;
      font-size: 14px;
      font-weight: 400;}
    .navbar .sub-menu > li > a:hover {
      color: #0080ff; }
}
@media(max-width: 600px){
     .admin-bar .navbar{
        
        top: 46px;
    }
    .admin-bar header.active .navbar{
        top: 0px;
    }
}
/*nav-search*/
.nav-search input{padding:5px 10px;border-radius:19px;}