/*
Theme Name: Attended
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 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, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 3.1
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

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.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
a, a:hover {
    color: #F8941D;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}
.pricing-section.p404 {
    padding: 300px 0 390px
}
audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

/* General css */
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400
}
p, ol li, ul li {
  font-size: 18px;
  color: #183B56;
  line-height: 28px;
}
h1,h2,h3,h4,h5,h6 {
  color: #16133E
}
.site-header .navbar {
  display: block;
  float: right;
  text-align: right;
  width: 80%;
}
.navbar-nav {
  display: block;
  -ms-flex-direction: none;
  flex-direction: none;
}
.site-header {
  position: relative;
  padding: 15px 0;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
z-index: 101
}
.site-header .navbar li {
  display: inline-block;
  text-align: center;
  margin-left: 10px;
}
.site-header .navbar li a {
  font-size: 16px;
  color: #16133E;
  padding: 7px 35px;
  text-decoration: none;
  display: block;
  border: 1px solid transparent;
  border-radius: 5px;
}
.home .site-header .navbar li.current-menu-item a, .site-header .navbar li.current-menu-item a, .site-header .navbar li:hover a, .home .site-header .navbar li:hover a {
  color: #F8941D;
}
.site-header .navbar li:last-child a {
   border: 1px solid #F8941D;
}
.site-logo {
  float: left;
  padding: 16px 0
}
.site-logo a {
  font-size: 20px;
  font-weight: 700;
  color: #16133E;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
}

a.btn {
  background: #F8941D;
  color: #fff;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  min-width: 170px;
  padding: 10px 25px;
}
a.btn:hover {
  color: #fff;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #183c56;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #183c56;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #183c56;
}

.mobile-nav {
  display: none;
}

/* Homepage css */
.home .site-header .navbar li a, .home .site-logo a {
  color: #fff
}
.home .site-header {
  position: absolute;
  width: 100%;
  z-index: 101;
  box-shadow: none;
  top: 0px;
  left: 0
}

.hero-image {
  height: 625px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  color: #fff;
}

.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.hero-text button:hover {
  background-color: #555;
  color: white;
}

.hero-text h1 {
  font-size: 44px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
}
.hero-text p {
  font-size: 18px;
  margin-bottom: 50px;
  line-height: 28px;
  color: #fff;
}
.text-section {
  padding: 100px 0;
}
.text-section h2 {
  font-size: 40px;
  font-weight: 700;
  color: #16133E;
  margin-top: 30px;
  margin-bottom: 30px;
}
.text-section .btn {
  margin-top: 50px;
}

/* Pricing css */

.pricing-section {
  background: #f9f9f9;
  text-align: center;
  padding: 100px 0
}
.pricing-text {
  padding-bottom: 40px;
}
.pk_row .pk {
  background: #fff;
  padding: 30px 30px 25px;
  position: relative;
  color: #183B56;
}
.pk_row .pk span {
  display: block
}
.pk .border {
  position: absolute;
  top: -8px;
  height: 5px;
  width: 100%;
  left: 0;
  background: #0593f9;
}
.pk .plan {
  font-size: 18px;
}
.pk .price {
  font-size: 28px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 12px;
}
.pk .pk_time {
  font-size: 13px;
}
.pk .pk_middle {
  text-align: left;
  padding-bottom: 20px;
  min-height: 275px;
}
.pk_middle ul {
  padding: 0;
  margin: 0
}
.pk_middle ul li {
  list-style: none;
  padding: 7px 0 7px 20px;
  font-size: 16px;
  background: url('images/icon-check.png') left center no-repeat;
}

.pk a.btn {
  width: 100%;
  padding: 7px 15px;
  font-size: 16px;
}

.pk1 .border {
  background: #0593f9;
}
.pk1 .price {
  color: #0593f9
}
.pk2 .border {
  background: #42c285;
  
}
.pk2 .price {
  color: #42c285
}
.pk3 .border {
  background: #f7831c;
}
.pk3 .price {
  color: #f7831c
}
.pk4 .border {
  background: #f9561d;
 
}
.pk4 .price {
   color: #f9561d
}
.pk_top {
  padding-top: 5px;
  height: 137px;
  margin-bottom: 25px;
}
.pricing-text .subtitle {
  color: #5A7184
}
.pricing-text h2 {
  margin-bottom: 15px;
}

/* Register css */

.wpcf7-form-control-wrap {
    position: initial;
}
.wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
    bottom: 3px;
    left: 0;
}
.page-login {
  background: #f9f9f9
}
.login-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.login-box {
  margin: 0 auto;
  width: 600px;
  padding: 50px 80px;
  max-width: 100%;
  background: #fff;
}
.login-box input[type="text"], .login-box input[type="email"], .login-box textarea {
  width: 100%;
  border-radius: 3px;
  margin-bottom: 20px;
  font-size: 16px;
  border: 1px solid #ccccd6;
  padding: 15px 25px;
  color: #183c56;
  background: #fff;
}
.login-box textarea {
    height: 120px;
    padding-left: 80px;
    resize: none;
}
.login-box input[type="submit"], .login-box button {
  width: 100%;
  border-radius: 3px;
  margin-bottom: 15px;
  font-size: 18px;
  border: none;
  font-weight: 700;
  padding: 15px 25px;
  margin-top: 20px;
  color: #fff;
  background: #f8931d
}
.login-box h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

/* Footer css */

footer.site-footer {
  background: #F7F7F7;
  padding: 30px 0
}
.site-footer .copy {
  text-align: right;
  font-size: 16px;
  color: #183B56;
}
.footer-logo a {
  font-size: 20px;
  font-weight: 700;
  color: #183B56;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
}

/*page login css*/

.login-box {
  box-shadow: 0px 0px 40px rgba(34, 17, 85, 0.1)
}

.login-box input[type="password"] {
    width: 100%;
    border-radius: 3px;
    margin-bottom: 20px;
    font-size: 16px;
    border: 1px solid #ccccd6;
    padding: 15px 25px;
        padding-left: 25px;
    color: #183c56;
    background: #fff;
}
.imput-row {
    position: relative;
}
.imput-row br {
    display: none;
}
.imput-row .icon-holder {
    position: absolute;
    left: 0;
    width: 60px;
    height: 56px;
    display: block;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    top: 0;
    background: #f8941d;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-size: 30px;
    line-height: 56px;
    z-index: 2;
}

.icon-login {
  display: block;
margin: 0 auto 30px;
width: 50px;
height: 48px;
font-size: 48px;
line-height: 48px;
color: #f8941d;
background-size: contain;
}
.icon-pass {
  display: block;
  margin: 0 auto 30px;
  width: 40px;
  height: 48px;
  background: url('images/icon-pass.png') center center no-repeat;
  background-size: contain;
}
.imput-row {
  position: relative;
}
.imput-row input[type="text"], .imput-row input[type="email"], .imput-row input[type="password"] {
  padding-left: 80px;
}
.imput-row .icon {
  position: absolute;
  left: 0;
  width: 60px;
  height: 56px;
  display: block;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  top:0;
}
.imput-row .icon.icon-login-email {
  background: url('images/icon-login-email.png') center center no-repeat #f8931d;
  background-size: 30px;
}
.imput-row .icon.icon-login-password {
  background: url('images/icon-login-password.png') center center no-repeat #f8931d;
  background-size: 30px;
}
.login-box  h2.member-login {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 26px

}
.login-box .remember label {
  cursor: pointer;
}
.login-box .forgot {
  text-align: right;
}
.login-box .forgot a {
  color: #183c56
}
.login-bottom {
  padding-top: 30px;
}
.pk_middle p {
    font-size: 17px;
    color: red;
}

@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}


@media (max-width: 1100px) {
  .pk_row .pk {
    padding: 15px 15px 25px;
  }
}

@media (max-width: 990px) {
    .site-header .navbar li a {
        padding: 7px 25px;
    }
  .hero-text br {
    display: none;
  }
  .text-section .text-holder {
    padding-bottom: 40px;
  }
  .text-section .img-holder {
    text-align: center;
  }
  .mobile-nav {
    float: right;
  }
}

@media (max-width: 767px) {
    .pk_middle p {
        font-size: 11px;
        line-height: 15px;
    }
  .login-box {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    background: none;
  }
  .login-section {
    padding-top: 80px;
}
  .text-section .btn {
      margin-top: 20px;
  }
  .pk .pk_middle {
    height: 300px;
  }
  .hero-text {
    width: 100%;
    padding: 15px;
  }
  .hero-text h1 {
      font-size: 36px;
      line-height: 46px;
      font-weight: 700;
      margin-bottom: 20px;
      color: #fff;
  }
  .hero-text p {
    margin-bottom: 30px;
  }
  .hero-image {
    height: 530px;
  }
  .text-section {
    padding: 50px 0 0
  }
  .text-section .img-holder {
    margin-left: -15px;
    margin-right: -15px;
  }
  .pk_row .pk {
    padding: 15px 15px 25px;
    margin-bottom: 30px;
  }
  .pk_middle ul li {
    font-size: 12px;
  }
  .pk .price {
    font-size: 22px;
  }
  .pk_top {
    margin: 10px 0;
    padding: 0;
    height: 100px;
  }
  .pk .price {
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 8px;
  }
  a.btn {
    min-width: 50px;
  }
  .pricing-text .subtitle br {
    display: none;
  }
  .site-header .navbar {
    display: none;
  }
  .site-footer, .site-footer .copy {
    text-align: center;
  }
  .pricing-section {
    padding: 70px 0 50px;
  }
  .text-section h2 {
    margin-top: 10px;
  }

  .mobile-nav {
    display: block;
  }
  .mobile-nav .m-login {
      font-size: 16px;
      color: #16133E;
      padding: 7px 25px;
      border: 1px solid #f8931d;
      border-radius: 5px;
      text-decoration: none !important;
  }
  .home .mobile-nav .m-login {
    color: #fff
  }
  .mobile-nav {
    padding: 13px 0
  }
  .mobile-nav button {
    border: none;
    outline: none;
    width: 24px;
    position: relative;
    z-index: 9999999999;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    background: url('images/menu_icon.png') center center no-repeat;
    background-size: contain !important;
  }
   .home .mobile-nav button {
    background: url('images/menu_icon_white.png') center center no-repeat;
  }

  .nav-overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 999;
        background: rgba(0, 0, 0, 0.7);
        top: 0;
        left: 0;
        display: none;
    }
    .nav-overlay.visible {
        display: block;
    }
    
    .mobile-nav button.active {
        background: url('images/menu_icon_close.png') center center no-repeat !important;
        background-size: contain !important;
    }

  .login-box .remember label {
    cursor: center;
  }
  .login-box .center {
    text-align: right;
  }
  .mobile-menu {
  	display: none;
  }
  .mobile-menu.visible {
	    display: block;
	    position: fixed !important;
	    top: 0;
	    padding: 70px 30px 30px;
	    right: 0;
	    background: #fff;
	    width: 70%;
	    height: 100%;
	    z-index: 99999;
	}

	.mobile-menu ul {
		margin: 0;
		padding: 0;
	}
	 .mobile-menu ul li a {
		display: block;
	    width: 100%;
	    text-align: left;
	    font-size: 16px;
	    line-height: 18px;
	    font-weight: 500;
	    height: auto;
	    padding: 10px 0;
    	color: #183B56;

	 }

}