/*
Theme Name:     Veena Kashyap Yoga
Description:    Child Theme for Veena Kashyap Yoga.
Template:       twentytwelve
Version:        1.0
*/
@import url("../twentytwelve/style.css");
@import url("./css/font-awesome.min.css");

.entry-content img {
    border-radius: 0px;
}

html {
    margin-top: 0px !important;
}

body {
    background:#fff;
}

body .site {
    max-width:1140px;
    box-shadow:none;
    margin-top:0;
}

#topbar {
    width:100%;
    height: 2px;
    background:#000;
}

#site-navigation ul.nav-menu {
    border:0 !important;
}

#masthead {
    margin-top:0;
    padding-top:0;
}

@media screen and (max-width: 600px) {
    #masthead img.header-image {
        display: none;
    }

    #mobile-logo {
      display: block !important;
      float: left;
      width: 85%;
      margin-left: 15px;
      margin-top: -10px;
    }

    #main {
      clear:both;
      margin-top:10px;
    }

    #mobile-logo img {
      max-width: 100%;
    }

    #site-navigation {
        position: relative;
    }

    .main-navigation li {
        margin-top:0;
    }

    .menu-toggle, .menu-toggle:active, .menu-toggle.toggled-on, #site-navigation button:active, #site-navigation input[type="submit"]:active, #site-navigation input[type="button"]:active, #site-navigation input[type="reset"]:active {
        background: #303030 !important;
        box-shadow: none !important;
        color: #fff !important;
    }

    .nav-menu.toggled-on {
        width: 100%;
        border: solid 1px #ccc;
        position: absolute;
        left: 0;
        background: #fff;
        margin:0;
        padding:0;
        margin-top: 30px;
        background: #303030;
        border-radius: 0px 5px 5px 5px;
    }

    .nav-menu li a {
        display: block;
        border-bottom: solid 1px;
        padding: 10px;
        color: #ccc;
    }

    .nav-menu li a:last-child {
        border-bottom:0;
    }

    .main-navigation li:first-of-type {
        margin-top: 0;
    }
}

/* Mobile */
@media screen and (min-width: 600px) {
    .table {
    	display: table;   /* Allow the centering to work */
    	margin: 0 auto;
    }

    #site-navigation {
        border-top: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
    }

    #site-navigation ul {
    	list-style: none;
    }

    #site-navigation ul li {
    	display: inline;
    }

    #site-navigation.main-navigation li:last-of-type {
        margin-right: 0;
    }
}


.featured-post {
  display:none;
}

.menu-toggle {
    float:left;
}

a, a:hover, a:visited {
    color: #ccc;
    text-decoration: none;
}

.site-content article {
    margin-bottom: 2rem;
}

input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type=submit], input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, article.post-password-required input[type=submit]:hover {
    line-height: inherit;
    font-weight: normal;
    background-image: none;
    border: 0;
    border-radius: 0px;
    box-shadow: none;
    margin: 20px 0px;
    width: 175px;
    height: 40px;
    display: table;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    color: #FFFFFF;
    background: #303030;
    font-weight: 700;
    vertical-align: middle;
    text-align: center;
}

.entry-header .comments-link {
    font-style: italic;
}

.continue-reading {
    margin: 20px 0px;
    width: 175px;
    height: 40px;
    display: table;
}

.continue-reading a {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    color: #FFFFFF;
    background: #303030;
    font-weight: 700;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.entry-header .entry-title {
    font-size: 24px;
    line-height: 1.2;
    text-align: left;
    margin: 0px;
    font-weight: 400;
    color: #303030;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.entry-header .entry-title a {
    text-decoration: none;
    color: #303030;
    font-weight: 400;
}

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    box-shadow: none;
}

@media screen and (min-width: 600px) {
    .widget-area {
        border-left: 1px solid #ccc;
        width:30%;
    }

    .widget-area .widget {
        margin: 0px 0px 40px 20px;
        padding: 0px 20px 0px;
    }
}

#searchwrap {
    position: relative;
}

#s {
    width: 80% !important;
    height: 45px !important;
    padding-left: 45px;
}

#searchwrap .fa-search {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size:22px;
}

#searchsubmit {
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    width: 45px;
    background: transparent;
    content: "\f002";
    font-family: 'FontAwesome';
    border: 0;
    box-shadow: none;
}

footer .wrapper {
    max-width: 1140px;
    margin:0 auto;
}

footer .site {
    background: transparent;
}

footer[role="contentinfo"] {
    max-width:100%;
}

footer#colophon {
    display: block;
    width: 100%;
    background: #303030;
    padding: 20px 0px;
    color: #fff;
}

footer#colophon a {
    color:#fff;
}

#sitecredits {
    font-size:11px;
    padding:20px;
}

#sitecredits a {
    color:inherit;
}

#sitecredits p {
    margin-bottom:10px;
    color:#a2a2a2;
}

#footer-widgets {
    width: 100%;
    position: relative;
    display: table;
}

#footer-widgets .widget {
    display: table-cell;
    width: 33.3%;
    vertical-align: top;
    text-align: center;
    border-right: solid 1px #ccc;
}

@media screen and (max-width: 600px) {
  #footer-widgets .widget {
      display: block;
      width: 100%;
      vertical-align: top;
      text-align: center;
      border-right: 0;
      margin-bottom: 15px;
  }
}

#footer-widgets .widget:last-child {
    border:0;
}

#footer-widgets .widget-title {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    padding: 0 10px 20px;
    line-height: 28px;
}

#footer-widgets a {
  /* padding:5px 0; */
  display: block;
}

#footer-widgets a:hover {
  text-decoration: underline;
}

#footer-widgets .social-media {
  display: table;
  margin:0 auto;
}

#footer-widgets .social-media div {
  display: table-cell;
}

.simcal-calendar-grid {
  border:solid 1px #ccc;
}

.wpcf7-form p {
  margin-bottom:13px;
}

.wpcf7-text, .wpcf7-email {
  width: 300px;
  max-width: 100%;
  padding: 10px 6px;
}

.wpcf7-textarea {
  width:80%;
  height: 200px;
  width: 80%;
  float: none;
  margin-bottom: 13px;
}

.wpcf7-form label {
  text-transform: uppercase;
  margin-bottom: 3px;
  float: none;
  font-weight: 700;
  display: block;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
}

.wpcf7-form label span {
    color: #aaa;
    font-weight: 400;
}

#respond h3#reply-title, #respond form label {
  text-transform: uppercase;
  font-weight: bold;
}

#mc4wp_form_widget-2 {
	box-sizing: border-box;
}

#mc4wp_form_widget-2 .mc4wp-form-fields input {
	box-sizing: inherit;
	width: 100%;
	margin-bottom: 5px
}

.home #mc4wp-form-1 input[type=submit], .page-id-2427 #mc4wp-form-1 input[type=submit] {
	vertical-align: middle;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 30px;
}

.home #mc4wp-form-1 .mc4wp-form-fields, .page-id-2427 #mc4wp-form-1 {
	margin: 0 auto;
    display: block;
    text-align: center;
}

/* .home #mc4wp-form-1 input[name=FNAME], .home #mc4wp-form-1 input[name=LNAME], .home #mc4wp-form-1 input[name=EMAIL] {
	width: 25%;
} */

.page-id-2427 #mc4wp-form-1 input[name=FNAME], .page-id-2427 #mc4wp-form-1 input[name=LNAME], .page-id-2427 #mc4wp-form-1 input[name=EMAIL] {
	width: 25%;
}

.newsletter-container {
	border: solid 1px #ccc;
	padding: 0 30px;
}

.sb_instagram_header, .sbi_load_btn, .sbi_follow_btn {
	display:none !important;
}
