/*
* lila - Multi-purpose Responsive One Page Template
* Build Date: DECEMBER 2016
* Author: Mohamed Hamato
* Copyright (C) 2016 Mohamed Hamato
*/
/* ------------------------------------- */
/* TABLE OF CONTENTS
/* -------------------------------------

    2. GENERAL
    3. HEADER
    4. HERO SECTIONS
    5. ICON BOXES
    6. PROJECTS SECTION (PORTFOLIO)
    7. COUNTER  SECTION
	8. TEAM SECTION
	9. EXPERT& SKILLS  SECTION
	10. Testimonial SECTION
	11. PRICE SECTION
	12. BLOG  SECTION
	13. Contact Section
	14. FOOTER
	15. Page Title
	------------------------------------- */

/*  ----------------------------------------------------
2. GENERAL
-------------------------------------------------------- */

html {
    font-size: 100%;
}
@media all and (max-width: 768px) {
    html {
        font-size: 85%;
    }
}


body {
    font-size: 14px;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    color: #3e3e3e;
}
img,figure{
    max-width: 100% ;
    height: auto;

}


.text_big{
    font-size: 56px;
    font-weight: 900;
}
.archive-description{
    font-weight: 600;
    margin-top: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6
 {
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    font-weight: 600;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    margin-bottom: 0;

}


h1{font-size:36px;  line-height: 45px;}
h2{font-size: 32px;  line-height: 45px;}
h3{font-size: 28px; line-height: 35px;}
h4{font-size: 24px; line-height: 35px;}
h5{font-size: 18px; line-height: 32px;}
h6{font-size: 14px; line-height: 25px;}
p { font-size: 14px; line-height: 25px;}


@media all and (max-width: 767px) {
    h1{font-size:28px;}
    h2{font-size: 26px;}
    h3{font-size: 22px;}
    h4{font-size: 16px;}
    h5{font-size: 14px;}
    h6{font-size: 12px;}
    p { font-size: 12px;}
}



a{
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #333333;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #141414;
}



.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border: solid 1px #f5f5f5;
    border-left: 5px solid #0099ff;
}

@media all and (max-width: 767px) {
    .text-center-xs {
        text-align: center;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-right-xs {
        text-align: right;
    }
}



/*colors - background */
.bg-light{
    background-color: #FFFFFF;
}
.bg-gray {
    background-color: #f8f8f8;
}

.bg-dark {
    background-color: #222328;
}

.color_light {
    background: #FFFFFF;
}

.color_dark {
    background: #222328;
}
.color_river {
    background: #3498DB;
}



.bg-facebook {
    background-color: #3b5998 !important;
}

.bg-twitter {
    background-color: #00aced !important;
}

.bg-linkedin {
    background-color: #007bb6 !important;
}

.bg-googleplus {
    background-color: #dd4b39 !important;
}



.opacity-4{
    opacity: 0.4 !important;

}
.opacity-5{
    opacity: 0.5 !important;

}
.opacity-6{
    opacity: 0.6 !important;

}
.opacity-7{
     opacity: 0.7 !important;

 }
.opacity-8{
      opacity: 0.8 !important;

  }
.opacity-9{
       opacity: 0.9 !important;

   }


/*buttons */
.btn{
    display: inline-block;
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    padding: 6px 15px;
    text-align: center;
    cursor: pointer;
    background-image: none;
    text-shadow: none;
    font-weight: 400 !important;
    letter-spacing: 0;
    min-width: 110px;
    margin: 5px;
    border-radius: 0;
    text-transform: capitalize;
}


.btn_blue{
    background-color: #9cc54b !important;
    color: #e7e7e7 !important;
}
.btn_blue:hover{
    background-color: #FFFFFF !important;
    color: #779737 !important;
    box-shadow: 0 0 1px rgba(133, 133, 133, 0.44);
}


.btn_blue_black{
    background-color: #0099ff !important;
    color: #e7e7e7 !important;
}
.btn_blue_black:hover{
    background-color: #333 !important;
    color: #FFFFFF !important;
}


.btn_black_blue{
    background-color: #333 !important;
    color: #FFFFFF !important;
}
.btn_black_blue:hover{

    background-color: #0099ff !important;
    color: #e7e7e7 !important;
}



/*padding */
.pt150{
    padding-top: 150px;
}
.pt80{
    padding-top: 80px;
}
.pt50{
    padding-top: 50px;
}
.pt25{
    padding-top: 25px;
}
.pt10{
    padding-top: 10px;
}
.pb120{
    padding-bottom: 120px;
}
.pb80{
    padding-bottom: 80px;
}
.pb70{
    padding-bottom: 70px;
}
.pb50{
    padding-bottom: 50px;
}
.pb25{
    padding-bottom: 25px;
}
.pb10{
    padding-bottom: 10px;
}

/*margin */

.mt80{
    margin-top: 80px;
}
.mt50{
    margin-top: 50px;
}
.mt25{
    margin-top: 25px;
}
.mt10{
    margin-top: 10px;
}
.mb80{
    margin-bottom: 80px;
}
.mb50{
    margin-bottom: 50px;
}
.mb25{
    margin-bottom: 25px;
}
.mb10{
    margin-bottom: 10px;
}


.mr0{
    margin-right: 0 !important;
}
.ml0{
    margin-left: 0 !important;
}

/*tables*/
table {
    border: 1px solid #eaeaea;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    width: 100%;
    margin: 10px;
}

caption,
th{
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: solid 1px #ddd;
    padding: 10px;
    border-right: solid 1px #ddd;
    text-align: left;
}
td{
    font-weight: normal;
    text-transform: capitalize;
    border-bottom: solid 1px #ddd;
    padding: 10px;
    border-right: solid 1px #ddd;
    text-align: left;
}

caption {
    font-size: 16px;
    margin: 20px 0;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}
del {
    color: #333;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

.no_result{
    text-align: center;
    padding: 0;
    font-size: 24px;
    font-weight: 600;
}
.no_result_inner{
    padding: 200px 0;
}
.notfound_form label{
     width: 100%;
     text-align: center;
     margin-top: 25px;
 }
 .notfound_form input{
    min-height: 40px;
    border: solid 1px #ddd;
    border-radius: 4px;
    padding: 7px;
}

/*section general */
.section_title{
    text-align: center;
}
.section_title i{
    color: #0099ff;
    font-size: 36PX;
    margin-bottom: 20PX;
}
.section_title h6{
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 0;
}
.section_title h3{
    margin-top: 10px;
    font-weight: 500;
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
}
.title_desc{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

@media all and (max-width: 767px) {
    .section_title h3{
        margin-top: 10px;
        font-weight: 500;
        font-size: 24px;
        font-family: 'Roboto', sans-serif;
    }
}

/* === LOADER === */


#loading{
    background-color: #f6f6f6;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0;
    top: 0;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    -webkit-animation: loading-center-absolute 1s infinite;
    animation: loading-center-absolute 1s infinite;

}
.object{
    width: 20px;
    height: 20px;
    background-color: #34495e;
    float: left;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    margin-right: 20px;
    margin-bottom: 20px;
}
.object:nth-child(2n+0) {
    margin-right: 0;

}
#object_one{
    -webkit-animation: object_one 1s infinite;
    animation: object_one 1s infinite;
}
#object_two{
    -webkit-animation: object_two 1s infinite;
    animation: object_two 1s infinite;
}
#object_three{
    -webkit-animation: object_three 1s infinite;
    animation: object_three 1s infinite;
}
#object_four{
    -webkit-animation: object_four 1s infinite;
    animation: object_four 1s infinite;
}

@-webkit-keyframes loading-center-absolute{
    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}
@keyframes loading-center-absolute{
    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}




@-webkit-keyframes object_one{
    50% {
        -ms-transform: translate(20px,20px);
        -webkit-transform: translate(20px,20px);
        transform: translate(20px,20px);
    }
}
@keyframes object_one{
    50% {
        -ms-transform: translate(20px,20px);
        -webkit-transform: translate(20px,20px);
        transform: translate(20px,20px);
    }
}


@-webkit-keyframes object_two{
    50% {
        -ms-transform: translate(-20px,20px);
        -webkit-transform: translate(-20px,20px);
        transform: translate(-20px,20px);
    }
}
@keyframes object_two{
    50% {
        -ms-transform: translate(-20px,20px);
        -webkit-transform: translate(-20px,20px);
        transform: translate(-20px,20px);
    }
}



@-webkit-keyframes object_three{
    50% {
        -ms-transform: translate(20px,-20px);
        -webkit-transform: translate(20px,-20px);
        transform: translate(20px,-20px);
    }
}
@keyframes object_three{
    50% {
        -ms-transform: translate(20px,-20px);
        -webkit-transform: translate(20px,-20px);
        transform: translate(20px,-20px);
    }
}



@-webkit-keyframes object_four{
    50% {
        -ms-transform: translate(-20px,-20px);
        -webkit-transform: translate(-20px,-20px);
        transform: translate(-20px,-20px);
    }
}
@keyframes object_four{
    50% {
        -ms-transform: translate(-20px,-20px);
        -webkit-transform: translate(-20px,-20px);
        transform: translate(-20px,-20px);
    }
}


/*  ----------------------------------------------------
3. HEADER
-------------------------------------------------------- */

.header{
    background-color: #253238;
    width: 100%;
    min-height: 60px;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sticky_header.header,.header_inner.header , .home.blog .header {
    background-color: #FFFFFF;
    width: 100%;
    box-shadow: 0 0 42px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 42px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 42px 0 rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 0 42px 0 rgba(0, 0, 0, 0.08);
    min-height: 60px;
    padding-top: 0;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header .logo.text_logo{
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    padding: 20px 15px;
    text-shadow: none;
    font-weight: 700;
    height: 100%;
    color: #333;
}

.header .logo{
    padding: 5px;
    height: 100%;
}
.header.sticky_header .logo.text_logo,.header.header_inner .logo.text_logo{
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    padding: 20px 15px;
    color: #343434;
    text-shadow: none;
    font-weight: 800;
    height: 100%;
}

.header .navbar-nav li a {
    color: #FFFFFF;
    font-size: 13px;
    background-color: transparent !important;
    padding: 20px 15px;
    margin: 0 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.header .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #0099ff;
}

.header.sticky_header .navbar-nav li a ,.header.header_inner .navbar-nav li a , .home.blog .header .navbar-nav li a   {
    color: #656565;
    font-size: 13px;
    background-color: transparent !important;
    padding: 20px 15px;
    margin: 0 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.header.sticky_header .navbar-nav li a:hover ,.header.sticky_header .navbar-nav li.active a,.header.header_inner .navbar-nav li a:hover ,.header.header_inner .navbar-nav li.active a  , .home.blog .header .navbar-nav li a:hover  {
    color: #0099ff;
}

.mobile_menu_btn{
    border: solid 1px #1299d5;
    padding: 12px;
    margin-top: 10px;
}
.mobile_menu_btn span {
    background-color: #0099ff;
}

.admin-bar .header {
    top: 46px;
}


.header ul.navbar-nav  ul { /* this targets all sub menus */
    display: none;
    background: #fff;
    border: 1px solid #efefef;
    position: absolute;
    min-width: 175px;
    list-style: none;
    box-shadow: 0 4px 6px #ddd;
    padding: 0;
    top: 100%;
    z-index: 99999;
}

.header ul.navbar-nav ul li { /* this targets all submenu items */
    position: relative;
    float: none; /* overwriting our float up above */
    width: 100%; /* set to the width you want your sub menus to be. This needs to match the value we set below */
}
.header  ul.navbar-nav ul li a ,.header.sticky_header  ul.navbar-nav ul li a , .header.header_inner ul.navbar-nav ul li a  { /* target all sub menu item links */
    padding: 5px 10px; /* give our sub menu links a nice button feel */
    display: block;
    width: 100%;
    color: #333;
}
.header ul.navbar-nav li:hover > ul {
    display: block;
    background: #fff;
    border: 1px solid #efefef;
    position: absolute;
    min-width: 200px;
    list-style: none;
    box-shadow: 0 4px 6px #ddd;
    padding: 0;
    z-index: 99999;
}

.header ul.navbar-nav ul li ul {
    top: 0; /* this ensures the sub menu starts in line with its parent item */
    left: 200px;
}


 .home.blog .header ul.navbar-nav ul li  a   {
    color: #656565;
    font-size: 13px;
    background-color: transparent !important;
    padding: 5px 15px;
    margin: 0 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
    display: block;
}
.menu-item-has-children a:after{
    content: "\f0d7";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 4px 0px 0px 5px;
    text-decoration: none;
    font-size: 15px;
    color: #333;
    padding: 0;
}
.menu-item-has-children .sub-menu li.menu-item-has-children a:after{
    content: "\f0da";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 4px 0px 0px 5px;
    text-decoration: none;
    font-size: 15px;
    color: #333;
    padding: 0;
}

.menu-item-has-children .sub-menu li a:after, .menu-item-has-children .sub-menu li.menu-item-has-children ul a:after{
    content: "";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 4px 0px 0px 5px;
}







@media (max-width:992px) and (min-width:768px) {
.header .navbar-nav li a {
    color: #FFFFFF;
    font-size: 12px;
    background-color: transparent !important;
    padding: 20px 6px;
    margin: 0 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0px;
}
    .header.sticky_header .navbar-nav li a ,.header.header_inner .navbar-nav li a , .home.blog .header .navbar-nav li a   {
        color: #656565;
        font-size: 12px;
        background-color: transparent !important;
        padding: 20px 6px;
        margin: 0 5px;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        text-transform: capitalize;
        letter-spacing: 0px;
    }
}
@media screen and (min-width: 783px) {
    .admin-bar .header {
        top: 32px;
    }
}
@media (max-width:768px) {
    .header, .header.sticky_header {
        background-color: #FFFFFF;
        width: 100%;
        box-shadow: 0 0 42px 0 rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0 0 42px 0 rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0 0 42px 0 rgba(0, 0, 0, 0.08);
        -o-box-shadow: 0 0 42px 0 rgba(0, 0, 0, 0.08);
        min-height: 60px;
        padding-top: 0;
        webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .header .logo{
        padding: 5px;
        height: 100%;
    }
    .header.sticky_header .logo.text_logo,.header.header_inner .logo.text_logo{
        font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
        font-size: 30px;
        text-transform: uppercase;
        padding: 20px 15px;
        color: #343434;
        text-shadow: none;
        font-weight: 800;
        height: 100%;
    }

    .navbar-fixed-top .navbar-collapse {
        max-height: 100vh;
        overflow: hidden;
    }

    .header_menu {
        float: none !important;
    }
    .header .navbar-nav li a {
        color: #656565;
        font-size: 13px;
        background-color: transparent !important;
        padding: 20px 15px;
        margin: 0 5px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        text-transform: capitalize;
        display: inline-block;
        width: 100%;
        letter-spacing: 1px;
    }
    .header .navbar-nav li a:hover, .navbar-nav li.active a {
        color: #0099ff;
    }

    .header ul.navbar-nav ul li ul {
        top: 0;
        left: 0;
    }
    .header ul.navbar-nav li:hover > ul {
        display: block;
        background: #fff;
        border: 1px solid #efefef;
        position: absolute;
        min-width: 200px;
        width: 100%;
        list-style: none;
        box-shadow: 0 4px 6px #ddd;
        padding: 0;
        z-index: 99999;
    }
}


/*  ----------------------------------------------------
4. HERO SECTIONS
-------------------------------------------------------- */
.bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.38);
}

.bg-overlay-gradients{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.7;
    background: #fc00ff; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #fc00ff , #00dbde); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #fc00ff , #00dbde); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.video-btn{
    margin-left: 0;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 14px;
    color: #fff !important;
    outline: 0 !important;
    padding: 6px 9px;
}

.video-btn i{
    display: inline-block;
    font-size: 20px;
    padding-top: 1px;
    padding-left: 5px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    color: #0099ff;
    border-radius: 50%;
    margin-right: 5px;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.video-btn:hover i{
    color: #FFFFFF;
    background-color:rgba(122, 122, 122, 0.67);
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.hero_parallax{
    position: relative;
    display: table;
    width: 100%;
}

.hero_parallax_inner{
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

/*hero intro full screen */

.hero_full_screen{
    height: 100vh;
    min-height: 500px;
    max-height: 900px;
}

.hero h1 {
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 400;

}
.hero p{
    line-height: 22px;
    color: #ffffff;
    letter-spacing: 1px;
    margin: 30px auto;
    text-transform: capitalize;
    font-weight: 400;
    max-width: 800px;
}

/*hero intro half screen */
.hero_half_screen{
    position: relative;
}





/*slider-hero */
.home_intro_carousel{
    height: 100vh;
}
.fullscreen-slider{
    height: 100vh;
    max-height: 700px;
    min-height: 500px;
    width: 100%;
    display: block;
    background-color: rgba(48, 48, 48, 100);

}
.slide-bg-image{
    position: relative;
    display: table;
    width: 100%;
}
.slide-bg-image{
    background-size: cover;
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
}
.hero_slider_inner{
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
}
.hero_slider_inner h1 {
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 400;

}
.hero_slider_inner p{
    line-height: 22px;
    color: #ffffff;
    letter-spacing: 1px;
    margin: 30px auto;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    max-width: 800px;
}
.fullscreen-slider .owl-pagination{
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
    width: 100%;
    right: 0;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #000000;
}
.owl-theme .owl-controls  .owl-buttons .owl-prev {
    left: 0;
    top: 48%;
    position: absolute;
    background-color: #000;
    border-radius: 0;
    height: 50px;
    width: 40px;
    text-align: center;
    padding: 12px 12px 0 0;
    font-size: 24px;
    margin: 0;
    border-top-right-radius: 127px;
    border-bottom-right-radius: 128px;
}
.owl-theme .owl-controls  .owl-buttons .owl-next {
    right: 0;
    top: 48%;
    position: absolute;
    background-color: #000;
    border-radius: 0;
    height: 50px;
    width: 40px;
    text-align: center;
    padding: 12px 0 0 12px;
    font-size: 24px;
    margin: 0;
    border-top-left-radius: 127px;
    border-bottom-left-radius: 128px;
}
/*  ----------------------------------------------------
5. ICON BOXES
-------------------------------------------------------- */

.icon_box_one{
    background-color: #ffffff;
    border: 1px solid rgba(238, 238, 238, 0.65);
    text-align: center;
    padding: 35px 25px 20px;
    margin-top: 30px;
    border-radius: 2px;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.icon_box_one:hover {
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.06);
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.icon_box_one i{
    font-size: 42px;
    color: #000000;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.icon_box_one h5{
    color: #343434;
    margin-top: 15px;
    text-transform: capitalize;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.icon_box_one p {
    min-height: 75px;
}
.icon_box_one:hover i,.icon_box_one:hover h5{
    color: #0099ff;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



/*icon box two */

.icon_box_two{
    text-align: center;
    padding: 35px 10px;
    margin-top: 30px;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.icon_box_two i {
    font-size: 42px;
    color: #0099ff;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



/*  ----------------------------------------------------
6. PROJECTS SECTION (PORTFOLIO)
-------------------------------------------------------- */
.portfolio-categories{
    float: none;
    text-align: center;
    position: relative;
    display: block;
    margin-bottom: 30px;
    padding: 0;
}
.portfolio-categories li{
    float: none;
    text-align: center;
    display: inline-block;
    color: #9d9d9d;
    padding: 10px;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    font-family:'Roboto', sans-serif;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.portfolio-categories li:hover ,.portfolio-categories li.active{
    color: #000;
    background-color: transparent;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.row.filtr-container{
    margin: 0;
    min-height: 500px;
    display: block;
    position: relative;
}
.filtr-container .filtr-item{
   margin: 0;
    padding: 0;
    overflow: hidden;
    display: block;
}
.project_box{
    background-color: #fafafa;
    border: solid 1px #eee;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.project_box img{
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.6s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.product_info{
    position: absolute;
    opacity: 0;
    top: 0;
    padding: 15px;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.89);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    text-align: center;

}
.product_info_text{
    margin-top: 60%;
    -webkit-transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);

}
.product_info h4{
    font-size: 18px;
    padding: 0;
    line-height: 0;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.product_info p{
    margin: 0 0 25px 0;
    font-size: 13px;
    line-height: 24px;
    color: #0099ff;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    overflow-wrap: break-word;

}

.project_box:hover .product_info{
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}
.project_box:hover .product_info_text{
    -webkit-transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -webkit-transform: translateY(-99px);
    -moz-transform: translateY(-99px);
    transform: translateY(-99px);
}


/*  ----------------------------------------------------
7. COUNTER  SECTION
-------------------------------------------------------- */
.counter_section{
    position: relative;
    width: 100%;
    min-height: 350px;
    background-attachment: fixed;
    background-position: bottom center;
    background-size: cover;
    display: table;
    vertical-align: middle;
}
.counter_section_inner {
    display: table-cell;
    vertical-align: middle;
    background-color: rgba(35, 35, 35, 0.47);
}
.counter_box{
    color: #ffffff;
    margin: 25px auto 15px;
}
.counter_icon{
    font-size: 48px;
    color: #ffffff;
}
.counter_number{
    color: #0099ff;
    font-size: 38px;
    margin: 20px 0;
    font-weight: 400;
    font-family: 'Varela Round', Helvetica, Arial, sans-serif;
}
.counter_name{
    font-size: 14px;
    font-weight: 400;
}
@media all and (max-width: 400px) {
    .counter_name{
        font-size: 12px;
        font-weight: 400;
    }
    .counter_box{
        min-height: 200px;
    }
}
/*  ----------------------------------------------------
8. TEAM SECTION
-------------------------------------------------------- */

.team_carousel{
position: relative;
}

.team_item{
    padding: 15px;
}
@media all and (max-width: 767px) {
    .team_item{
        padding: 0;
    }
}
.team_box{
    background-color: #ffffff;
    border: 1px solid rgba(244, 244, 244, 0.100);
    text-align: center;
    padding: 30px;
    margin-top: 30px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team_box:hover{
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team_box img{
    height: 125px;
    margin-bottom: 15px;
}
.team_box p{
    margin-top: 15px;
    color: #333;
}
.team_social{
    list-style: none;
    text-align: center;
    position: relative;
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
.team_social li{
    display: inline-block;
    float: none;
}
.team_social li a {
    display: block;
    height: 35px;
    width: 35px;
    color: #ffffff !important;
    line-height: 37px;
    text-align: center;
    text-decoration: none !important;
    border-radius: 3px;
    margin: 3px;
    opacity: 0.8;
}
.team_social li a:hover{
    opacity: 1;
}


/*  ----------------------------------------------------
9. EXPERT& SKILLS  SECTION
-------------------------------------------------------- */


.expert_text{
    margin-top: 25px;
    margin-bottom: 25px;
}
.progress {
    height: 5px;
    margin-bottom: 25px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar{
    height: 100%;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    background-color: #0099ff;
}
.skill_text{
    margin-bottom: 5px;
}
.skill_text span{
    color: #202020;
}
.skill_text span.skill_bar{
    color: #0099ff;
}

/*  ----------------------------------------------------
10. Testimonial SECTION
-------------------------------------------------------- */
.testmonial_section{
    position: relative;
    width: 100%;
    min-height: 350px;
    background-attachment: fixed;
    background-position: bottom center;
    background-size: cover;
}
.testmonial_section_inner {
    display: block;
    vertical-align: middle;
    min-height: 350px;
    background-color: rgba(35, 35, 35, 0.47);
}


.testimonial_carousel{
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.item{
    padding: 0 15px;
}
@media all and (max-width: 767px) {
    .item{
        padding: 0;
    }
}
.testimonial-box i{
    color: #ffffff;
    font-size: 48px;
}
.testimonial-box h5{
    font-size: 16px;
    line-height: 30px;
    color: #e3e3e3;
    font-weight: 400;
}
.testimonial-box img{
    height: 80px;
    margin: 10px 0;
}
.testimonial-box h6{
    font-size: 16px;
    color: #b9b9b9;
}
.text-warning{
    color: #dda219;
}


/*  ----------------------------------------------------
11. PRICE SECTION
-------------------------------------------------------- */
.price_box{
    background-color: #ffffff;
    border: 1px solid rgba(244, 244, 244, 0.100);
    text-align: center;
    padding: 30px;
    position: relative;
    margin-top: 30px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.price_box:hover,.price_box.active{
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.price_header{
    border-bottom: solid 1px #eeeeee;
    margin-bottom: 10px;
    padding: 10px 0;
}
.plan-name{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 13px;
    color: #000;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.price_box:hover .plan-name,.price_box.active .plan-name{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 13px;
    color: #0099ff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.plan-price{
    font-size: 56px;
    padding: 25px 0 20px;
}
.plan-price sup{
    font-size: 30px;
    font-weight: 200;
    margin-right: 5px;
}
.plan-month{
    color: #000000;
    font-size: 14px;
    text-transform: capitalize;
}
.plan-options{
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

.plan-options li{
    padding: 7px 15px;
    list-style: none;
    font-size: 13px;
    color: #999;
    text-transform: capitalize;
}


/*  ----------------------------------------------------
12. BLOG  SECTION
-------------------------------------------------------- */


.blog_carousel{
    position: relative;
}

.blog_item{
    padding: 15px;
}
@media all and (max-width: 767px) {
    .blog_item{
        padding: 0;
    }
}
.blog_box{
    background-color: #f8f8f8;
    border: 1px solid rgba(238, 238, 238, 0.5);
    text-align: center;
    padding: 0;
    margin-top: 30px;

    position: relative;
    margin-bottom: 10px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.blog_box:hover{
    box-shadow: 0px 8px 42px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 8px 42px 0px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 8px 42px 0px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0px 8px 42px 0px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.blog_box h5{
    margin-top: 20px;
    font-weight: 600;
    color: #343434;
}
.blog_img{
overflow: hidden;
}
.blog_box img{
    width: 100%;
}
.blog_box img{
    webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    width: 100%;
    max-height: 235px;
    height: 100%;

}
.blog_box:hover img {
    transform: scale(1.1);
}

.blog_footer_btn {
    display: inline-block;
    padding: 10px;
}




.pagination{
    text-align: center;
    margin:10px 0;
}
.pagination>*{
    font-size: 14px;
    padding: 0 15px;
    line-height: 38px;
    margin: 10px 1px;
    border: 1px solid #e3e3e3;
    color: #7c7c7c;
    display: inline-block;
}
.pagination .current,
html:not(.touch) .pagination *:hover,
.pagination.page_links>span{
    color:#fff;
}
.breadcrumb{
    background-color: transparent;
}
.post {
    margin: 50px 0;
    border: solid 1px #f7f5f5;
    padding: 25px;
    background-color: #fdfdfd;
    border-radius: 2px;
}
.post.sticky{
    border: solid 1px #1f99ff;
    padding: 25px;
    background-color: #fdfdfd;
    border-radius: 2px;
    position: relative;
}
.post.sticky:after {
    content: "\f02e";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
    top: -3px;
    position: absolute;
    right: 15px;
    font-size: 24px;
    color: #0099ff;
}

.post-content {
    padding: 30px 0 0 0;
}
.post-title {
    font-size: 23px;
    margin-bottom: 10px;
}
.post-password-form input[type="password"]{
    border: solid 1px #ddd;
    min-height: 40px;
    border-radius: 2px;
}
.post-password-form input[type="submit"]{
    min-height: 40px;
    border: solid 1px #0099ff;
    font-size: 14px;
    text-transform: capitalize;
    color: #ffffff;
    background-color: #0099ff;
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    padding: 6px 15px;
    text-align: center;
    cursor: pointer;
    background-image: none;
    text-shadow: none;
    font-weight: 400 !important;
    letter-spacing: 0;
    min-width: 110px;
    border-radius: 0;
}
.post-password-form p{
    margin: 25px 0;
}

.post-edit-link{
    color: #0099ff;
    font-weight: 600;
    font-size: 16px;
}
.post-edit-link span{
    color: #555;
    font-size: 13px;
    font-weight: 500;
    padding: 0 5px;

}
/*comments */

.comments_title{
    text-align: center;
}
.comments_title:after {
    content: "";
    display: block;
    width: 60px;
    border-bottom: 2px solid #0099ff;
    margin: 20px auto 25px;
    z-index: 1;
    position: relative;
}
.comment {
    position: relative;
}
.comment-respond small a{
    color: rgb(255, 5, 0);
    padding: 10px;
    font-weight: 600;
    letter-spacing: 0px;
}
.comment-avatar {
    position: relative;
    max-width: 70px;
    margin: 5px 0 0;
    float: left;
    z-index: 1;
}
.comment-reply-link{
    color: #0099ff;
    font-size: 14px;
    text-transform: capitalize;
}

.comment-author {
    position: relative;
    max-width: 90px;
    margin: 5px 0 0;
    float: left;
    z-index: 1;
    font-size: 14px;
}

.comment-author:after {
    position: absolute;
    background: #f5f5f5;
    content: "";
    height: 2px;
    width: 20px;
    top: 34px;
    left: 70px;
    z-index: -1;
}

.comment-author img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.comment-content {
    position: relative;
    background: #f5f5f5;
    border-radius: 2px;
    margin: 0 0 35px 120px;
    padding: 30px;
}

.comment-meta {
    font-size: 12px;
    opacity: 0.7;
}
.reply{
    display: none;
}
.logged-in-as a{
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
}

.comment-form{
    margin-bottom: 50px;
}
.comment-metadata{
    position: absolute;
    right: 0;
    left: auto;
    z-index: 9999;
    top: -20px;
}
.comment-form .form-control {
    margin-top: 20px;
    height: 40px;
    width: 100%;
    outline-left: #000 1px solid;
    color: #262727;
    font-size: 13px;
    border-radius: 25px;
    background-color: #f6f6f6;
    border: solid 1px #ddd;
    box-shadow: 0 0 0 !important;
    padding: 15px;
    text-transform: capitalize;
    font-weight: 500;
}
.comment-form textarea.form-control {
    margin-top: 20px;
    padding:20px;
    border-radius: 1px;
    border: none;
    min-height: 240px;
    width: 100%;
    resize: vertical;
    color: #756f6f;
    font-size: 13px;
    background-color: #f6f6f6;
}
.form-submit .submit{
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: 20px;
    display: block;
    background-color: #0099ff;
    color: #fff;
    border: solid 1px #dddddd;
    padding: 7px 25px;
    border-radius: 25px;
}


/*  ----------------------------------------------------
13. Contact Section
-------------------------------------------------------- */


#map iframe{
    width: 100%;
    height: 350px;
    border-top: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
}

.contact-form{
    padding: 25px 10px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
@media all and (max-width: 767px) {
    .contact-form{
        padding: 25px 2px;
    }
}
.contact-form .input-group-addon{
    background: #ffffff;
    border: 1px solid #fafafa;
    border-radius: 0;
    font-size: 18px;
    height: 40px;
    font-weight: 800;
    color: #000000;
    border-right: 0;
}
.contact-form  .form-control{
    background: #ffffff;
    border-radius: 0;
    border: 1px solid rgba(238, 238, 238, 0.65);
    min-height: 40px;
    box-shadow: 0 0 0;
    border-left: 0;
}
.contact-form textarea.form-control{
    background: #ffffff;
    border-radius: 0;
    border: 1px solid rgba(238, 238, 238, 0.65);
    min-height: 150px;
    box-shadow: 0 0 0;
}

.contact-form  .submit_btn{
    display: block;
    width: 100%;
    text-align: center;
    max-width: 250px;
    margin: 10px auto;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.contact-form  .submit_btn:hover{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.contact-info-box{
    margin: 25px 0 50px;
}

.contact-info-box i{
    font-size: 46px;
    color: #000;
}
.contact-info-box h4{
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 10px;
}
.contact-info-box h5{
    margin: 5px 0 0;
    font-size: 13px;
    line-height: 25px;
}

/*  ----------------------------------------------------
14. fOOTER
-------------------------------------------------------- */
.footer_about h4{
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    font-size: 30px;
    text-transform: capitalize;
    padding: 5px;
    color: #f5f5f5;
    text-shadow: none;
    margin-bottom: 15px;
    margin-top:15px;
    font-weight: 800;
}
.footer_about p{
    color: #eee;
}

.footer_social{
    list-style: none;
    width: 100%;
    padding: 0;
}
.footer_social li{
    display: inline-block;
    float: none;
}
.footer_social li a {
    display: block;
    height: 35px;
    width: 35px;
    color: #ffffff !important;
    line-height: 37px;
    text-align: center;
    text-decoration: none !important;
    border-radius: 3px;
    margin: 3px;
    opacity: 0.8;
}
.footer_social li a:hover{
    opacity: 1;
}
.footer_social_p{
    color: #c9c9c9;
    font-size: 14px;
}
.footer_header{
    color: #ffffff;
    font-size: 16px;
    margin: 22px 0 5px;
    position: relative;
}
.footer_header:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 70%;
    border-bottom: 2px solid #404040;

}
.footer_header:after {
    content: "";
    display: block;
    width: 35px;
    border-bottom: 2px solid #9cc54b;
    margin: 20px auto 25px 0;
    z-index: 1;
    position: relative;
}

.footer-list li a{
    color: #979fa6;
}
.footer-list li a:hover,.footer-list li a:focus{
    color: #c8d3dc;
}
.copy-rights{
    text-align: center;
    margin: 0;
    color: #9d9d9d;
}
footer address{
    line-height: 27px;
    font-size: 13px;
    color: #ccc;
    margin-top: 10px;
    background-image: url("../img/map.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}
footer address strong{
    text-transform: capitalize;
    font-weight: 500;
    color: #ffffff;
}
.footer_author{
    color: #999;
    width: 100%;
    display: block;
    background-color: #1d1e20;
    padding: 15px 0 10px;
}
.footer_author p{
    margin: 0;
    padding: 0;
    font-size: 12px;
}




.blog-post-wrapper{
    position:relative;
    margin:0 auto;
    width:100%;
    padding-top:70px;
    padding-bottom:70px;
}
.blog-post-wrapper article {margin-bottom: 20px;}
.thevideo > iframe {
    max-width: 100%;
    height: auto;
}

.blog-post{
    position: relative;
    margin: 0 auto;
    width: calc(100% - 60px);
    background: #f8f8f8;
    padding: 20px;
    box-sizing: border-box;
    border: solid 1px #ececec;
    border-radius: 3px;
    max-width: 990px;
}
.blog-post .item img{
    width: 100%;
    height:auto;
    display:block;
}
.blog-text-wrap{
    position:relative;
    margin:0 auto;
    width:100%;
    padding-top:30px;
}
.blog-text-wrap:after {
    content: '';
    display: block;
    clear: both;
}
.blog-text-wrap img{
    float:left;
    width:70px;
    height:70px;
    border-radius:50%;
}
.blog-text-name{
    text-align: left;
    margin-left: 90px;
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 0;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 0;
}
.blog-text-name a{
    color: #0099ff;
}
.blog-text-name:hover{
    opacity:.7;
}
.blog-text-wrap h3{
    text-align: left;
    margin-left: 90px;
    margin-top: 10px;
    margin-bottom: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.blog-text-wrap h3:hover{
    opacity:.8;
}
.blog-text-wrap h3 a {color: #414141;}
.blog-text-date{
    text-align: left;
    margin-left: 90px;
    font-size: 12px;
    line-height: 14px;
    color: #696666;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 1px;
}
.blog-text-wrap p{
    text-align:left;
    font-size: 16px;
    font-weight:300;
    margin-top: 0 !important;
    padding: 0;
}
.blog-text-wrap p span{
    font-family: 'FontAwesome';
    margin-left:10px;
    line-height:20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.blog-text-wrap p span:hover{
    color:#323232;
}
.blog_readmore{
    color: #0099ff;
    text-transform: capitalize;
    font-size: 14px;
    margin-top: 15px;
    display: block;
    padding: 0;
    font-weight: 700;
}
.readmore_text {
    padding-right:5px;
    line-height: 24px;
    float: left;
}
.qu-post .blog-text-date{
    padding-bottom:0;
}
.qu-post .blog-text-wrap{
    padding-top:0;
}

.sticky .blog-text-wrap p {
    background: #F2F2F2;
    padding: 20px;
}
.sticky .blog-text-wrap p a {
    background: none repeat scroll 0 0 #1a1a1a;
    display: block;
    padding: 5px 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    margin-top: 15px;
}
.sticky .blog-text-wrap p a:hover {background: #cfa144;}
.sticky .blog-text-wrap p a:hover span {color: #1a1a1a;}
.pagination {
    position: relative;
    text-align: center;
    padding: 20px 0 20px;
}
.page-numbers {
    list-style: none;
    font-size: 12px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    float: none;
    text-align: center;
    width: 100%;
}
.page-numbers li{ display:inline-block; }
.page-numbers li a{
    display: block;
    float: left;
    padding: 5px 10px;
    margin-right: 7px;
    border: 1px solid #efefef;
    color: #000;
    font-size: 13px; }
.page-numbers li span.current {
    display: block;
    float: left;
    padding: 5px 10px;
    margin-right: 7px;
    border: 1px solid #efefef;
    background-color: #f5f5f5;
    color: #0099ff;
    font-size: 18px;
    border-radius: 1px;
}
.page-numbers li span.dots { display:block; float:left; padding:4px 9px; margin-right:7px;  }
#blog-single img {
    height: auto;
    max-width: 100%;
    margin-right: 20px;
}
iframe {
    max-width: 100%;
}

div.wpcf7-validation-errors {
    border: 2px solid #fab4b4;
    margin: 0;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
    margin-bottom: 25px;
}

/*page 404*/
.page_404{
    padding: 25vh 0;
}
.page_404 h1{
    font-size: 100px;
    font-style: italic;
}
.page_404 .content_404{
    max-width: 800px;
    font-size: 17px;
    margin: 50px auto;
}




/*  ----------------------------------------------------
15. Page Title
-------------------------------------------------------- */
.page_title{
    padding: 100px 0;
    margin-top: 60px!important;
}
.page_title h3{
    font-size: 21px;
    letter-spacing: 2px;
    font-weight: 700;

}
/*
Breadcrumb
*/

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
}

.breadcrumb a {
    color: #999999;
    text-transform: capitalize;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
    color: #0099ff;
}

.breadcrumb > li + li:before {
    color: #999999;
    padding: 0 8px;
}

.breadcrumb > .active {
    color: #2a2a2e;
    opacity: 0.9;
}
.pages_link{
    text-align: center;
    margin: 25px auto;
}
.pages_link span{
    border: solid 1px #ddd;
    border-radius: 4px;
    padding: 10px 15px;
    margin: 5px;
    font-size: 20px;
    color: #fff;
    background-color: #333;
}
.pages_link a span{
    border: solid 1px #ddd;
    border-radius: 4px;
    padding: 10px 15px;
    margin: 5px;
    font-size: 20px;
    color: #2196F3;
    background-color: #fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.pages_link a:hover span{
    border: solid 1px #ddd;
    border-radius: 4px;
    padding: 10px 15px;
    margin: 5px;
    font-size: 20px;
    color: #fff;
    background-color: #333;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}



/*blog*/
.small_container{

    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    min-height: 90vh;
}
.single_post {
    margin: 0 0 20px;
}
.single_post .post-preview{
    margin: 0 auto;
    text-align: center;
}
.single_post .post-preview img{
    max-width: 100%;
    height: auto;
    border-radius: 4px ;

}
.single_post .post-title{
    font-size: 21px;
    margin-bottom: 10px;
    text-align: center;
}
.single_post .post-title a{
    font-size: 21px;
    color: #333333;

}

.single_post .post-content {
    padding: 30px 0 0 0;
}

.single_post.format-quote .post-content {
    padding: 30px 25px;
}

/* --- [Post Meta] --- */

.post-meta {
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
    float: none;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.post-meta > li {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 11px;
    color: #999;
}

.post-meta > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
}
.post-meta li a{
    color: #118ee2;
}

 .search-results .post , .search-results article{
    margin: 50px 0;
    border: solid 1px #f7f5f5;
    padding: 25px;
    background-color: #fdfdfd;
    border-radius: 2px;
}
.nav-links .nav-previous,.nav-links .nav-next{
display: inline-block;
}
/* --- [Posts Formats] --- */

.post.format-quote,
.post.format-quote blockquote {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.post.format-quote:hover,
.post.format-quote blockquote:hover {
    opacity: 0.9;
}

.post.format-quote blockquote {
    font-style: normal;
    font-size: 17px;
    padding: 30px 25px;
}

.post.format-quote blockquote footer,
.post.format-quote blockquote small,
.post.format-quote blockquote .small {
    color: #ffffff;
    font-weight: 600;
}

.post.format-quote blockquote footer:before,
.post.format-quote blockquote small:before,
.post.format-quote blockquote .small:before {
    content: none;
}

.post.format-quote blockquote :before {
    font-family: 'FontAwesome';
    font-size: 24px;
    display: block;
    content: "\f10e";
    margin: 0 0 20px;
}

/* --- [Tags] --- */

.tags a {
    background: #f8f8f8;
    display: inline-block;
    border-radius: 2px;
    padding: 8px 12px;
    margin: 0 0 6px;
    font-size: 11px;
    color: #777777;
}

.tags a:hover,
.tags a:focus {
    background: #0099ff;
    color: #ffffff;
}

/* --- [Comments] --- */
.bottom-line {
    position: relative;
    margin-top: 50px;
    text-transform: capitalize !important;
}
.bottom-line:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #eeeeee;
}
.bottom-line:after {
    content: "";
    display: block;
    width: 35px;
    border-bottom: 2px solid #0099ff;
    margin: 20px auto 25px 0;
    z-index: 1;
    position: relative;
}
.comments .bottom-line:after,
.comment-form .bottom-line:after {
    margin-bottom: 35px;
}


.comment:last-child .comment-content {
    margin-bottom: 0;
}

.comment,
.comment-content {
    position: relative;
}

.comment:before,
.comment:after,
.comment-content:before,
.comment-content:after {
    content: " ";
    display: table;
}

.comment:after,
.comment-content:after {
    clear: both;
}

.comment-avatar {
    position: relative;
    max-width: 70px;
    margin: 5px 0 0;
    float: left;
    z-index: 1;
}

.comment-avatar:after {
    position: absolute;
    background: #e6e6e6;
    content: "";
    height: 2px;
    width: 20px;
    top: 34px;
    left: 70px;
    z-index: -1;
}

.comment-avatar img {
    width: 70px;
    height: 70px;
    border-radius: 15%;
}

.comment-content {
    position: relative;
    background: #fdfdfd;
    border: solid 1px #f4f4f4;
    border-radius: 2px;
    margin: 0 0 35px 90px;
    padding: 30px;
}
.pingbacklist{
    padding: 0;
    margin: 0;
}
.pingback{
    position: relative;
    background: #fdfdfd;
    border: solid 1px #f4f4f4;
    border-radius: 2px;
    margin: 0 0 35px 0;
    padding: 30px;
}
.comment-content h5{
    font-size: 18px;
    margin: 0 0 10px;
}
.comment-content h5 a{
    color: #555;
    font-size: 15px;
}
.comment-meta {
    font-size: 12px;
    opacity: 0.7;
}

.comment-content > *:last-child {
    margin-bottom: 0;
}

.comment-tools {
    position: absolute;
    padding: 0 30px;
    z-index: 1;
    top: 15px;
    right: 0;
    font-size: 11px;
}

.navigation{
    text-align: center;
    display: block;
    margin-bottom: 25px;
}

.navigation a{
    padding: 10px 25px;
    background-color: #333;
    color: #ffffff;
    border-radius: 4px;
    margin: 0 10px;
    text-transform: capitalize;

}

@media all and (max-width: 767px) {
    .comment-avatar {
        position: relative;
        max-width: 50px;
        margin: 5px 0 0;
        float: left;
        z-index: 1;
    }

    .comment-avatar:after {
        position: absolute;
        background: #e6e6e6;
        content: "";
        height: 2px;
        width: 16px;
        top: 34px;
        left: 45px;
        z-index: -1;
    }

    .comment-avatar img {
        width: 45px;
        height: 45px;
        border-radius: 15%;
    }

    .comment-content {
        position: relative;
        background: #f7f7f7;
        border: solid 1px #f4f4f4;
        border-radius: 2px;
        margin: 0 0 35px 60px;
        padding: 15px;
    }
    .comment-content h5{
        font-size: 15px;
        margin: 0 0 10px;
    }
    .comment-content h5 a{
        color: #555;
        font-size: 13px;
    }
    .comment-tools {
        position: absolute;
        padding: 0 14px;
        z-index: 1;
        top: 5px;
        right: 0;
        font-size: 9px;
    }
    .comment-content table {
        border: 1px solid #eaeaea;
        border-collapse: collapse;
        border-spacing: 0;
        font-size: 14px;
        line-height: 2;
        width: 100%;
        margin: 10px;
        max-width: 100%;
        margin: 10px 0;
    }
    .comment-content tbody{
        font-size: 50%;
        max-width: 100%;
    }
}



audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}



pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

ul {
    list-style-type: square;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

li > ul,
li > ol {
    margin: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    min-width: inherit;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px; /* Don't cut off the webkit search cancel button */
    width: 270px;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: center;
}

caption {
    font-size: 16px;
    margin: 20px 0;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

del {
    color: #333;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}



/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 16px/1 Genericons;
    vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
    clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
    content: "";
    display: table;
}

/* Assistive text */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
    height: 1px;
    width: 1px;
}

.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-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
}


/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
    max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
    max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
}

/* Images */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

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

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

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

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

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

img.aligncenter {
    margin: 5px auto;
}

img.alignnone {
    margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
    float: right;
}

div.wp-caption.alignright .wp-caption-text {
    padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
    list-style-position: inside;
}





/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
    margin-bottom: 20px;
    margin-left: -4px;
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
    display: table;
    margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
    text-align: center;
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left;
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 2px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    -webkit-transition: opacity 400ms ease;
    transition:         opacity 400ms ease;
    width: 100%;
}

.gallery-caption:before {
    box-shadow: 0 -10px 15px #000 inset;
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */


.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
    box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
    margin-top: 0;
}

.format-aside blockquote {
    font-size: 100%;
    font-weight: normal;
}

.format-aside cite {
    font-size: 100%;
    text-transform: none;
}

.format-aside cite:before {
    content: "\2014";
    margin-right: 5px;
}

/* Audio */

.format-audio .entry-title {
    font-size: 28px;
    font-weight: bold;
}

.format-audio .entry-content:before {
    content: "\f109";
    float: left;
    font-size: 64px;
    position: relative;
    top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
    color: #fbfaf3;
}

.format-audio .audio-content {
    background-size: 4px 4px;
    float: right;
    padding-left: 35px;
    width: 80%;
    width: -webkit-calc(100% - 85px);
    width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
    height: 30px !important; /* Override mediaelement.js style */
    margin: 20px 0;
    max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
    max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */


.format-chat .entry-title {
    font-size: 28px;
    font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
    color: #722d19;
}

.format-chat .entry-meta .date a:before {
    content: "\f108";
    margin-right: 2px;
}

.format-chat .entry-meta .author {
    display: none;
}

.format-chat .chat {
    margin: 0;
}

.format-chat .chat .chat-timestamp {
    color: #722d19;
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin: 5px 10px 0;
}

.format-chat .chat .fn {
    font-style: normal;
}

/* Gallery */


.format-gallery .entry-header {
    margin-bottom: 15px;
}

.format-gallery .entry-title {
    font-size: 50px;
    font-weight: 400;
    margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
    color: #722d19;
}

/* Image */
.format-image .entry-title {
    font-size: 28px;
    font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
    display: none;
}

/* Link */


.blog .format-link:first-of-type,
.single .format-link:first-of-type {
    box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
    margin-bottom: 0;
}

.format-link .entry-title {
    color: #ca3c08;
    display: inline;
    font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
    margin-right: 20px;
}

.format-link .entry-title a {
    color: #bc360a;
}

.format-link div.entry-meta {
    display: inline;
}

/* Standard */
.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
    margin-bottom: 24px;
}

/* Quote */

.format-quote .entry-content,
.format-quote .entry-meta {
    color: #f7f5e7;
}

.format-quote .entry-content blockquote {
    font-size: 28px;
    margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
    color: #e63f2a;
}

.format-quote .entry-content cite a {
    border-bottom: 1px dotted #fff;
    color: #fff;
}

.format-quote .entry-content cite a:hover {
    text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
    display: block;
    font-size: 16px;
}

.format-quote blockquote {
    font-style: italic;
    font-weight: 300;
    padding-left: 75px;
    position: relative;
}

.format-quote blockquote:before {
    content: '\201C';
    font-size: 140px;
    font-weight: 400;
    line-height: .8;
    padding-right: 25px;
    position: absolute;
    left: -15px;
    top: -3px;
}

.format-quote .entry-meta .author {
    display: none;
}



.format-status .entry-content,
.format-status .entry-meta {
    padding-left: 35px;
    position: relative;
}

.format-status .entry-content a {
    color: #eadaa6;
}

.format-status .entry-meta a {
    color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
    padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
    background-size: 4px 4px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 10px;
    top: 0;
    width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
    left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
    display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
    background-position: left top;
}

.format-status .entry-content {
    color: #f7f5e7;
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
    padding-bottom: 30px;
    padding-top: 40px;
    position: relative;
}

.format-status .entry-content p:first-child:before {
    background-color: rgba(0, 0, 0, 0.65);
    content: "";
    height: 3px;
    margin-top: 13px;
    position: absolute;
    left: 4px;
    width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
    left: 64px;
}

.format-status .entry-content p:last-child {
    margin-bottom: 0;
}

.format-status .entry-meta {
    margin-top: 0;
    padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
    content: "\f105";
}

/* Video */


.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
    color: #fbfaf3;
}

.format-video .entry-title {
    font-size: 50px;
    font-weight: 400;
}

.format-video .entry-meta {
    color: #220e10;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
    margin: 0;
    padding: 0;
}

.attachment .entry-header {
    margin-bottom: 0;
    max-width: 1040px;
    padding: 30px 0;
}

.attachment .entry-title {
    display: inline-block;
    float: left;
    font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0;
}

.attachment .entry-title:before {
    content: "\f416";
    font-size: 32px;
    margin-right: 10px;
}

.attachment .entry-meta {
    clear: none;
    color: inherit;
    float: right;
    max-width: 604px;
    padding: 9px 0 0;
    text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
    max-width: 104px;
}

.attachment footer.entry-meta {
    display: none;
}

.attachment-meta:before {
    content: "\f307";
}

.full-size-link a:before {
    content: "\f402";
}

.full-size-link:before {
    content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
    color: #ca3c08;
}

.attachment .entry-content {
    background-color: #fff;
    max-width: 100%;
    padding: 40px 0;
}

.image-navigation {
    margin: 0 auto;
    max-width: 1040px;
    position: relative;
}

.image-navigation a:hover {
    text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
    position: absolute;
    top: 50px;
}

.image-navigation .nav-previous {
    left: 0;
}

.image-navigation .nav-next {
    right: 0;
}

.image-navigation .meta-nav {
    font-size: 32px;
    font-weight: 300;
    vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
    margin: 0 auto;
    max-width: 724px;
    text-align: center;
}

.attachment .entry-attachment .attachment {
    display: inline-block;
}

.attachment .entry-caption {
    text-align: left;
}

.attachment .entry-description {
    margin: 20px auto 0;
    max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
    margin: 0;
}

.attachment .site-main .sidebar-container {
    display: none;
}

.attachment .entry-content .mejs-audio {
    max-width: 400px;
    margin: 0 auto;
}

.attachment .entry-content .wp-video {
    margin: 0 auto;
}

.attachment .entry-content .mejs-container {
    margin-bottom: 24px;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
    background-color: rgba(247, 245, 231, 0.7);
    font-size: 14px;
    -webkit-hyphens: auto;
    -moz-hyphens:    auto;
    -ms-hyphens:     auto;
    hyphens:         auto;
    margin: 0 0 24px;
    padding: 20px;
    word-wrap: break-word;
}

.widget .widget-title {
    font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0 0 10px;
}

.widget ul,
.widget ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widget li {
    padding: 5px 0;
}

.widget .children li:last-child {
    padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
    margin-left: 20px;
}

.widget a {
    color: #bc360a;
}

.widget a:hover {
    color: #ea9629;
}

/* Search widget */
.search-form .search-submit {
    display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
    display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
    color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
    border: 0;
    border-collapse: separate;
    border-spacing: 1px;
}

.widget_calendar caption {
    font-size: 14px;
    margin: 0;
}

.widget_calendar th,
.widget_calendar td {
    padding: 0;
    text-align: center;
}

.widget_calendar a {
    display: block;
}

.widget_calendar a:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
    background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
    background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
    background-color: transparent;
}



/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */




@media (max-width: 767px) {
    .site-header .home-link {
        min-height: 0;
    }
    .site-title {
        font-size: 36px;
        padding: 8px 0 10px;
    }
    .entry-content img.alignleft,
    .entry-content .wp-caption.alignleft {
        margin-left: 0;
    }

    .entry-content img.alignright,
    .entry-content .wp-caption.alignright {
        margin-right: 0;
    }

    .attachment .image-navigation,
    .attachment .entry-attachment .attachment {
        max-width: 604px;
        padding: 0;
        width: 100%;
    }

    .gallery-caption {
        display: none;
    }
}

@media (max-width: 643px) {


    /* Audio */
    .format-audio .entry-content:before {
        display: none;
    }

    .format-audio .audio-content {
        background-image: none;
        float: none;
        padding-left: 0;
        width: auto;
    }
}

/* Mobile devices */
@media (max-width: 359px) {

    .gallery {
        margin-left: 0;
    }

    .gallery .gallery-item,
    .gallery-columns-2.gallery-size-thumbnail .gallery-item {
        max-width: none;
        width: 49%;
        width: -webkit-calc(50% - 4px);
        width:         calc(50% - 4px);
    }

    .gallery-columns-1.gallery-size-medium,
    .gallery-columns-1.gallery-size-thumbnail,
    .gallery-columns-2.gallery-size-thumbnail,
    .gallery-columns-3.gallery-size-thumbnail {
        display: block;
    }

    .gallery-columns-1 .gallery-item,
    .gallery-columns-1.gallery-size-medium .gallery-item,
    .gallery-columns-1.gallery-size-thumbnail .gallery-item {
        text-align: center;
        width: 98%;
        width: -webkit-calc(100% - 4px);
        width:         calc(100% - 4px);
    }

    .gallery-columns-3 .gallery-item:nth-of-type(3n),
    .gallery-columns-5 .gallery-item:nth-of-type(5n),
    .gallery-columns-7 .gallery-item:nth-of-type(7n),
    .gallery-columns-9 .gallery-item:nth-of-type(9n) {
        margin-right: 4px;
    }

    .gallery br {
        display: none;
    }

    .gallery .gallery-item:nth-of-type(even) {
        margin-right: 0;
    }

}

@media (max-width:768px) {
    ul.children{
        padding:0;
    }
}