/* --------------------------------- */
/* Css Styles                        */
/*---------------------------------- */

/**
	Rize - Portfolio Template
	Author : Tavonline
	Copyright 2018


/* Table of Content
==================================================

	1. BODY & CORE CSS
	2. HEADER & FULL MENU
    3. HOME SECTION
    4. ABOUT SECTION
    5. WHAT WE DO SECTION
    6. BLOG SECTION
    7. CONTACT SECTION
    8. RESPOMSIVE


/*------------------------ 1 BODY & CORE CSS ------------------------*/


body{
	font-family: 'Poppins', sans-serif;
	min-width: 320px;
}

p{
    font-size: 15px;
    line-height: 30px;
}

/*preloader */
.loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    top: 0;
}

.loader {
    height: 1px;
    background-color: #000;
    position: absolute;
    z-index: 9999;
}

/* Margins */

.top_15{
    margin-top: 15px;
}

.top_30{
    margin-top: 30px;
}

.top_45{
    margin-top: 45px;
}

.top_60{
    margin-top: 60px;
}

.top_90{
    margin-top: 90px;
}

.top_120{
    margin-top: 120px;
}

.padding_30{
   padding: 30px 0;
}

.padding_45{
   padding: 45px 0;
}

.padding_60{
   padding: 60px 0;
}

.padding_90{
   padding: 90px 0;
}

.padding_120{
   padding: 120px 0;
}

.bottom_15{
    margin-bottom: 15px;
}

.bottom_30{
    margin-bottom: 30px;
}

.bottom_45{
    margin-bottom: 45px;
}

.bottom_60{
    margin-bottom: 60px;
}

.bottom_90{
    margin-bottom: 90px;
}

.bottom_120{
    margin-bottom: 120px;
}

.padbot_15{
    padding-bottom: 15px;
}

.padbot_30{
    padding-bottom: 30px;
}

.padbot_45{
    padding-bottom: 45px;
}

.padbot_60{
    padding-bottom: 60px;
}

.padbot_120{
    padding-bottom: 120px;
}

.site-btn{
    background: #000;
    display: inline-block;
    color: #fff !important;
    padding:12px 40px;
    font-size: 13px;
    cursor: pointer;
    transition: padding ease 0.3s;
    -webkit-transition: padding ease 0.3s;
}

.site-btn:hover{
    padding:12px 50px;
    transition: padding ease 0.3s;
    -webkit-transition: padding ease 0.3s;
}


/*------------------------ 2 HEADER & FULL MENU ------------------------*/

header {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 20px;
    z-index: 3;
}

header.fixed{
    z-index: 1;
}

header.fixed-top .container {
	width: 100%;
}

header.fixed .nav-icon span {
    background: #000;
}

.verytop .logo img {
	max-width: 200px;
}

header .logo{
    float: left;
}

header .logo img {
	max-width: 100px;
}

header nav{
     line-height: 90px;
}

header .navbar{
      display: inline-block;
}

.nav-icon {
    width: 26px;
    height: 18px;
    position: relative;
    float: right;
    cursor: pointer;
    margin-top: 10px;
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ffffff;
    transition: width ease 0.3s;
    -webkit-transition: width ease 0.3s;
}

.nav-icon span:nth-child(2) {
    top:7px;
}

.nav-icon span:nth-child(3) {
    top:14px;
    right: 0;
    width: 60%;
}

.nav-icon:hover span{
    width: 100%;
    transition: width ease 0.3s;
    -webkit-transition: width ease 0.3s;
}

header {
    z-index: 100 !important;
		display:none;
    background: #fff;
    padding: 0 15px;
    -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.10);
}

header nav{
    float: right;
}

header nav ul li{
    float: left;
}

header nav ul li a{
    margin-right: 12px;
    color: #000;
    font-size: 15px;
}

header nav ul li:last-child a{
    margin-right: 0px;
}

header nav ul li a.active{
    color: #9a9a9a;
}


.nav-icon {
    display: none;
}

 .verytop {
	display: inline-block;
	width: 100%;
	background: transparent;
	position: absolute;
	top: 0;
	padding: 20px;
	z-index: 3;
}

/*------------------------ 3 HOME SECTION ------------------------*/


.home{
	background: url("../images/bella-photography-colorado-springs.jpg") top center;
	background-size: cover;
	width: 100%;
	min-height: 475px;
	position: relative;
    display: table;
    z-index: 1;
}

.home:before{
    content: '';
     background: rgba(0, 0, 0, 0.28);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.relative{
    position: relative;
}

.home.video:before{
     background: rgba(0, 0, 0, 0.70);
}


.home-slider{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}

.slider{
    background: none !important;
}


.home .home-content{
    position: relative;
    z-index: 4;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.home .home-content h1 {
    font-weight: bold;
    font-size: 90px;
    color: #fff;
    letter-spacing: -1px;
     margin-top: -90px;
}

.home .home-content p {
    font-size: 17px;
    color: #fff;
    line-height: 33px;
}

.home .home-down{
        position: absolute;
    bottom: 0;
    margin-bottom: 90px;
    color: #fff;
    font-size: 26px;
}

.bounce {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

.social a:hover i{
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.social a:hover{
    opacity: 1;
}

.social a {
    cursor: pointer;
    opacity: 0.8;
    color: rgb(255, 255, 255);
    font-size: 30px;
    margin: 0px 10px;
    transition: all 0.3s ease;
}

.left-svg{
    position: absolute;
    bottom: 0;
    left: 0;
    background: none;
    z-index: 99;
}

.right-svg{
    position: absolute;
    bottom: 0;
    right: 0 !important;
    background: none;
    z-index: 99;
    left: auto;
}

.left-svg path, .right-svg path {
    fill: #fff;
    stroke: #fff;
    stroke-width: 5;
}

.white-bg .left-svg path, .white-bg .right-svg path {
    stroke: #f2f2f2;
    fill: #f2f2f2;
}

.gray-bg{
    background: #f2f2f2;
}

section{
    position: relative;
    z-index: 0;
    padding-top: 60px;
}

section.home{
    padding: 0;
}

.line{
    height: 1px;
    opacity: .5;
    background: -moz-linear-gradient(45deg, rgba(252,43,0,1) 0%, rgba(89,61,213,1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(252,43,0,1)), color-stop(100%, rgba(89,61,213,1)));
    background: -webkit-linear-gradient(45deg, rgba(252,43,0,1) 0%, rgba(89,61,213,1) 100%);
    background: -o-linear-gradient(45deg, rgba(252,43,0,1) 0%, rgba(89,61,213,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(252,43,0,1) 0%, rgba(89,61,213,1) 100%);
    background: linear-gradient(45deg, rgba(252,43,0,1) 0%, rgba(89,61,213,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#593dd5', endColorstr='#fc2b00',GradientType=1 );
}

#line-scroll{
    display: block;
}

.line-scroll {
    width: 2px;
    height: 80px;
    left: 50%;
    bottom: 0;
    margin-left: -1px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    margin-bottom: 90px;
}

.line-scroll .line {
    opacity: .8;
    top: auto;
    z-index: 11;
    display: block;
    position: absolute;
    left: 50%;
    width: 1px;
    height: 80px;
    margin-left: -1px;
    background: rgba(255,255,255,1);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%);
    background-size: 100% 200%;
    background-position: 0 -60px;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    background-size: 100% 200%;
    background-position: 0 -80px;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.line-scroll .line.active {
    -webkit-animation: line-scroll 2.5s ease-in-out forwards infinite;
    animation: line-scroll 2.5s ease-in-out forwards infinite;
}

@-webkit-keyframes line-scroll {
  0% {
   background-position: 0 -80px
  }
   80% {
   background-position: 0 0
  }
   100% {
   background-position: 0 80px
  }

}


@keyframes line-scroll {
   0% {
   background-position: 0 -80px
  }
   80% {
   background-position: 0 0
  }
   100% {
   background-position: 0 80px
  }
}


/*------------------------ 4 ABOUT SECTION ------------------------*/

.section-title {
    text-align: center;
    padding: 120px 0 60px 0;
    position: relative;
}

.about .section-title,
.portfolio .section-title {
    padding: 60px 0;
}

.section-title .title {
   font-family: 'BebasNeueRegular';
   font-weight: normal;
   font-style: normal;
   font-size: 40px;
   position: relative;
   display: inline-block;
}


.section-title .number{
    font-family: 'BebasNeueRegular';
    font-weight: normal;
    font-style: normal;
    position: absolute;
    font-size: 82px;
    color: #dfdfdf;
    z-index: -1;
    top: 0;
    margin-top: -35px;
    left: 50%;
    margin-left: -26px;
    letter-spacing: -2px;
}

.about .image{
     padding-bottom: 70px;
     background: #f3f3f3;
}

.about .image img{
    width: 100%;
    box-shadow: 0 0 85px 0 rgba(0,0,0,.14);
    -webkit-box-shadow: 0 0 85px 0 rgba(0, 0, 0, 0.28);
    margin-top: -15%;
    margin-left: calc(15% - 15px);
}

.about .text p{
    color: #748182;
	margin-bottom: 1em;
}

.about .text ul {
	margin-bottom: 1em;
}

.about .text ul li {
	color: #748182;
	margin-left: 2em;
}


/*------------------------ 5 WHAT WE DO SECTION ------------------------*/


.gray-bg .section-title .title .number{
    color: #d2d2d2;
}

.whatwedo .service i {
    font-size: 40px;
}

.whatwedo .service .title {
    font-weight: 500;
    color: #000;
    font-size: 16px;
}

.whatwedo .service p {
    line-height: 22px;
    font-size: 14.5px;
    color: #a0a0a0;
    margin-bottom: 0;
    margin-top: 15px;
}

img.whatwedo-img,
.single_item img {
    width: 100%;
    transition: all ease 0.3s;
}

.popup-youtube i {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    background: rgba(0, 0, 0, 0.66);
    padding: 28px 29px;
    color: #fff;
    margin: -31px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.popup-youtube {
    position: relative;
}

.single_item {
    margin-bottom: 30px;
}

.select-cat{
    color: #000 !important;
}

.portfolio_filter{
    margin-top: 15px;
}

.portfolio_filter ul{
    margin: auto;
    display: inline-block;
}

.portfolio_filter ul li{
    font-size: 14.5px;
    color: #979797;
    float: left;
    margin-right: 15px;
    list-style: none;
    cursor: pointer;

}


/*------------------------ 6 BLOG SECTION ------------------------*/

.blog {
    transform: translateY(5px);
    transition: all ease 0.3s;
}

.blog:hover {
    text-decoration: none;
    transform: translateY(0);
    transition: all ease 0.3s;
}

.blog .image img{
    width: 100%;
}

.blog span{
    font-size: 11px;
    color: #979797;
    font-weight: 600;
    margin-top: 15px;
    display: block;
}

.blog .title{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 6px 0 10px;
    color: #000;
}

.blog .date{
    color: #acacac;
    font-size: 11px;
}

.blogs .site-btn{
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    display: table;
}

/* Single Blog */

.widget-title{
   font-family: 'BebasNeueRegular';
   font-weight: normal;
   font-style: normal;
   font-size: 23px;
}

.recent-post .title{
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.recent-post ul li{
    list-style: none;
}

.recent-post ul li a{
    border-bottom:1px solid #dfdfdf;
    width: 100%;
    display: block;
    padding: 15px 0;
    transition: all ease 0.3s;
}

.recent-post ul li:last-child a{
    border:none;
}

.recent-post ul li a:hover{
    opacity: .7;
    transition: all ease 0.3s;
}


.recent-post ul li span{
    color: #b8b8b8;
    font-size: 12px;
}

.categories ul li{
    list-style: none;
}

.categories ul li a{
    color: #000;
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #dfdfdf;
    display: block;
    transition: all ease 0.3s;
}

.categories ul li:last-child a{
    border:none;
}

.categories ul li a:hover{
    opacity: .7;
    transition: all ease 0.3s;
}

.blog-image img{
    width: 100%;
}

.blog-content h1.title{
    font-size: 35px;
    font-weight: bold;
    line-height: 45px;
    letter-spacing: -1px;
}

.blog-content blockquote{
    font-size: 25px;
    font-weight: 600;
    background: #f2f2f2;
    padding: 45px;
}





/*------------------------ 7 CONTACT SECTION ------------------------*/

.contact .social a{
    color: #000;
}

.contact .information a{
    color: #000;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
}

.form-group {
	margin-bottom: 15px;
}

.form-inp {
    width: 100%;
    height: 45px;
    border: 0;
    color: #000;
    border-bottom: solid 1px #dfdfdf;
    font-size: 13px;
    padding-left: 10px;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
}

.contact-form textarea {
    width: 100%;
    border: 0;
    border-bottom: solid 1px #dfdfdf;
    font-size: 13px;
    padding: 20px 0 0 10px;
    height: 119px;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

.contact-form #msgSubmit {
	margin-top: 20px;
}

footer{
    background: #000;
    padding: 60px 0;
}

footer p{
    color: #b6b6b6;
    font-size: 13px;
     line-height: 26px;
}

.last-section .left-svg path, .last-section .right-svg path {
    stroke: #000;
    fill: #000;
}



/*------------------------ 8 RESPONSIVE ------------------------*/

@media (max-width: 1024px){

    .home .home-content h1 {
        font-size: 80px;
    }
}


@media (max-width: 991px) {

     .home .home-content h1 {
        font-size: 70px;
    }

    .home .home-content p.top_30{
        margin-top: 15px;
    }

    .about .image img {
        margin: 0;
    }

    .about .image {
        background: none;
    }

    .about .row.bottom_60.top_90{
        margin-top: 0px;
    }

    .right-menu {
        width: 40%;
    }

    .right-menu nav ul li a {
        font-size: 26px;
        line-height: 48px;
    }


}

@media (max-width: 830px) {

    header nav ul li{
        float: none;
        width: 100%;
        text-align: center;
        height: 45px;
        border-top: 1px solid #f7f7f7;
        line-height: 45px;
    }

    header nav{
        margin-top: 40px;
        display: none;
        float: none;
        width: 100%;
    }

    header .navbar{
        display: inline-block;
        width: 100%;
    }

    .nav-icon {
        float: right;
        display: block;
    }

}

@media (max-width: 768px) {

    .home .home-content h1 {
        font-size: 60px;
    }

    .home .home-content p {
        font-size: 16px;
        line-height: 29px;
    }

    .home .home-content p.top_30 {
        margin-top: 10px;
    }

    header.fixed {
        background: #fff;
        border-bottom: 1px solid #eaeaea;
    }

    .right-menu {
        width: 50%;
    }

    br {
        display: none;
    }

    .blog-content blockquote {
        margin:30px 0;
    }

    .sidebar{
        margin-top: 90px;
    }

}

/*@media (max-width: 640px) {
	.verytop .logo img {
		max-width: 100px;
	}
}*/

@media (max-width: 481px) {

/*	.verytop {
	 display: inline-block;
	 width: 100%;
	 background: transparent;
	 position: relative;
	 padding: 20px;
	 z-index: 3;
	 margin: 0 auto;
 } */

	/*.verytop .logo img {
		max-width: 50px;
	}*/

    .home .home-content h1 {
        font-size: 36px;
    }

    .home .home-content p {
        font-size: 14px;
        line-height: 25px;
    }

    .whatwedo .service p {
        padding: 0;
    }

    .service{
        margin-bottom: 45px;
    }

    .blog{
        margin-bottom: 45px;
    }

    .right-menu{
        width: 74%;
    }

    .right-menu nav ul li a {
        font-size: 24px;
        line-height: 44px;
    }

    .right-menu {
        padding: 30px 30px 30px 30px;
    }

    .left-svg, .right-svg{
        height: 40px;
    }

    .whatwedo.padbot_120{
        padding-bottom: 30px;
    }

    .blog-content h1.title {
        font-size: 28px;
        line-height: 43px;
    }

    .blog-content blockquote {
        font-size: 23px;
        padding: 30px;
    }

    /*.portfolio_filter ul li {
        float: none;
        line-height: 40px;
        margin-right: 0;
    }*/

    .home .home-content {
        padding: 15px;
    }

}
