/*
Theme Name: LookWay
Theme URI: 
Description: The LookWay theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, totally all headings and images as well as text customizable and a flexible layout that looks great on any device, big or small.
Author: Pramod Kumar Patel
Author URI: https://wordpress.org/themes/author/quickrefrence/
Version: 1.3.4
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, four-columns, flexible-header, custom-background, custom-menu, editor-style, right-sidebar, featured-images, post-formats, sticky-post, full-width-template
Text Domain: lookway

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.
*/

body{
    font-size:15px;
    color:#777;
}
.logoclass{
}
a,a:hover{
    text-decoration:none !important;
}
.header{
    background:white;
	padding-top:18px;
}
.logo img {
    max-width: 100%;
    max-height: 200px;
}
.logo {
    margin: 30px 0 10px 15px;
}
.logo h1 {
    font-size: 36px;
    color: #444444 ;
}
.logo p {
    font-size: 22px;
}
.btn-social-icon
{
    font-size:17px;
    color:white;
    line-height:50px;
}

.feature p{

    font-size:15px;
    color:#868686;
}
.feature h4{
    text-align:center;
    font-weight:bold;
}

.feature img{
    max-width:80%;
    max-height:80%;
}
.post{
    margin-left:20px;
}
.feature {
    margin-bottom: 50px;
    margin-top: 35px;
}
.featurebox{
    padding:5px;
}
.feature-item{
    width:90%;
    margin:auto;
}
.mainouterdiv
{
    box-shadow: 0px 1px 1px 1px rgba(18, 52, 86, 0.22);
    padding:0px;
    font-size:15px;
    margin: 20px auto;
    background:white;
    font-family:Verdana,sans-serif;
}

.wp-caption{
}
.wp-caption-text
{
}
.sticky{
}
.gallery-caption{
}
.bypostauthor{
}
.alignright, .aligncenter, .alignleft{
}
.demotxt img {
    transition: all 1s ease;
}
.demotxt img:hover {
    transform: scale(1.1) rotate(5deg) translate(0px);
    transition: all 1s ease;
}
.demotxt {
    max-height: 150px;
    transition: all 1s ease;
	padding: 10px 0px 0px 10px;	
    text-align: -webkit-center;
}
.demotxt:hover {
    border-radius: 10px;
    transition: all 1s ease;
}
h2.text-center.thin {
   background-color: #69A2D3;
    padding: 0.8em 1em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: 1em;
    text-align: center;
}
.container.text-center.myheading {
    box-shadow: 0px 0px 3px #ccc;
    padding: 25px;
}
.container.text-center.myheading h1{
    font-size: 30px;

}
.container.text-center.myheading .text-muted p{
    font-size: 20px;
}
.text-center.myheading {
}
.text-center.myheading p {
    font-size: 18px;
}
.navigation li a, 
.navigation li a:hover, 
.navigation li.active a, 
.navigation li.disabled { 
    color: #fff; 
    text-decoration:none; 
} 
.navigation li { 
    display: inline; 
} 
.navigation li a, 
.navigation li a:hover, 
.navigation li.active a, 
.navigation li.disabled { 
    background-color: #6FB7E9; 
    border-radius: 3px; 
    cursor: pointer; 
    padding: 8px 12px; 
} 
.navigation li a:hover, 
.navigation li.active a { 
    background-color: #3C8DC5; 
}
nav#nav-single {
    margin-top: 20px;
}
nav#nav-single a{
    color:orange;
}
span.nav-next{
    float:right;
}
.sliderimg {
    max-width: 100%;
    height: auto;
    overflow: hidden;
    margin:20px 0;
    z-index:1;
}
.sliderimg img {
    max-width: 98%;
    width:98%;
    max-height: 550px;
    height:auto;
    padding: 5px;
    margin-left:1%;
    border: 1px solid #eee;

}
.footer{
    background:#123456;
    margin-top: 20px;
}
.widget-footer{
    margin: 10px;
    color: #ffffff;

}
.widget-footer ul{
    list-style-type:none;
}
.underfooter{
    background:#ffffff;
    padding:5px;
    text-align:center;
}
.breadcrum h4{
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    padding:10px 0;
}
.post-meta{
    padding: 5px;
    border-top: 1px solid #DDDDDD; 
    border-bottom: 1px solid #DDDDDD; 
}
.post-meta li {
    display:inline;
    list-style-type:none;
    margin-right:25px;
}
.post-meta a {
    color: #428bca;
    text-decoration: none;
}
.postimage img {
    max-width: 100%;
    height: auto;
    width: auto;
    padding:10px;
}

.blogcontent {
    margin-top: 10px;
    margin-left: -13px;
}
h4.post-title {
    margin-left: 13px;
    font-size: 20px;
    font-weight: 600;
}
.post{
    margin-left: 0px;
    background: rgb(255, 255, 255);
    margin-bottom: 20px;
    padding: 5px;

}
h3.post-page-head{
    background: #69A2D3 ;
    color: #FFFFFF;
    padding: 5px;
}
h3.post-page-head a{
    color: #FFFFFF;
    text-decoration:none;
}
.post-content {
    margin:20px 0;
    padding:10px;
}
.post-content img{
    max-width:100%;
    height:auto;
    padding:10px ;
    width:auto;
}

.post-content figure {
    width: 100% !important;
}
.post-content .read-more {
    padding: 5px;
    margin:5px;
    color:orange;
}
div#respond {
    padding: 10px;
}
nav#nav-single {
    margin: 20px;
}
.page-content h2.archive-title
{
    background: #69A2D3 ;
    color: #FFFFFF;
    padding: 5px;
}
.or-spacer {
    margin-top: 30px;
    position: relative;
}
.or-spacer .mask {
    overflow: hidden;
    height: 20px;
}
.or-spacer .mask:after {
    content: '';
    display: block;
    margin: -25px auto 0;
    width: 75%;
    height: 25px;
    border-radius: 125px / 12px;
    box-shadow: 0 0 8px #ccc;
}
.sidebar-widget-area{
    width:90%;
    margin-left:5%;
}
.single-sidebar h3 {
    background: #69A2D3 ;
    color: #FFFFFF;
    padding: 5px;
    width: 100%;
}
.single-sidebar ol,.single-sidebar ul{
    width:100%;
    list-style:none;
}
.single-sidebar li{
    padding:2px 0 3px 0;
    border-bottom:1px solid #eee;
}
.footer .widget-footer{
}
.footer .widget-footer h3 {
    border-bottom: 1px solid #2491ee;
    color: #d1d1d1;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 15px;
    margin-bottom: 23px;
}
.footer .widget-footer ul li{
    margin-left: 0;
    margin-right: 15px;
    padding: 3px 0;
    font-size: 15px;
    list-style: none;
    margin-bottom: 0;
}
form{
    width:100%;
    margin:20px auto;
}
form.searchform {
    padding:5px 5px;
    border:0px solid #dbdbdb;
}
form #searchsubmit {
    position:relative;
    padding:4px 15px;
    left:-8px;
    border:2px solid #69A2D3;
    background-color:#69A2D3;
    color:#fafafa;
}
form #searchsubmit:hover  {
    background-color:#fafafa;
    color:#69A2D3;
}

form label.screen-reader-text{
    display:none;
}
form input#s {
    height: 30px;
    width:55%;
    color:#111;
}

table#wp-calendar {
    width: 100%;
}
table#wp-calendar caption {
    padding: 5px;
    background: white;
    color: #123456;
    font-weight: bold;
    margin-bottom:10px;
}
.home-project-image img
{
    width:100%;
    max-height:250px;
    padding: 5px;
    border: 1px solid #eee;
}
.home-project-image {
    max-width: 350px;
    margin: auto;
}
.caption.conference {
    position: absolute;
    bottom: 20px;
    right: 47px;
    width: 350px;
    height: auto;
    z-index: 1000;
    border-left: 3px solid #3C8DC5;
    background: #eee;
    transition: all 1s ease-in;
    opacity: .8;
}
.caption.conference  h2{
font-size:23px;
}
.caption.conference:hover{
    margin-bottom:10px;
}
.page-heading h1{
    border-bottom: 2px solid rgb(36, 145, 238);
    margin-bottom: 13px;
    padding-bottom: 10px;
}
figure.wp-caption,figure.wp-caption img {
    max-width: 100%;
}
.about-project-section
{
    margin-top:10px;
    margin-bottom:30px;
}
.about-project-section h2
{
    margin-top:10px;
    margin-bottom:20px;
}
.socila-logo-footer p{
    text-align: center;
    margin-top: 10px;
}
@media (max-width: 550px){
    .caption.conference{        
        display:none;  
    }
}
ul#menu-td_demo_top {
    margin-left: -30px;
}
span.copyright {
    font-size: 16px;
    font-family: Verdana,sans-serif;
}
.widget-footer img, .widget-footer select{
    max-width: 100%;
    height: auto;
}
.single-sidebar img,.single-sidebar select  {
    max-width: 100%;
    height: auto;
}
/*-----------------------comment area---------------------------------*/
#respond input#submit {
    background: rgb(32, 124, 202);
    border: 1px solid rgb(32, 124, 202);
    padding: 5px 10px;
    color: white;
}
#respond input#submit:hover {
    box-shadow: 1px 1px 5px #aaa;
}
#respond textarea#comment {
    border: 1px solid #D3EAFE;
    border-radius: 5px;
    resize: none;
    width: 100%;
}
div#respond {
    border-top: 2px groove rgb(199, 229, 254);
}
ol.commentlist li {
    background: #F4FAFF;
    margin: 10px;
    padding: 10px;
    list-style: none;
}
ol.commentlist li li {
    background: rgb(232, 244, 254);
}
a.comment-reply-link {
    background: rgb(199, 229, 254);
    padding: 5px;
    color: white;
    box-shadow: 1px 1px 5px #F1F1F1;
}
.social_footer {
    display: inline;
    margin-right: 20px;
}
.social-icons{
    text-align:left;
}
.copyright{
    text-align:right;
}
ul.ddsmoothmenu {
  padding: 13px;
}
form#commentform code {
  white-space: normal;
}

#primary_nav_wrap
{
	margin-top:15px
}
#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	z-index:9999;
}
#primary_nav_wrap ul a
{
	display:block;
	color:#333;
	text-decoration:none;
	font-weight:700;
	font-size:13px;
	line-height:32px;
	padding:0 15px;
	font-family:Verdana,sans-serif
}
#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	background:#f6f6f6;
	margin-left:2px;
}
#primary_nav_wrap ul li.current-menu-item , #primary_nav_wrap ul li.current-menu-item:hover
{
	background:#123456;
}
#primary_nav_wrap ul li.current-menu-item a 
{
	color:#fff;
}
#primary_nav_wrap ul li:hover
{
	background:#f6f6f6
}
#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0
}
#primary_nav_wrap ul ul li
{
	float:none;
	width:200px
}
#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px
}
#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}
#primary_nav_wrap ul li:hover > ul
{
	display:block
}
.navbar-header {
    margin-top: 38px;
}
.mean-container .mean-nav ul li a.mean-expand{
height:22px !important;
}
.text-muted {
    color: #868686 !important;
}