/*
Theme Name: Promos Blog
Theme URI: https://www.templatesell.com/item/promos-plus/
Author: templatesell
Author URI: https://www.templatesell.com/
Description: A perfect theme for blog and magazine site. This theme has search option, multiple sidebar options, footer options, featured slider, promo boxed, footer widgets and many more. It comes with primary color option to change the whole site color with a single click.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: promos-blog
Template: promos
Requires PHP: 5.2
Tested up to: 5.8
Tags: grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, footer-widgets, custom-colors, custom-header, editor-style, rtl-language-support, theme-options, blog, news

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.

Promos Lite is free WordPress theme by, Template Sell and child theme of Promos.
Promos Lite is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html{
    font-size: 100%!important;
}


/*
Mobile queries
*/

@media only screen and (max-width: 960px) {
    
   #custom_mobile_home_layout2.row {
       flex-direction: column-reverse;
       position: relative;
       top: -175px;
   }
    
  .header-1 {
   position: absolute;
   top: -3px;
   margin-bottom: 20px;
   width: 100%;
  }
  
  body {
      background-image: none !important;
  }
  
  .custom_module_image {
      position: static !important;
      height: 166px !important;
      
  }
  
  .title-border {
      position: static !important;
  }
  
  .custom_module_desc, .custom_module_title {
      padding-top: 10px;
  }
  
  .single.single-left-sidebar #primary, .single.single-right-sidebar #primary {
      max-width: 100%;
  }
}


@media (max-width: 767px)  {
.right-sidebar #primary {
    margin-top: 50px;
    }
}

body {
    font-family: Arial, Helvetica, sans-serif !important;
    color: #fff !important;
}

.post-excerpt, .content, .post-title {
    color: #fff !important;
}

#menu-custom_menu {
    display: flex;
}

#menu-custom_menu li {
    margin-left: 15px;
}

#menu-custom_menu li a {
    font-size: 13px;
}

#content {
    margin-top: 90px;
}

#my_custom_post_reverse.row {
    flex-direction: row-reverse;
}

.main-header .logo p, .main-header .logo h1 {
    display: none !important;
}

.rtl {
    direction: rtl;
    text-align: right;
}

.header-1 {
    height: 278px;
}

.breadcrumbs-wrap {
    display: none !important;
}


.main-header {
    border: none !important;
}

.menu-area {
    border: none !important;
}

.header-1 .head_one {
    border: none !important;
}


.title-border {
    border-bottom: 2px solid #b2c841;
    position: absolute;
    top: 44px;
    width: 90%;
}

.custom_small_eng_desc {
    font-size: 12px;
}


.custom_module_title {
    font-size: 17px;
    color: #b2c841;
    line-height: 21px;
}

.custom_module_desc {
    font-size: 15px;
    color: white;
    line-height: 17px;
}

.custom_module_form {
    margin-top: 30px;
}

.custom_module_form input {
    height: 20px;
    width: 202px;
}

.custom_module_form textarea {
    width: 202px;
    height: 50px;
}

.header-1 .head_one .logo {
    max-width: 960px !important;
    position: relative;
    top: 2px;
    padding: 0;
}

.easy-image-gallery img {
    height: 123px !important;
    width: 171px;
}


aside#secondary .sidebar-area, .widget_nav_menu {
    background-color: transparent !important;
}

#menu-sidebar_menu a {
    color: #fff !important;
}

#menu-sidebar_menu a:hover {
    color: #77b015 !important;
}

.widget-title {
    background-color: transparent !important;
    color: #fff !important;
    border-bottom: 10px solid #77b015;
    padding-bottom: 5px !important;
}

.single .post-excerpt p, .single .post-excerpt ul, .single .post-excerpt ol {
    margin-bottom: 7px !important;
}

.logo img {
    width: 960px !important;
}

.custom_module_form p {
    margin: 0;
}


.custom_module_form label {
    font-size: 15px;
    color:#77b015;
}

.custom_module_form input[type=submit] {
    height: 34px;
    background: rgb(119, 176, 21);
}

.custom_module_image {
    position: absolute;
    width: 90%;
    top: 210px;
    height: 126px;
}


.my_custom_menu {
    position: absolute;
    top: -5px;
}

.main-menu > ul > li > a {
    color: #fff;
    font-size: 14px;
}

body{
    /*background: #fafafa;*/
    background-image: url("assets/shabi.jpg");
      background-repeat: no-repeat; /* Do not repeat the image */
      background-size: cover; /* Resize the background image to cover the entire container */
    /*font-family: 'Karla', sans-serif;*/
}

.wp-block-code>code {
    border: none !important;
}


div#page {
    height: 80vh;
    max-width: 960px;
    margin: 50px auto 0;

    box-shadow: 0 0 60px rgb(10 10 10 / 10%);
}

#content, .footer-wrap {
    opacity: 0.999;
    background-image: url("assets/back.png");
    background-repeat: repeat;
    overflow: hidden;
    background-color: transparent;
}

.post-wrap {
    background-color: rgb(0 0 0 / 8%) !important;
}


.footer-wrap .widget, .wp-block-code, .wp-block-code code {
    background-color: transparent !important;
}

.footer-wrap a {
    color: #fff !important;
}

.footer-wrap .widget_nav_menu ul li {
    margin-bottom: 0 !important;
}

pre, code {
    padding: 0 !important;
    margin: 0 !important;
}

.wp-block-code {
    border: none;
}

.footer-wrap pre, #nav_menu-2 {
    padding-right: 32px !important;
}

.footer-top-box {
    padding: 0 !important;
    border-top: 2px solid #b2c841;
}

.posts-container {
    padding: 0 !important;
}

.main-header,
.header-1 .head_one{
    background: transparent;
}
.header-1 #site-navigation{
    border: 0;
}
.menu-area {
    border-bottom: 2px solid #333;
    border-top: 2px solid #333;
}
aside#secondary .sidebar-area {
    background: #fff;
}
aside#secondary .widget{
    margin-bottom: 15px;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Lora', serif;
}