/*
Theme Name: Optimum
Author: Pitabas Behera
Author URI: http://nettantra.com/
Description: Optimum is a light weight and fully responsive WordPress theme. It's looks great on desktops, mobiles and tablets with a tidy mobile navigation menu. It's based on the most modern technologies like HTML5 and CSS3.
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog

Text Domain: optimum

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.
*/


/* This is a small security for too long strings titles */

/* my css */
.header-search {
    display: none;
}
div#logo {
    display: none;
}
div#banner {
    display: none;
}
header.page-header {
    display: none;
}
.navul li {
    float: left;
    list-style: none;
    margin-right: 25px;
    margin-top: 0px;
}
a.navli {
    width: 100%;
    display: block;
    padding: 8px 0;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
    text-align: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
}
img.wcp-caption-image {
    height: 245px !important;
}
/* menu css */
#left-sidebar, #left-sidebar.header-search-form, #left-sidebar a, #left-sidebar nav.main-menu ul > li ul li a {
    color: rgb(255, 255, 255) !important;
}
.comment-form .alert-info, .read-more.outline, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, a:hover, a:focus, #colophon .widget_calendar table a:hover, #colophon a:hover, .header-top a:hover {
    color: #870d10 !important;
	cursor: pointer;
}


#left-sidebar, #left-sidebar.header-search-form, #left-sidebar a, #left-sidebar nav.main-menu ul > li ul li a {
    color: rgb(255, 255, 255);
    float: left;
    background: url(/wp-content/uploads/2020/04/new1.jpg) no-repeat;
    background-size: cover;
	width: 17.1vw;
    margin-left: -3px;
    /*height: 94vh;*/
}
.sidebar-inner {
    display: none !important;
}
button#responsive-menu-button {
    display:none; 
}
.wpb_text_column.wpb_content_element.widget5 {
    float: right;
}
@media only screen and (max-width: 600px) {
   #left-sidebar, #left-sidebar.header-search-form, #left-sidebar a, #left-sidebar nav.main-menu ul > li ul li a {
    color: rgb(255, 255, 255);
   background: url(/wp-content/uploads/2020/04/new2.jpg) no-repeat;
   background-size: contain;
   width: 100vw;
   height: 23vh;
}
.sidebar-inner {
    display: none !important; 
 }
 button#responsive-menu-button {
    margin-top: 320% !important;
    right: 62% !important;
    
  }	
}
@media only screen and (max-width: 400px) {
   #left-sidebar, #left-sidebar.header-search-form, #left-sidebar a, #left-sidebar nav.main-menu ul > li ul li a {
    color: rgb(255, 255, 255);
   background: url(/wp-content/uploads/2020/04/new2.jpg) no-repeat;
   background-size: contain;
    width: 95vw;
    height: 20vh;
    margin: 8px;
}
.sidebar-inner {
   display: none !important; 
}
	button#responsive-menu-button {
    margin-top: 230px !important;
    right: 15px !important;
    position: absolute !important;
    }
	
	nav.nav1 {
    display: none;
    }
	.wpb_text_column.wpb_content_element.widget5 {
	float:left;
    width: 75%;
    margin-top: -15%;
    }
	div#responsive-menu-search-box {
    display: none;
   }
   .ich-prefix .row.wcp-fgg-wrap {
    margin-left: -20px !important;
    margin-right: -5px !important;
   }
   .inner-wrapper {
    float: left;
    width: 100% !important;
   }
	
}

