/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* reset css */
body {
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 28px;
  overflow-X: hidden;
}
body .main-wrapper {
  margin: 0px 50px;
  background: rgba(255, 255, 255, 0.8);
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Oswald", sans-serif;
}
/*
body h2 {
  position: relative;
  margin-bottom: 30px;
}
body h2:after {
  content: '';
  width: 150px;
  left: 50%;
  margin-left: -75px;
  top: 100%;
  height: 3px;
  background: #FF62AE;
  position: absolute;
  margin-top: 10px;
}
*/
body p {
  color: #6c6c6c;
}
body a {
  transition: all 300ms;
  color: #000;
}
body a:hover, body a:focus, body a:active {
  color: #FF62AE;
}
body .btn {
  padding: 8px 28px;
  border-radius: 30px;
}
body .margin-top {
  margin-top: 50px;
}
body.admin-bar {
  position: relative;
  top: 0px;
}
body.admin-bar .affix {
  top: 32px !important;
}

.hero-image {
  position: relative;
}
.hero-image img {
  width: 100%;
  height: auto;
}
.hero-image .hero-content {
  background: rgba(31, 72, 142, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  font-family: "Oswald", sans-serif;
  line-height: 80px;
  font-weight: 700;
}
.hero-image .hero-content .main-heading {
  font-size: 72px;
  color: #fff;
}
.hero-image .hero-content .sub-heading {
  font-size: 45px;
  color: #fff;
}

/* reset bootstrap css */
.navbar {
  background: #fff;
  border: none;
  margin: 0px;
  border-radius: 0;
}
.navbar.affix {
  width: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  position: fixed;
  animation: slideInDown 600ms;
}
.navbar.affix .navbar-brand {
  padding: 6px 15px !important;
}
.navbar.affix .navbar-brand img {
  width: 120px;
  height: auto;
}
.navbar.affix .navbar-right {
  margin-top: 10px;
}
.navbar .dropdown:hover .dropdown-menu {
  display: block;
}
.navbar .navbar-brand {
  padding: 0px 15px !important;
  height: auto;
  transition: all 300ms;
  font-size: 45px;
  color: #FF62AE;
  text-transform: uppercase;
}
.navbar .navbar-brand img {
  transition: all 300ms;
  height: 82px;
  width: auto;
}
.navbar .navbar-right {
  margin-top: 25px;
}
.navbar .navbar-right .startdevco-nav {
  display: inline-block;
}
.navbar .dropdown-menu {
  border: none;
  border-radius: 5px;
  animation: flipInY 800ms;
}
.navbar .dropdown-menu li a:hover, .navbar .dropdown-menu li a:focus, .navbar .dropdown-menu li a:active {
  background: #FF62AE;
  color: #fff;
}

/* theme css / navbar  */
.navbar-default .navbar-nav > li > a {
  color: #000;
  padding: 8px 28px;
  border-radius: 30px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:active {
  background: #FF62AE;
  color: #fff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background: #FF62AE;
  color: #fff;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background: #FF62AE;
  color: #fff;
}

.search-form .btn {
  padding: 6px 28px;
}

.form-control {
  border-radius: 30px;
}
.form-control:focus, .form-control:active {
  border-color: #ff62b0;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 98, 176, 0.38);
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background: #FF62AE;
  border-color: #FF62AE;
}

.pagination > li > a, .pagination > li > span {
  color: #6c6c6c;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
}

.btn-default, .btn-warning, .btn-primary, .btn-info, .btn-danger {
  background: transparent;
}

.btn-warning {
  color: #EC971F;
}

.btn-pink {
  color: #FF62AE;
  border-color: #FF62AE;
}
.btn-pink:hover, .btn-pink:active, .btn-pink:focus {
  background: #FF62AE;
  color: #fff;
}

.btn-danger {
  color: #C9302C;
}

.btn-info {
  color: #31B0D5;
}

.btn-primary {
  color: #286090;
}

.btn-default {
  color: #000;
}
.btn-default:hover, .btn-default:active, .btn-default:focus {
  background: #fff;
}

/* theme css / inner page  */
.navbar .social {
  margin: 0;
  padding: 0;
  float: right;
}
.navbar .social li {
  list-style: none;
  display: inline-block;
  float: left;
}
.navbar .social li.search .btn {
  border: none;
  background: #fff;
}
.navbar .social li.search .btn.btn-default:hover, .navbar .social li.search .btn.btn-default:active {
  box-shadow: none;
}
.navbar .social li.search .btn:hover, .navbar .social li.search .btn:active {
  border: none;
}
.navbar .social li.search .dropdown-menu {
  box-shadow: none;
  padding: 0;
  border: none;
  background: transparent;
  left: 50px;
  width: calc(100% - 100px);
  animation: flipInX 600ms;
}
.navbar .social li a {
  text-decoration: none;
  width: 35px;
  height: 35px;
  margin: 0px 1px;
  display: block;
  line-height: 22px;
  padding: 8px 12px;
  border-radius: 100%;
  font-family: "Montserrat", sans-serif;
  color: #6c6c6c;
  text-align: center;
}
.navbar .social li a:hover, .navbar .social li a:focus, .navbar .social li a:active {
  background: #94486c;
  background: -moz-linear-gradient(top, #94486c 0%, #c997c3 53%, #c493b8 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #94486c 0%, #c997c3 53%, #c493b8 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #94486c 0%, #c997c3 53%, #c493b8 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#94486c', endColorstr='#c493b8', GradientType=0);
  /* IE6-9 */
  color: #fff;
}

/* theme css / blog page */
.blog-list-wrapper {
  margin: 10px;
}
.blog-list-wrapper .blog-single-item {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.blog-list-wrapper .blog-single-item .content-head {
  margin-bottom: 35px;
}
.blog-list-wrapper .blog-single-item .content-head p {
  margin: 0;
}
.blog-list-wrapper .blog-single-item .content-head h2 {
  margin: 0px;
  display: inline-block;
  color: #6c6c6c;
  transition: all 300ms;
}
.blog-list-wrapper .blog-single-item .content-head h2 a {
  color: #6c6c6c;
}
.blog-list-wrapper .blog-single-item .content-head h2 a:hover, .blog-list-wrapper .blog-single-item .content-head h2 a:focus, .blog-list-wrapper .blog-single-item .content-head h2 a:active {
  color: #FF62AE;
  text-decoration: none;
}
.blog-list-wrapper .blog-single-item .content-body {
  margin: 20px 0px;
}
.blog-list-wrapper .blog-single-item .content-body img {
  margin: 15px 0px;
}
.blog-list-wrapper .blog-single-item .content-body a img:hover, .blog-list-wrapper .blog-single-item .content-body a img:active, .blog-list-wrapper .blog-single-item .content-body a img:focus {
  opacity: 0.9;
}
.blog-list-wrapper .blog-single-item .content-body .read-more-link {
  margin: 40px 0px;
}
.blog-list-wrapper .blog-single-item .content-footer {
  padding: 5px 0px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.blog-list-wrapper .blog-single-item .content-footer p {
  margin: 0px;
  color: #6c6c6c;
}
.blog-list-wrapper .blog-single-item .content-footer p a {
  color: #6c6c6c;
}
.blog-list-wrapper .blog-single-item .content-footer p a:hover, .blog-list-wrapper .blog-single-item .content-footer p a:focus, .blog-list-wrapper .blog-single-item .content-footer p a:active {
  color: #FF62AE;
}
.blog-list-wrapper .blog-single-item .content-footer p span {
  padding: 0px 10px;
}
.blog-list-wrapper .blog-single-item .content-footer p span.date, .blog-list-wrapper .blog-single-item .content-footer p span.comment {
  border-right: 1px solid #6c6c6c;
}
.blog-list-wrapper .blog-single-item .tags {
  text-transform: uppercase;
  color: #FF62AE;
}
.blog-list-wrapper .blog-single-item .tags a {
  color: #6c6c6c;
}

/* theme css / page css  */
.page-wrapper {
  margin: 10px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.page-wrapper .content-head {
  margin-bottom: 35px;
}
.page-wrapper .content-head h2 {
  margin: 0px;
  display: inline-block;
  color: #6c6c6c;
  transition: all 300ms;
}
.page-wrapper .content-body {
  margin: 20px 0px;
}
.page-wrapper .content-body img {
  margin: 15px 0px;
}

/* theme css / sidebar  */
.sidebar {
  margin: 10px;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
}
.sidebar .widget {
  margin-bottom: 20px;
}
.sidebar .widget ul {
  margin: 0;
  padding: 0;
}
.sidebar .widget ul li {
  list-style: none;
  display: block;
  margin: 5px 0px;
}
.sidebar .widget ul li a {
  text-decoration: none;
  display: block;
  color: #6c6c6c;
  padding-left: 10px;
}
.sidebar .widget ul li a:before {
  content: '\f105';
  font-family: fontawesome;
  float: left;
  margin-right: 10px;
  color: #6c6c6c;
}
.sidebar .widget ul li a:hover, .sidebar .widget ul li a:focus, .sidebar .widget ul li a:active, .sidebar .widget ul li a:hover:before, .sidebar .widget ul li a:focus:before, .sidebar .widget ul li a:active:before {
  color: #FF62AE;
}

/* theme css / footer  */
footer .footer-top {
  background: #313131;
  color: #959595;
  padding: 50px 0px;
}
footer .footer-top h2, footer .footer-top h3, footer .footer-top h4 {
  color: #fff;
}
footer .footer-top .widget {
  padding: 15px;
  margin-bottom: 20px;
  overflow: hidden;
}
footer .footer-top .widget h3 {
  color: #979797;
}
footer .footer-top .widget .social {
  margin: 0;
  padding: 0;
}
footer .footer-top .widget .social li {
  list-style: none;
  float: left;
  display: inline-block;
  margin: 3px;
}
footer .footer-top .widget .social li a {
  text-decoration: none;
  width: 40px;
  height: 40px;
  display: block;
  line-height: 22px;
  text-align: center;
  color: #979797;
  background: #3B3B3B;
  padding: 10px;
  border-radius: 100%;
}
footer .footer-top .widget .social li a:hover, footer .footer-top .widget .social li a:focus, footer .footer-top .widget .social li a:active {
  background: #1cddbb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1cddbb 0%, #0eb1d7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1cddbb 0%, #0eb1d7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1cddbb 0%, #0eb1d7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1cddbb', endColorstr='#0eb1d7', GradientType=0);
  /* IE6-9 */
  color: #fff;
}
footer .footer-top .widget ul {
  margin: 0;
  padding: 0;
}
footer .footer-top .widget ul li {
  list-style: none;
  display: block;
  margin: 5px 0px;
}
footer .footer-top .widget ul li a {
  text-decoration: none;
  display: block;
  color: #6c6c6c;
}
footer .footer-top .widget ul li a:hover, footer .footer-top .widget ul li a:focus, footer .footer-top .widget ul li a:active {
  color: #FF62AE;
}
footer .footer-bottom {
  padding: 20px 0px;
  background: #2C2C2C;
  color: #959595;
}
footer .footer-bottom p {
  margin: 0;
}

/* theme css / media queries  */
@media only screen and (max-width: 767px) {
  .navbar .social {
    width: 100%;
    text-align: center;
  }
  .navbar .social li {
    float: none !important;
  }
  .navbar .navbar-brand img {
    width: auto;
    height: 48px !important;
  }
}

/*# sourceMappingURL=main.css.map */
