/*
Theme Name: Hakim
Theme URI: http://hakim.themesawesome.com
Author: Themes Awesome
Author URI: http://www.themesawesome.com
Text Domain: hakim
Description: Lawyer and Attorney WordPress Theme
Tags: custom-colors, custom-menu, featured-images, theme-options
Version: 1.3
License: GNU General Public License V2
License URI: license.txt

---------------------------------------------------------------------------------------
  1.  BASE
  2.  HEADER
        2a. Top Header
        2b. Main Navigation
  3.  CONTENT
        3a. Practice Area
        3b. Team Section
        3c. Case Studies
        3d. Counter Section
        3e. Quick Form Section
        3f. Testimonial Section
        3g. Client Section
  4.  PAGE TEMPLATE
        4a. About Us Page
        4b. Practice Area Page
        4c. Practice Area Single Page
        4d. Case Study Page
        4e. Case Study Single Page
        4f. Contact Page
        4g. Blog Page
        4h. Single Post
        4i. Single Team
        4j. FAQ Page
        4k. Search Page
  5.  SIDEBAR
  6.  FOOTER
-------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*  1. BASE
/*-----------------------------------------------------------------------------------*/

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    height: 100%;
}

body {
    font-family: 'latoregular';
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    font-size: 16px;
    font-size: 1.6rem;
    color: #1c1d21;
    line-height: 30px;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'montserratbold';
    margin-bottom: 20px;
    margin-top: 0;
}

h1 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1;
}

h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
}

h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.11111;
}

h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.125;
}

h5 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.125;
}

h6 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
}

a {
    cursor: pointer;
    outline: none;
    color: #1c1d21;
    text-decoration: none !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:active,
a:focus {
    color: #afafaf;
    text-decoration: none;
    outline: none;
}

button:focus {
    outline: 0;
}

p {
    margin: 0 0 20px;
    color: #777777;
}

table {
    width: 80%;
    margin-bottom: 20px;
}

th,
td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border: 1px solid #ddd;
}

th {
    font-weight: bold;
    border-bottom: 2px solid;
    text-align: center;
}

*::-moz-selection {
    background: #000;
    color: #fff;
}

*::selection {
    background: #000;
    color: #fff;
}

button {
    background-image: none;
    background: transparent;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

blockquote {
    position: relative;
    margin: 2em 0 1em;
    border: 4px solid #edf1fa;
    padding: 25px 20px;
}

blockquote:before {
    content: "\66";
    font-family: "hakim" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    font-size: 30px;
    color: #D2D9E8;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: -25px;
    background: #ffffff;
    padding: 5px;
}

.bypostauthor {
    background: #ffffff;
}

.bypostauthor > .comment .comment-author cite:after {
    content: "post author";
    font-size: 7px;
    font-size: 0.693333rem;
    font-style: italic;
    margin-left: 6px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
    margin-left: 10px;
}

.alignleft {
    float: left;
    margin-right: 10px;
}

img.aligncenter,
img.alignnone {
    margin-bottom: 12px;
}

img.alignleft {
    margin: 12px 24px 12px 0;
    margin: 10px 20px 10px 0;
}

img.alignright {
    margin: 12px 0 12px 24px;
    margin: 10px 0 10px 20px;
}

pre {
    white-space: pre;
    word-wrap: normal;
    overflow-x: scroll;
    line-height: 1.3;
    margin: 1em 0;
}

figure {
    max-width: 100%;
    height: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    font-style: italic;
    line-height: 2;
    color: #757575;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
}

.sticky .post-title:before {
    content: "Featured Post";
    padding: 10px 20px;
    color: #ffffff;
    background-color: #1bc0ea;
    float: right;
    position: relative;
    top: 0;
    z-index: 10;
    right: 0px;
    font-size: 12px;
}

.vertical-center {
    position: relative;
}

/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/*custom base*/

input[type="email"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    outline: 0;
}

::-webkit-input-placeholder {
   color: #afafaf;
   font-style: italic;
   font-size: 14px;
   font-size: 1.4rem;
}

:-moz-placeholder { /* Firefox 18- */
   color: #afafaf;
   font-style: italic;
   font-size: 14px;
   font-size: 1.4rem;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #afafaf;
   font-style: italic;
   font-size: 14px;
   font-size: 1.4rem;  
}

:-ms-input-placeholder {  
   color: #afafaf;
   font-style: italic;
   font-size: 14px;
   font-size: 1.4rem;  
}

.col-xs-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-xs-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-xs-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-xs-15 {
        width: 20%;
        float: left;
    }
}

select {
    width: 100%;
    max-width: 100%;
}

/*button*/

.button,
.button-white,
.button-black {
    font-family: 'montserratbold';
    font-size: 13px;
    font-size: 1.3rem;
    cursor: pointer;
    display: inline-block;
    margin-top: 30px;
    padding: 0 15px;
    line-height: 2.5 !important;
    text-transform: uppercase;
    background-color: transparent;
    color: #1c1d21;
    border: 1px solid #1c1d21;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.button-white {
    background-color: #ffffff;
    color: #1c1d21;
    border: 1px solid #ffffff;
}

.button-black {
    background-color: #1c1d21;
    color: #ffffff;
    border: 1px solid #1c1d21;
}

.button:hover {
    background-color: #1c1d21;
    color: #ffffff;
    border: 1px solid #1c1d21;
}

.button-white:hover {
    background-color: #1c1d21;
    color: #ffffff;
    border: 1px solid #1c1d21;
}

.button-black:hover {
    background-color: #ffffff;
    color: #1c1d21;
    border: 1px solid #ffffff;
}

.not-bold {
    font-weight: normal;
    font-family: 'montserratregular';
    font-size: 11px;
    font-size: 1.1rem;
}

#preloader {
    position: fixed;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

#status {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
}

/*-----------------------------------------------------------------------------------*/
/*  2. HEADER
/*-----------------------------------------------------------------------------------*/

.header-navigation {
    border-bottom: 2px solid #efeff1;
}

/*-----------------------------------------------------------------------------------*/
/*  2a. Top Header
/*-----------------------------------------------------------------------------------*/

.top-header {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}

/* Top Info */

.info {
    margin-top: 20px;
}

.info ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.info ul li {
    float: left;
}

.info ul li:first-child {
    margin-right: 20px;
}

.info ul li i,
.info ul li p,
.info ul li a {
    display: inline-block;
    color: #afafaf;
}

.info ul li i {
    font-size: 20px;
    font-size: 2rem;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.info ul li p {
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
}

/* Logo */

.logo {
    text-align: center;
}

.logo img {
    margin: 0 auto;
}

/* Search */

.search {
    margin-top: 10px;
}

.search form {
    text-align: right;
    position: relative;
}

.search form input {
    border: none;
    border-bottom: 1px solid #afafaf;
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    letter-spacing: 0.05em;
}

.search form button {
    border: none;
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 20px;
    font-size: 2rem;
    color: #afafaf;
}

/*-----------------------------------------------------------------------------------*/
/*  2b. Main Navigation
/*-----------------------------------------------------------------------------------*/

.navigation {
    text-align: center;
    position: relative;
    z-index: 200;
}

#main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1;
}

#main-menu > ul {
    position: relative;
    display: inline-block;
    z-index: 500;
}

#main-menu > ul > li {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
}

#main-menu ul li a {
    display: block;
    text-decoration: none;
}

#main-menu > ul > li > a {
    font-family: 'montserratbold';
    font-size: 14px;
    font-size: 1.4rem;
    padding: 30px 15px;
    color: #1c1d21;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#main-menu > ul > li:hover > a {
    color: #999999;
}

#main-menu ul ul.children,
#main-menu ul ul.child,
#main-menu ul ul.sub-menu {
    position: absolute;
    text-align: left;
    left: -9999px;
    top: 85px;
    opacity: 0;
    -webkit-transition: opacity .3s ease, top .25s ease;
    -moz-transition: opacity .3s ease, top .25s ease;
    -ms-transition: opacity .3s ease, top .25s ease;
    -o-transition: opacity .3s ease, top .25s ease;
    transition: opacity .3s ease, top .25s ease;
    z-index: 1000;
}

#main-menu ul ul ul {
    top: 37px;
    padding-left: 5px;
}

#main-menu ul ul li {
    position: relative;
}

#main-menu > ul > li:hover > ul {
    left: auto;
    top: 60px;
    opacity: 1;
}

#main-menu.align-right > ul > li:hover > ul {
    left: auto;
    right: 0;
    opacity: 1;
}

#main-menu ul ul li:hover > ul {
    left: 200px;
    top: 0px;
    opacity: 1;
    padding: 0;
    border-left: 1px solid #fff;
}

#main-menu.align-right ul ul li:hover > ul {
    left: auto;
    right: 170px;
    top: 0;
    opacity: 1;
    padding-right: 5px;
}

#main-menu ul ul li a {
    font-family: 'montserratbold';
    text-transform: uppercase;
    width: 200px;
    padding: 10px 15px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    color: #1c1d21;
    background-color: #edf1fa;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

#main-menu ul ul li a:hover {
    color: #999999;
}

#main-menu.align-right ul ul li a {
    text-align: right;
}

#main-menu ul ul li:last-child > a,
#main-menu ul ul li.last > a {
    border-bottom: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  2c. Mobile Navigation
/*-----------------------------------------------------------------------------------*/

.mobile-menu {
    display: none;
}

#slide-buttons {
    background-color: #FFFFFF;
    color: #1c1d21;
    height: 40px;
    width: 40px;
    line-height: 46px;
    border: none;
    font-size: 22px;
    padding: 0;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#slide-buttons:hover, #slide-buttons:focus, #slide-buttons.active, .c-menu__close:hover, .c-menu__close:focus, .c-menu__close.active {
    outline: 0;
}

.c-menu {
    position: fixed;
    z-index: 200;
    padding: 20px;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.c-menu--slide-right {
    height: 100%;
}

.c-menu--slide-right {
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.c-menu--slide-right.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.c-menu__close {
    color: #333333;
    border: none;
    font-size: 18px;
    width: 100%;
}

.logo-menu .logo-image {
    padding: 20px 0;
}

.c-menu--slide-right > ul {
    list-style: none;
    padding: 0;
}

.c-menu--slide-right > ul li {
    position: relative;
    display: block;
    border-bottom: 2px solid #edf1fa;
    padding: 10px 0;
    cursor: pointer;
    text-align: left;
}

.c-menu--slide-right > ul li.menu-selected ul {
    border-top: 2px solid #edf1fa;
    margin-top: 10px;
}

.c-menu--slide-right > ul li.menu-item-has-children:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    position: absolute;
    content: "\f107";
    top: 0px;
    right: 0;
    width: 45px;
    height: 51px;
    text-align: center;
    line-height: 55px;
    border-left: 2px solid #edf1fa;
}

.c-menu--slide-right > ul > li > ul.sub-menu {
    max-height: 0;
    overflow: hidden;
    list-style: none;
    padding-left: 25px;
}

.c-menu--slide-right > ul > li > ul.sub-menu li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.c-menu--slide-right > ul > li.menu-selected > ul.sub-menu {
    max-height: 100%;
}

.c-menu--slide-right ul.sm.menus li a {
    font-family: 'montserratbold';
    font-size: 13px;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.slide-overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
    transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.slide-overlay.is-active {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

/*-----------------------------------------------------------------------------------*/
/*  3. CONTENT
/*-----------------------------------------------------------------------------------*/

#content {
    padding: 100px 0;
}
#content.no-padding {
    padding: 0;
}

/* Section Title */

.title-section {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}

.title-section h5 {
    text-transform: uppercase;
    letter-spacing: 3px;
}

.title-section p {
    font-family: 'latolight';
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 48px;
    color: #1c1d21;
}

/*-----------------------------------------------------------------------------------*/
/*  3a. Practice Area
/*-----------------------------------------------------------------------------------*/

.practice-home {
    padding: 100px 0;
}

.practice-wrap {
    padding-top: 60px;
}

.practice-thumb {
    margin-bottom: 20px;
}

.practice-desc h5 {
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #1c1d21;
}

.practice-desc p {
    margin-bottom: 0;
}

.practice-desc a.button {
    margin-left: 1px;
}

.practice-wrap .owl-controls {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
}

.practice-wrap.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #333;
    font-size: 20px;
    margin: 0;
    padding: 0 30px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    margin-top: 5px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.practice-wrap.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    opacity: 0.5;
}

.practice-wrap.owl-theme .owl-controls .owl-nav:after {
    content: "";
    width: 1px;
    height: 35px;
    display: block;
    position: absolute;
    text-align: center;
    background-color: #dce2ee;
    left: 50%;
    top: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  3b. Team Seaction
/*-----------------------------------------------------------------------------------*/

.home-team .slide-item .caption {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 80px;
    position: relative;
}

.home-team .slide-item .caption h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    max-width: 100%;
    width: 100%;
}

.home-team .slide-item .caption p.position {
    font-family: 'montserratbold';
    text-transform: uppercase;
    color: #afafaf;
    letter-spacing: 1px;
    font-size: 14px;
    font-size: 1.4rem;
}

.home-team .slide-item.sl-trans-elems .caption p.position {
    -webkit-animation: fadeIn 0.7s linear 0.7s both;
    -moz-animation: fadeIn 0.7s linear 0.7s both;
    -o-animation: fadeIn 0.7s linear 0.7s both;
    -ms-animation: fadeIn 0.7s linear 0.7s both;
    animation: fadeIn 0.7s linear 0.7s both;
}

.home-team .slide-item.sl-trans-back-elem .caption p.position {
    -webkit-animation: fadeOut 1s linear both;
    -moz-animation: fadeOut 1s linear both;
    -o-animation: fadeOut 1s linear both;
    -ms-animation: fadeOut 1s linear both;
    animation: fadeOut 1s linear both;
}

.home-team .slide-item.sl-trans-elems .caption-text p,
.home-team .slide-item.sl-trans-elems .caption a.button {
    margin-bottom: 0;
    -webkit-animation: fadeIn 1s linear 1s both;
    -moz-animation: fadeIn 1s linear 1s both;
    -o-animation: fadeIn 1s linear 1s both;
    -ms-animation: fadeIn 1s linear 1s both;
    animation: fadeIn 1s linear 1s both;
}

.home-team .slide-item .team-img {
    position: relative;
}

.home-team .slide-item .team-img .the-thumb {
    position: absolute;
    left: -15%;
    top: 0;
    width: auto;
}

.team-slide-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 50;
    cursor: pointer;
}

.team-slide-nav span.nav-arrow-prev,
.team-slide-nav span.nav-arrow-next {
    opacity: 0.6;
    background-color: rgba(255,255,255,1);
    height: 100px;
    width: 100px;
    text-align: center;
    display: inline-block;
    font-size: 28px;
    line-height: 100px;
}

.team-slide-nav span:hover {
    opacity: 1;
}

.team-slide-nav span i {
    vertical-align: middle;
}

/*-----------------------------------------------------------------------------------*/
/*  3c. Case Studies
/*-----------------------------------------------------------------------------------*/

.case {
    margin-top: 0;
}

.case-img.active {
    display: block;
}

.case-list {
    position: relative;
}

.case-list img {
    width: 100%;
}

.case-studies {
    padding: 100px 0;
}

.case-studies .flexslider {
    padding-top: 60px;
}

.case-studies .case-img {
    height: 800px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    max-height: 500px;
}

.case-studies .case-content {
    position: relative;
    width: 90%;
    height: 0;
    overflow: hidden;
    max-width: 970px;
    min-height: 0px;
    margin: 0px auto 0px;
    background: #ffffff;
    padding: 0px 65px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.case-content .line-separator {
    position: absolute;
    top: 75px;
    left: 50%;
    bottom: 75px;
    width: 1px;
    background: #ABB5C5;
    opacity: 0.5;
}

.case-studies .flex-active-slide .case-content {
    position: relative;
    width: 90%;
    height: 100%;
    overflow: hidden;
    max-width: 970px;
    min-height: 145px;
    margin: -145px auto 0px;
    background: #ffffff;
    padding: 70px 65px 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    -moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
}

.case-studies .case-content .content-left {
    width: 40%;
    float: left;
}

.case-studies .case-content .content-left.full {
    width: 100%;
    float: none;
}

.case-studies .case-content .content-left h4 {
    line-height: 24px;
}

.case-studies .case-content .content-left a.view-more {
    border-bottom: 1px solid #1c1d21;
    padding-bottom: 5px;
}

.case-studies .case-content .content-left a.view-more:hover {
    border-bottom: 1px solid #afafaf;
}

.case-studies .case-content .content-right {
    width: 40%;
    float: right;
}

.case-studies .content-right .case-testimonial {
    position: relative;
}

.case-studies .content-right .case-testimonial:before {
    font-size: 60px;
    font-size: 6rem;
    font-family: "hakim" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\66";
    position: absolute;
    top: -5px;
    left: -15px;
    color: #edf1fa;
    z-index: 1;
}

.case-studies .content-right .case-testimonial p {
    position: relative;
    z-index: 5;
}

.case-studies .content-right .case-testimonial cite {
    font-family: 'montserratbold';
    font-style: normal;
}

.case-studies .spacing_50 {
    height: 50px;
}

.case-studies .flex-direction-nav {
    position: absolute;
    top: 20px;
    width: 100%;
}

.case-studies .flex-direction-nav:after {
    content: "";
    width: 1px;
    height: 35px;
    display: block;
    position: absolute;
    text-align: center;
    background-color: #dce2ee;
    left: 50%;
    top: -20px;
}

.case-studies .flex-direction-nav .flex-next:before,
.case-studies .flex-direction-nav .flex-prev:before {
    font-size: 20px;
    font-family: "hakim" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.case-studies .flex-direction-nav .flex-next:before {
    content: "\65";
}

.case-studies .flex-direction-nav .flex-prev:before {
    content: "\64";
}

.case-studies .flex-direction-nav .flex-next,
.case-studies .flexslider:hover .flex-direction-nav .flex-next {
    right: 45%;
}

.case-studies .flex-direction-nav .flex-prev,
.case-studies .flexslider:hover .flex-direction-nav .flex-prev {
    left: 45%;
}

.case-studies .flex-direction-nav a {
    opacity: 1;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.case-studies .flex-direction-nav a:hover {
    opacity: 0.5 !important;
}

.case-studies .flexslider:hover .flex-direction-nav a {
    opacity: 1;
}

/*-----------------------------------------------------------------------------------*/
/*  3d. Counter Section
/*-----------------------------------------------------------------------------------*/

.counter-section {
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.counter-detail h2.value {
    color: #ffffff;
    font-size: 52px;
    font-size: 5.2rem;
}

.counter-detail h5.title {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.counter-detail p.subtitle {
    color: #ffffff;
    margin-bottom: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  3e. Quick Form Section
/*-----------------------------------------------------------------------------------*/

.form-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #edf1fa;
    overflow: hidden;
}

.home-form form p {
    margin-bottom: 0;
    padding: 0 25%;
}

.home-form form p input {
    background-color: #ffffff;
    border: none;
    height: 45px;
    padding: 0 15px;
    width: 100%;
    margin-bottom: 15px;
}

.home-form form p textarea {
    background-color: #ffffff;
    border: none;
    width: 100%;
    max-height: 100px;
    padding: 15px;
    margin-bottom: 15px;
}

.home-form form p input.button {
    background-color: transparent;
    border: 1px solid #1c1d21;
    margin: 0;
}

.home-form form p input.button:hover {
    background-color: #1c1d21;
}

/*-----------------------------------------------------------------------------------*/
/*  3f. Testimonial Section
/*-----------------------------------------------------------------------------------*/

.testimonial-home {
    background-color: #edf1fa;
    background-size: cover;
    background-position: center center; 
    padding: 100px 0;
    text-align: center;
}

.testimonial-icon i {
    color: #ffffff;
    font-size: 36px;
}

.testimonial-content p {
    color: #ffffff;
    font-family: 'latolight';
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 44px;
}

.testimonial-content h4 {
    color: #ffffff;
}

.testimonial-slider .flex-control-nav {
    position: initial;
    margin-top: 25px;
}

.testimonial-slider .flex-control-paging li a {
    background: transparent;
    border: 1px solid #ffffff;
    box-shadow: none;
}

.testimonial-slider .flex-control-paging li a.flex-active {
    background: #ffffff;
    border: 1px solid transparent;
}

.testi-job {
    color: #ffffff;
}

/*-----------------------------------------------------------------------------------*/
/*  3g. Client Section
/*-----------------------------------------------------------------------------------*/

.client-section {
    padding: 100px 0;
}

.client-item img {
    margin: 0 auto
}

/*-----------------------------------------------------------------------------------*/
/*  4. PAGE TEMPLATE
/*-----------------------------------------------------------------------------------*/

.page-title {
    padding: 100px 0;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.page-title h3 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #ffffff;
    margin: 0;
}

.page-title p {
    text-align: center;
    color: #ffffff;    
    font-family: 'latolight';
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 48px;
    margin-bottom: 0;
    margin-top: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*  4a. About Us Page
/*-----------------------------------------------------------------------------------*/

.about-section {
    padding: 80px 0;
}

.about-img  {
    position: relative;
}

.img-bord {
    position: absolute;
    bottom: -50px;
    right: 40px;
    width: 450px;
    height: 250px;
    border: 5px solid #edf1fa;
    z-index: -1;
}

.about-text .title-border {
    position: relative;
    margin: 0;
}

.about-text .title-border {
    margin-bottom: 10px;
}

.about-desc {
    margin-top: 20px;
}

.features {
    padding: 80px 0;
    background-color: #edf1fa;
}

.features-item .text h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*-----------------------------------------------------------------------------------*/
/*  4b. Practice Area Page
/*-----------------------------------------------------------------------------------*/

.practice-content .excerpt {
    margin: 0;
}

.practice-post-object .team-practice {
    width: 40%;
    float: left;
}

.practice-post-object .contact-practice {
    width: 60%;
    float: left;
}

.practice-grid {
    margin-bottom: 60px;
}

.load-more-wrap {
    text-align: center;
}

#infscr-loading {
    text-align: center;
}

#infscr-loading img {
    margin: 0 auto;
}

/*-----------------------------------------------------------------------------------*/
/*  4c. Practice Area Single Page
/*-----------------------------------------------------------------------------------*/

.practice-section .thumb img {
    width: 100%;
    margin-bottom: 30px;
}

.practice-post-object {
    margin: 60px 0;
}

.practice-post-object h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.team-practice .flexslider {
    border: 1px solid #efeff1;
    border-radius: 0;
    padding: 20px;
}

.team-practice .flexslider ul li {
    text-align: center;
}

.team-practice .flexslider ul li img {
    margin-bottom: 30px;
}

.team-practice .flexslider ul li h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.team-practice .flexslider ul li p.position {
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.team-practice .flexslider .flex-control-nav {
    position: inherit;
    bottom: -15px;
}

.team-practice .flexslider .flex-control-paging li a {
    background: transparent;
    border: 1px solid #1c1d21;
    box-shadow: none;
}

.team-practice .flexslider .flex-control-paging li a.flex-active {
    background: #1c1d21;
    border: 1px solid #1c1d21;
}

.faq-practice .panel {
    border-color: #efeff1;
}

.faq-practice .panel-group .panel {
    border-radius: 0;
}

.faq-practice .panel-group .panel+.panel {
    margin-top: 10px;
}

.faq-practice .panel-heading {
    padding: 15px 20px;
}

.faq-practice .panel-body {
    padding: 20px;
}

.pagination-practice {
    padding-top: 100px;
}

.pagination-practice .col-md-6 a {
    position: relative;
    display: inline-block;
}

.pagination-practice .nav-practice-wrap {
    max-height: 180px;
    overflow: hidden;
}

.pagination-practice .link-post {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pagination-practice .link-post p {
    margin-bottom: 5px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'latobold';
}

.pagination-practice .link-post h4 {
    margin-bottom: 0;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.pagination-practice .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(52, 152, 219, 0.8);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.pagination-practice a:hover .overlay {
    background-color: rgba(52, 152, 219, 0.5);
}

/*-----------------------------------------------------------------------------------*/
/*  4d. Case Studies Page
/*-----------------------------------------------------------------------------------*/

.case-studies-page .case-studies {
    padding: 0;
}

.case-studies-page .case-content {
    height: 100%;
    margin: -145px auto 100px;
    padding: 70px 65px 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    -moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
}

.case-studies-page .case-studies:last-child .case-content {
    margin-bottom: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  4e. Case Studies Single Page
/*-----------------------------------------------------------------------------------*/

.cases {
    padding-bottom: 100px;
}

.cases .case-thumb img {
    width: 100%;
    margin-bottom: 30px;
}

.project-text {
    margin-bottom: 40px;
}

.project-info {
    text-align: center;
}

.project-info .icon {
    position: relative;
    border: 1px solid #1c1d21;
    padding: 30px;
    border-radius: 50%;
    display: inline-block;
    margin-top: 100px;
}

.project-info .icon:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -100px;
    width: 1px;
    height: 100px;
    background-color: #1c1d21
}

.project-info .icon img {
    margin: 0 auto;
    max-width: 30px;
}

.project-intro .title {
    margin-top: 30px;
}

.project-intro .title h4 {
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.project-intro .title h4:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background-color: #1c1d21
}

.project-detail {
    background-color: #edf1fa;
    padding: 80px 0;
}

.project .icon img {
    margin: 0 auto;
}

.project .title, .project .author {
    text-align: center;
}

.project .title h4 {
    font-style: italic;
    position: relative;
}

/*-----------------------------------------------------------------------------------*/
/*  4f. Contact Page
/*-----------------------------------------------------------------------------------*/

.contact-map {
    position: relative;
    z-index: -1;
}

.contact-map iframe {
    width: 100%;
    height: 450px;
    border: 0;
    margin: 0;
    padding: 0;
}

.contact-map .maps .overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 450px;
}

.contact-map .map {
    overflow: hidden;
}

.contact-page form textarea {
    height: 100%;
    padding: 15px;
    width: 100%;
    max-width: 100%;
    border: 0;
}

.contact-page form input {
    width: 100%;
    max-width: 100%;
}

.contact-form h2 {
    text-align: center;
}

.contact-details {
    padding: 100px 0;
}

.contact-form-section {
    background-color: #edf1fa;
    padding: 100px 0;
    margin-top: -10px;
}

.contact-page form input {
    border: 0;
    padding: 10px;
}

.contact-form input[type="submit"] {
    font-family: 'montserratbold';
    font-size: 13px;
    font-size: 1.3rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: auto;
    display: inline-block;
    margin-top: 30px;
    padding: 0 15px;
    line-height: 2.5;
    background-color: transparent;
    color: #1c1d21;
    text-transform: uppercase;
    border: 1px solid #1c1d21;
    transition: color .3s ease,border .3s ease,background .3s ease;
}

.contact-form input[type="submit"]:hover {
    color: #ffffff;
    background-color: #1c1d21;
}

.con-det-icon {
    width: 80px;
    line-height: 80px;
    font-size: 28px;
    height: 80px;
    margin-bottom: 130px;
    position: relative;
    border: 1px solid #1c1d21;
    border-radius: 50%;
    display: inline-block;
}

.con-det-icon:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -100px;
    width: 1px;
    height: 100px;
    background-color: #1c1d21;
}

.contact-author-details h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*-----------------------------------------------------------------------------------*/
/*  4g. Blog
/*-----------------------------------------------------------------------------------*/

.blog-section article.blog-item {
    margin-top: 60px;
}

.blog-section article.blog-item:first-child {
    margin-top: 0;
}

.blog-item .post-thumb {
    position: relative;
}

.blog-item .post-thumb .date {
    position: absolute;
    top: 0;
    left: 0
    background-color: #3498db;
    padding: 10px;
}

.blog-item .post-thumb .date p {
    margin-bottom: 0;
    text-align: center;
    color: #ffffff;
}

.blog-item .post-thumb .date span {
    display: block;
    line-height: 24px;
}

.post-content h3.post-title {
    font-family: 'montserratregular';
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 5px;
}

.post-content .post-meta {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #edf1fa;
}

.post-content .post-meta a {
    margin-right: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}
.post-content .post-meta i {
    font-size: 16px;
    font-size: 1.6rem;
    vertical-align: middle;
    margin-right: 5px;
}

.post-content a.button {
    margin-top: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  4h. Single Post
/*-----------------------------------------------------------------------------------*/

.blog-section .blog-item .post-thumb img {
    max-width: 100%;
    width: auto;
    margin-bottom: 30px;
}

.meta-bottom {
    font-family: 'montserratbold';
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.meta-bottom div {
    margin: 10px 0;
}

.meta-bottom i {
    float: left;
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: 10px;
    vertical-align: middle;
}

/* Comment Section */

.comments-area {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 4px solid #edf1fa;
}
.comments-area ol.comment-list {
    list-style: none;
    padding: 0 0 10px 0;
    margin-bottom: 30px;
    border-bottom: 2px solid #edf1fa;
}

.comments-area ol.comment-list li div.comment {
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    border: 2px solid #edf1fa;
}

.comments-area ol.comment-list li ul.children {
    position: relative;
    list-style: none;
}

.comments-area ol.comment-list li ul.children:before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 2px;
    background-color: #edf1fa;
}

.comments-area ol.comment-list li ul.children li div.comment {
    position: relative;
    overflow: visible;
}

.comments-area ol.comment-list li ul.children li div.comment:before {
    content: "";
    position: absolute;
    left: -40px;
    height: 1px;
    width: 25px;
    top: 50%;
    background-color: #edf1fa;
}

.comments-area ol.comment-list li div.comment .avatar {
    margin-right: 20px;
    max-width: 75px;
}

.comments-area ol.comment-list li div.comment .avatar img {
    width: 100%;
    border-radius: 50%;
    min-width: 75px;
}

.comments-area ol.comment-list li div.comment .meta-comment {
    overflow: hidden;
}

.comments-area ol.comment-list li div.comment .meta-comment .comment-author cite {
    font-family: 'latobold';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
}

.comments-area ol.comment-list li div.comment .meta-comment .comment-meta {
    font-size: 14px;
    color: #999;
}

.comments-area ol.comment-list li div.comment .meta-comment .comment-content {
    margin-top: 10px;
}

.comments-area ol.comment-list li div.comment .meta-comment .comment-action {
    position: absolute;
    top: 20px;
    right: 20px;
}

.comments-area ol.comment-list li div.comment .meta-comment .comment-action a {
    color: #fff;
    background-color: #333;
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.1em;
    border: 1px solid #333;
}

.comments-area ol.comment-list li div.comment .meta-comment .comment-action a:hover {
    color: #333;
    background-color: transparent;
    border: 1px solid #333;
}

.comments-area .comment-respond h3.comment-reply-title {
    font-family: 'latobold';
    letter-spacing: 0.05em;
    margin-bottom: 5px;
}

.comment-respond input, .comment-respond textarea {
    background-color: #edf1fa;
    padding: 15px 15px;
    width: 100%;
    border: none;
    width: 100%;
    margin-top: 5px;
}

.comment-respond input {
    padding: 0 15px;
    width: 100%;
    height: 45px;
    border: none;
    margin-bottom: 10px;
}

.comments-area .comment-respond form p.comment-form-author,
.comments-area .comment-respond form p.comment-form-email,
.comments-area .comment-respond form p.comment-form-url {
    width: 33.333%;
    padding: 0 15px;
    float: left;
}

.comments-area .comment-respond form p.comment-form-author {
    padding-left: 0;
}

.comments-area .comment-respond form p.comment-form-url {
    padding-right: 0;
}

.form-submit {
    float: left;
    position: relative;
    transition: opacity .4s ease-in-out;
    margin-top: 0;
}

.form-submit .submit {
    background: transparent;
    border: 1px solid #1c1d21;
    color: #1c1d21;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 30px;
    margin-top: 0;
    height: auto;
    text-transform: uppercase;
    width: inherit;
    outline: none;
}
.form-submit .submit:hover {
    background-color: #1c1d21;
    color: #ffffff;
}

/*-----------------------------------------------------------------------------------*/
/*  4i. Single Team
/*-----------------------------------------------------------------------------------*/

.team-content h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.team-content p.position {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.team-content ul.team-social {
    list-style: none;
    padding: 0;
    margin: 0;
}

.team-content ul.team-social li {
    display: inline-block;
    margin-right: 10px;
}

.team-content ul.team-social li a {
    width: 35px;
    height: 35px;
    border: 1px solid #1c1d21;
    border-radius: 50%;
    line-height: 35px;
    display: block;
    text-align: center;
}

.team-content ul.team-social li a:hover {
    border: 1px solid #1c1d21;
    background-color: #1c1d21;
    color: #ffffff;
}

.team-content .content-text {
    border-top: 2px solid #edf1fa;
    padding-top: 15px;
    margin-top: 30px;
}

.team-content .contact-team {
    position: relative;
    margin: 2em 0 1em;
    border: 4px solid #edf1fa;
    padding: 25px 20px;
}

.team-content .contact-team h4.title-border {
    position: absolute;
    top: -18px;
    background: #ffffff;
    padding: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #D2D9E8;
}

.team-content .contact-team p {
    float: left;
    margin-right: 30px;
    margin-bottom: 0;
}

.team-content .contact-team p i {
    font-size: 20px;
    font-size: 2.0rem;
    margin-right: 5px;
    text-align: center;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
}

.team-detail {
    padding: 100px 0;
}

.case-practice {
    padding-top: 100px;
}

.panel-group a.button {
    margin-top: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  4j. FAQ
/*-----------------------------------------------------------------------------------*/

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    border-color: #efeff1;
}

.panel-group .panel-heading {
    padding: 15px 20px;
}

.panel-group .panel-heading h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.panel-body {
    padding: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*  4k. Search Page
/*-----------------------------------------------------------------------------------*/

.blog-post article.blog-item:first-child {
    margin-top: 0;
}

.blog-post article.blog-item {
    margin-top: 60px;
}


/*-----------------------------------------------------------------------------------*/
/*  5. Sidebar
/*-----------------------------------------------------------------------------------*/

.blog-sidebar .widget {
    border: 4px solid #edf1fa;
    padding: 30px 20px 20px;
    position: relative;
    margin-bottom: 40px;
}

.blog-sidebar .widget .heading-block {
    position: absolute;
    left: 10px;
    top: -12px;
    background: #ffffff;
    padding: 0 5px;
}

.blog-sidebar .widget .heading-block h4 {
    text-transform: uppercase;
    color: #D2D9E8;
    margin: 0;
}

.blog-sidebar .widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-sidebar .widget ul li {
    border-bottom: 2px solid #edf1fa;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.blog-sidebar .widget ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar .widget ul, .sidebar .widget ul.children, .sidebar .widget ul.sub-menu {
    padding: 0;
    list-style: none;
}

.sidebar .widget ul.children li, .sidebar .widget ul.sub-menu li {
    padding-left: 8px;
    border: none;
    padding-bottom: 0;
}
.blog-sidebar .widget.widget_calendar {
    padding: 0;
    max-width: 100%
}
.widget_calendar table {
    max-width: 100%;
}

/* Widget Search */

.blog-sidebar .widget.widget_search {
    border: none;
    padding: 0;
}

.sidebar .searchform {
    position: relative;
}

.sidebar .searchform input[type="search"] {
    border: 1px solid #edf1fa;
    padding: 10px;
    font-size: 14px;
    width: 100%;
}

.sidebar .searchform .search-button{
    position: absolute;
    color: #afafaf;
    top: 5px;
    right: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    background-color: transparent;
    border: 0;
    line-height: 40px;
    padding: 5px 5px;
    background-repeat: no-repeat;
}

/* Widget Latest Post */

.widget.recent-post .post-item {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #edf1fa;
}

.widget.recent-post .post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.widget.recent-post .post-thumb {
    float: left;
    margin-right: 10px;
}

.widget.recent-post .post-content {
    overflow: hidden;
}

.widget.recent-post .post-content h4 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    margin-bottom: 0;
}

.widget.recent-post .post-content .meta span {
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #afafaf;
}

/*-----------------------------------------------------------------------------------*/
/*  6. FOOTER
/*-----------------------------------------------------------------------------------*/

.site-footer {
    position: relative;
    padding-top: 40px;
    border-top: 5px solid #edf1fa;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.footer-widget-area {
    padding: 60px 0;
}

#back-to-top {
    position: absolute;
    top: -25px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #edf1fa;
    color: #333;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#back-to-top:hover {
    color: #ffffff;
    background: #3498db;

}

#back-to-top.show {
    opacity: 1;
}

/* Footer Widget */

.widget-footer h2.title {
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 1px; 
}

.widget-footer i {
    font-size: 20px;
    font-size: 2.0rem;
    margin-right: 10px;
    text-align: center;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
}

/* Copyright */

.footer-copyright {
    padding: 20px 0;
    background-color: #edf1fa;
}

.social-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-footer li {
    margin-right: 5px;
    display: inline-block;
}

.social-footer li a {
    width: 35px;
    height: 35px;
    border: 1px solid #1c1d21;
    text-align: center;
    line-height: 33px;
    border-radius: 50%;
}

.foot-menu ul {
    padding: 0;
    list-style: none;
}