/*
 * Theme Name: Pivigo
 * Author: Pivigo
 * Version: 1.0.0
*/

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #5d7e88;
	font-size: 16px;
	line-height: 28px;
}

/* Normalize 
======================*/
a {
	color: #00afe4;
	text-decoration: none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
a:focus, a:hover, a:active, a:visited {
	outline: 0;
	text-decoration: none;
}
p {
	margin-bottom: 30px;
}

@media (min-width: 1280px) {
  .container {
    width: 1260px;
  }
}

.form-control {
  background-color: transparent;
  border: 0px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
       -o-transition: none;
          transition: none;
}
.form-control:focus {
  border-color: #5d7e88;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Button */
.btn-primary {
  color: #fff;
  min-width: 120px;
  background-color: #00afe4;
  border-color: #00afe4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #792c78;
  border-color: #792c78;
}
.btn-primary:hover {
  color: #fff;
  background-color: #792c78;
  border-color: #792c78;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #792c78;
  border-color: #792c78;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, 
.btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, 
.btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #792c78;
  border-color: #792c78;
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
  background-color: #792c78;
  border-color: #792c78;
}
.btn-primary .badge {
  color: #792c78;
}

/* Header 
======================*/
.site-header:before {
	content:'';
	display: block;
	position:absolute;
	top:0;
	left:0;
	right: 0;
	width:100%;
	height:100%;
	background:#843380;
	background:linear-gradient(to top right, #92278a 25%, #2c86c9 65%);
	background:-webkit-linear-gradient(to top right, #92278a 25%, #2c86c9 65%);
	background:-o-linear-gradient(to top right, #92278a 25%, #2c86c9 65%);
	background:-moz-linear-gradient(to top right, #92278a 25%, #2c86c9 65%);
	color:#2c86c9;
	opacity:0.85;
	z-index:0;
}
.site-header {
	color: #fff;
	position: relative;
	min-height: 300px;
	margin-bottom: 35px;
	background-image: url(../images/video.jpg);
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size:cover;
}
.header-title {
	position: relative;
	font-size: 50px;
	font-weight: 700;
	margin-top: 200px;
	margin-bottom: 20px;
	/*text-transform: uppercase;*/
	text-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}

/* Navbar */
.navbar-default .navbar-brand {
  height: inherit;
}
.navbar-custom {
	background-color: #fff;
	-webkit-transition: padding 0.3s;
	-moz-transition: padding 0.3s;
	transition: padding 0.3s;
	border: none;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-custom.affix .navbar-nav > li > a {
  color: #5d7e88;
}
.navbar-custom.affix .navbar-nav > li > a:hover,
.navbar-custom.affix .navbar-nav > li > a:focus {
  color: #92278a;
  background-color: transparent;
}
.navbar-default.affix .navbar-nav > .active > a,
.navbar-default.affix .navbar-nav > .active > a:hover,
.navbar-default.affix .navbar-nav > .active > a:focus {
  color: #92278a;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-width: 0px;
  margin-top: 25px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #5d7e88;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-toggle .icon-bar {
  width: 28px;
}

@media (min-width: 768px) {
  .navbar-custom {
    padding: 35px 0;
	background-color: transparent;
  }
  .navbar-custom.affix {
    padding: 15px 0;
	background-color: #fff;
  }
  .navbar-default .navbar-brand {
	  padding-top: 0px;
	  padding-bottom: 0px;
	}
  .admin-bar .navbar-fixed-top {
	top: 31px;
  }
  .navbar-custom .navbar-brand > .logo-sticky,
  .navbar-custom.affix .navbar-brand > .logo-light {
	display: none;
  }
  .navbar-custom.affix .navbar-brand > .logo-sticky {
	display: block;
 }

}
@media (max-width: 767px) {
	.navbar-brand > .logo-light {
		display: none
	}
	.navbar-default .navbar-nav > li > a {
  		color: #fff; 
	}
	.navbar-default .navbar-nav > li > a:hover, 
	.navbar-default .navbar-nav > li > a:focus
	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus {
	  color: #92278a;
	}
	.navbar-custom .navbar-collapse {
		background-color: #863993;
		background: linear-gradient(to top right, #00afe4, #853891 90%);
		background: -webkit-linear-gradient(to top right, #00afe4, #853891 90%);
		background: -o-linear-gradient(to top right, #00afe4, #853891 90%);
		background: -moz-linear-gradient(to top right, #00afe4, #853891 90%);
	}
}

/* Content
======================*/
.gradient-green-yellow:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: -moz-linear-gradient(68deg, rgba(0,175,228,0.57) 0%, rgba(255,221,73,0.57) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,221,73,0.57)), color-stop(100%, rgba(0,175,228,0.57))); /* safari4+,chrome */
	background: -webkit-linear-gradient(68deg, rgba(0,175,228,0.57) 0%, rgba(255,221,73,0.57) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(68deg, rgba(0,175,228,0.57) 0%, rgba(255,221,73,0.57) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(68deg, rgba(0,175,228,0.57) 0%, rgba(255,221,73,0.57) 100%); /* ie10+ */
	background: linear-gradient(22deg, rgba(0,175,228,0.57) 0%, rgba(255,221,73,0.57) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd49', endColorstr='#00afe4',GradientType=0 ); /* ie6-9 */
}

.gradient-green-yellow {
	position: relative;
	display: block;
}
.blog-item {
	position: relative;
}
.blog-item .entry-header {
	position: absolute;
	width: 80%;
	left: 0;
	bottom: 0;
	z-index: 3;
	margin: -20px auto 0;
	display: block;
	padding: 20px 20px;
	background-color: #ffffff;
}
.blog-item .entry-header span {
	font-size: 14px;
	font-weight: 700;
}
.blog-item .entry-header .entry-title {
	font-size: 18px;
	line-height: 36px;
	margin-top: 5px;
	margin-bottom: 0px;
}
.blog-item .entry-meta {
	margin-bottom: 0px;
}
.blog-item .cat-links {
	display: none;
}

@media (min-width: 1200px) {
	.blog-item .entry-header .entry-title {
		font-size: 24px;
	}
}

/* =Post styling
----------------------------------------------- */
.page-header {
    margin-top: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.page-title {
	font-size: 30px;
	margin-bottom: 40px;
}
.search .page-title,
.archive .page-title {
	font-size: 20px;
	font-weight: 600;
}
.entry-meta a {
    font-size: 13px;
    color: #5d7e88;
}
.single .entry-meta {
    margin-bottom: 20px;
}
footer.entry-meta {
    margin-bottom: 0;
}

.entry-meta .fa {
    font-size: 14px;
    margin-right: 3px;
}
.entry-meta span {
    margin-right: 10px;
}
.entry-title {
    color: #5d7e88;
    margin-bottom: 30px;
}
.page .entry-title {
    margin-bottom: 30px;
}
.search .entry-title {
	margin-top: 0px;
    margin-bottom: 20px;
}
.entry-title a {
    color: #5d7e88;
}
.single-category {
    margin: 0;
    padding: 0;
}

/* Pagination */
.paging-navigation, .post-navigation {
    margin-top: 50px;
    text-transform: uppercase;
}
.post-navigation a, .paging-navigation a {
    font-size: 12px;
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.post-navigation a:hover, .paging-navigation a:hover {
    text-decoration: none;
}
.post-navigation .nav-previous, .paging-navigation .nav-previous {
    float: left;
}
.post-navigation .nav-next, .paging-navigation .nav-next {
    float: right;
    text-align: right;
}

/* Widget
======================*/
.widget-title {
	font-weight: 600;
}

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
    height: 40px;
}
.widget input[type="text"], .widget input[type="email"], .widget input[type="tel"], .widget input[type="url"], .widget input[type="password"], .widget input[type="search"], .widget textarea, .widget select {
    padding: 5px 10px;
    width: 95%;
	border: 1px solid #5d7e88;
}

/* Search widget */
.widget_search .search-submit {
    display: none;
}
.widget ul li {
    list-style: none;
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.widget ul {
    padding: 0;
    line-height: 18px;
    font-size: 14px;
}
.widget ul.nav.nav-tabs {
    padding: 0;
}
.widget-area .widget {
    margin-bottom: 50px;
    overflow: hidden;
}
.widget-area .widget:last-child {
    margin-bottom: 0px;
}
.tab-content ul li {
    list-style: none;
}
.widget-area .widget> h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 0;
    color: #5d7e88;
}
.widget-area .widget-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.widget-area .widget-title:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    width: 60px;
    background: #00afe4;
}
.widget ul ul {
    padding: 10px;
}
.widget #social ul li {
    border-bottom: 0;
}
.not-found-widget {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .widget-area {
        clear: both;
    }
}

ul.children, ul.children li {
    border: 0;
    margin: 0;
}

/* Custom Category Widget */
.cats-widget ul li span {
    float: right;
}

/* Recent Post widgets */
.recent-posts-wrapper .post {
    float: left;
    clear: both;
    margin-bottom: 20px;
}
.recent-posts-wrapper .post .post-image {
    width: 80px;
    height: 80px;
    float: left;
    display: block;
    background-color: #DADADA;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.recent-posts-wrapper .post .post-image img:hover {
    opacity: 0.6 !important;
}
.recent-posts-wrapper .post .post-content {
    margin-left: 100px;
}
.widget .post-content> span {
    display: block;
}
.widget-area .widget .post-content a {
    font-style: italic;
    font-size: 16px;
	line-height: 18px;
	display: inline-block;
}
.widget .post-content span {
    font-size: 12px;
}

/* Footer 
======================*/
.site-footer {
	color: #5d7e88;
	margin: 30px 0 0;
	padding: 60px 0 30px;
	background-color: #f2f2f2;
}
.site-footer a {
	color: #5d7e88;
	font-weight: 600;
	display: block;
	padding: 8px 0;
}
.site-footer .widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 20px;
}
.site-info {
	color: #5d7e88;
	font-size: 12px;
	padding: 25px 0 0;
}
.site-info a {
	display: inline-block
}
.site-footer ul {
	padding: 0;
	list-style: none;
}
.site-footer ul li {
	display: block;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* Social Links */
.site-footer ul.social-links {
	margin: 40px 0 0;
	display: block;
}
.site-footer ul.social-links li {
	display: inline-block;
	margin: 0 15px 0 0;
}
.site-footer ul.social-links li a{
	display: block;
	font-size: 28px;
	color: #5d7e88;
}
.site-footer ul.social-links li a:hover{
	color: #91268e;
}

/* Newsletter */
#mc_embed_signup {
	position: relative;
}
#mc_embed_signup_scroll {
	display: block;
	max-width: 280px;
}
#mc-embedded-subscribe {
	padding: 5px 15px 5px 20px;
	border-radius: 5px;
	background-color: #00afe4;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	margin-top: 20px;
}
#mc-embedded-subscribe:hover {
	background-color: #792c78;
	color: #fff;
}
.mc-field-group{
	float: left;
	width: 100%;
}
#mc_embed_signup div.mce_inline_error {
	background-color: #f9a963!important;
	font-size: 12px!important;
	color: #fff!important;
	line-height: 12px!important;
	font-weight: 400!important;
}
#mc_embed_signup input.mce_inline_error {
    border-color: #fff!important;
}
#mce-success-response.response {
	color: #fff!important;
	font-size: 12px!important;
	background-color: #12b382!important;
	padding: 10px 20px!important;
	margin-top: 30px;
}
.form-inline .form-group {
    height: 55px!important;
}
.site-footer input.form-control {
	color: #5d7e88;
	font-size: 16px;
	border: 0;
	border-bottom: 1px solid #5d7e88;
}
.site-footer input.form-control:focus {
	border-bottom: 2px solid #5d7e88;
}