/*

Table of Content

=========================
    # Font-Face
    # Global
      - Headings tags
      - Accessibility
      - Alignments
      - Blockquote
      - clearings
      - Breadcrumb
      - No Margin/Padding/Border
      - Super/Sub Scripts
      - Text Elements
      - Links
      - Forms
      - lable
      - Article
      - Buttons
      - Images
      - Horizontal Row
      - figcaption
    # Others
    # Basic-Structure
      - Site-Layout
    # Header
      - Site Branding
      - Social Profiles
    # navbar
      - Navbar
      - search-box
    # Featured-Content
    # Widgets
          - Widget Service
          - widget-promotional-bar
          - Widget Featured Page
          - Widgete Testimonial
          - Widget Calendar
          - widget Recent Entries/Comments
          - widget search
    # content
      - Post Featured Image
      - Entry Header
      - Entry Title
      - Entry Meta
      - Tag Links
      - Entry Content
      - Galleries
      - pagination
      - bbPress Support
    # Footer
    # Media-Queries
*/



/*  2.0 ===== Global =====   */
body {
    color: #676767;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    letter-spacing: 0.7px;
    line-height: 1.27;
    margin: 0;
    word-wrap: break-word;
}
*:focus {
    outline: none;
}
/*font awesome supportive style*/

[class*="fa-"] a {
    margin-left: 2px;
}

/*   -- "Header-Tags" (These are the styles for the Header Tags) --   */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #323232;
    font-weight: 500;
    margin: 0;
}
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
    color: #fff;
}
h1 {
    font-size: 28px;
    line-height: 1.2;
}
h2 {
    font-size: 24px;
    line-height: 1.2;
}
h3 {
    font-size: 20px;
    line-height: 1.2;
}
h4 {
    font-size: 16px;
    line-height: 1.2;
}
h5 {
    font-size: 15px;
    line-height: 1.2;
}
h6 {
    font-size: 14px;
    line-height: 1.2;
}

/*   -- "Accessibility" (These are the styles for the Accessibility) --   */

.assistive-text,
.screen-reader-text {
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    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-path: none;
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*   -- "Blockquote" (These are the styles for the Blockquote) --   */

blockquote {
    border-bottom: 1px solid ;
    border-left: medium none;
    border-top: 1px solid ;
    color: #666666;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin: 0 auto 23px;
    max-width: 100%;
    padding: 32px 0 23px 65px;
    position: relative;
    text-transform: uppercase;
    max-width: 750px;
}
blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}
blockquote cite {
    text-transform: uppercase;
}

/*   -- "Clearings" (These are the styles for the Clearings) --   */

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: block;
}

/*   -- "Breadcrumb" (These are the styles for the Breadcrumb) --   */


.breadcrumb,
.breadcrumb a,
.breadcrumb span,
.breadcrumbs,
.breadcrumbs a,
.breadcrumbs span {
    text-transform: uppercase;
}
.breadcrumbs li{
    display: inline-block;
    list-style: outside none none;
    margin: 0 25px;
    position: relative;
}
.breadcrumbs li::before {
    color: #4db6b8;
    content: "/";
    display: block;
    left: -25px;
    position: absolute;
    top: 0px;
}
.breadcrumbs li:first-child:before {
    display: none;
}
.trail-items li:first-child{
    margin-left: 0px;
}
.page-title-wrap .breadcrumb a span,
.page-title-wrap .breadcrumbs a span{
    color: #515050;
}
.breadcrumb a:hover span,
.breadcrumbs li span,
.breadcrumbs a:hover span,
.breadcrumb li span{
    color: #4db6b8 ;
}

/*   -- "Superscript and Subscript" (These are the styles for the Superscript and Subscript) --  */

sup,
sub {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}

/*   -- "Text Elements" (These are the styles for the Text Elements) --   */

p {
    color: #464646;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.3;
    margin: 0 0 20px;
}
strong {
    font-weight: bold;
}
cite,
em,
i {
    font-style: italic;
}
pre {
    background-color: #fff;
    margin-bottom: 20px;
    overflow: auto;
    padding: 30px;
}
pre,
code,
kbd {
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 14px;
    line-height: 21px;
}
abbr,
acronym,
dfn {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
    cursor: help;
}
address {
    display: block;
    margin: 0 0 15px;
}
ins {
    background-color: #fff9c0;
    margin-bottom: 20px;
    text-decoration: none;
}

/*   -- "table" (These are the styles for the Links) --  */

table,
th,
td {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
}
table th{
    font-weight: 600;
    text-transform: uppercase;
}
table td{
    text-transform: capitalize;
}

table {
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 20px;
    width: 100%;
}

/*   -- "Links" (These are the styles for the Links) --  */

ul{
    margin: 0;
    padding: 0;
}
a {
    color: #383838;
    text-decoration: none;
}
a:focus,
a:active,
a:hover {
    outline: none;
    text-decoration: none;
    transition: all 0.3s ease-in 0s;
}

/*   -- "Forms" (These are the styles for the Forms) --   */

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="date"],
textarea,
input[type="reset"],
input[type="button"],
input[type="number"],
input[type="submit"] {
    -moz-appearance: none !important;
    -moz-border-radius: 0px;
    -moz-box-sizing: inherit;
    -webkit-appearance: none !important;
    -webkit-border-radius: 0px;
    -webkit-box-sizing: inherit;
    appearance: none !important;
    border-radius: 0px;
    box-sizing: inherit;
    font-family: 'Barlow Condensed', sans-serif;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="number"] {
    border: 1px solid #c2c2c2;
    height: 41px;
    margin: 0 0 15px;
    padding: 5px 19px 5px;
    width: 100%;
}
textarea {
    border: 1px solid #c2c2c2;
    margin: 0 0 15px;
    padding: 8px 19px 5px;
    width: 100%;
}

input[type="reset"],
input[type="button"],
input[type="submit"] {
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 300;
    height: 41px;
    margin-bottom: 30px;
    margin-top: 5px;
    padding: 0px 40px 2px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.3s ease-out;
}
.wpcf7-form input[type="submit"]{
    background: none;
    border-color: #fff;
    border: 1px solid;
    font-size: 16px;
    padding: 0px 25px;
}
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    color: #fff;
    background: #4fbbbd;
}
select {
    background-color: #f9f9f9;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    padding: 10px;
    width: 100%;
}
option {
    margin: 5px 0;
}
input[type="radio"],
input[type="checkbox"],
input[type="file"] {
    margin-bottom: 5px;
}
input[type="file"] {
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 40px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
}
input::-webkit-input-placeholder,
textarea::-webkit-textarea-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;

}
input::-moz-placeholder,
textarea::-moz-placeholder  { /* Firefox 19+ */
    opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-textarea-placeholder { /* IE 10+ */
    opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 18- */
    opacity: 1;
}
input,
textarea{
    color: #323232;
    font-size: 14px;
}

/*   -- "label" (These are the styles for the label) --   */

label {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    width: 100%;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline-block;
    margin: 0 5px 0 0;
}

/*  ## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 15px 0 0;
}
.post .page-content,
.post .entry-content,
.post .entry-summary {
    margin-top: 0px;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*   -- "Article" (These are the styles for the Article) --   */

article {
    font-size: 14px;
    line-height: 22px;
}

/*    ===== Buttons =====   */

/*   -- "Back To Top" (These are the styles for the Back To Top) --   */

.back-to-top {
    bottom: 70px;
    position: fixed;
    right: 30px;
    z-index: 2;
}
.back-to-top a {
    -moz-border-radius: 3px;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-border-radius: 3px;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.5s ease-out;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #fff;
    display: block;
    font-family: "FontAwesome";
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.5s ease-out;
    width: 40px;
}
.back-to-top a:hover {
    border: 1px solid #fff;
    color: #fff;
}

/*   -- "box-button" (These are the styles for the box-button) --   */

.box-button,
.wpcf7-submit[type="submit"],
.load-button{
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    overflow: hidden;
    padding: 10px 35px 11px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.box-button:hover,
.box-button:active,
.box-button:focus,
.load-button{
    color: #fff;
}
.load-button-wrap {
    clear: both;
    margin-bottom: 17px;
    position: relative;
}
.load-button {
    padding: 8px 25px 9px;
    position: absolute;
    right: 0;
    top: -20px;
}


/*   -- "Alignment" (These are the styles for the Alignment) --   */

.alignleft {
    display: inline;
    float: left;
    margin-bottom: 10px;
    margin-right: 20px;
    position: relative;
}
.alignright {
    display: inline;
    float: right;
    margin-bottom: 10px;
    margin-left: 20px;
    position: relative;
}
.aligncenter {
    clear: both;
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.alignleft > a img,
.alignright > a img,
.aligncenter > a img{
    transition: all 0.3s ease 0s;
}
.alignleft > a:hover img,
.alignright > a:hover img,
.aligncenter > a:hover img{
    opacity: 0.9;
    transition: all 0.3s ease 0s;
}
.entry-meta.alignleft,
.entry-meta.alignright {
    margin-bottom: 0;
}
.entry-meta.alignleft > div,
.entry-meta.alignright > div {
    border-right: medium none;
    padding-left: 8px;
    padding-right: 0px;
}
.entry-meta.alignleft [class*="fa-"],
.entry-meta.alignright [class*="fa-"] {
    margin-right: 0px;
    margin-left: 10px;
}


/*   -- "Images" (These are the styles for the Images) --   */

figure {
    margin: 0;
    text-align: center;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%;
}
img#wpstats {
    display: none;
}

/*   -- "Horizontal Row" (These are the styles for the Horizontal Row) --   */

hr {
    border-color: #bdbdbd;
    border-style: solid none none;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 0 0 15px;
}
.default-padding{
    border: 1px solid #EAEBED;
    padding: 20px;
}

/*        custom layout       */
.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    width: 1170px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.custom-col-1,
.custom-col-2,
.custom-col-3,
.custom-col-4,
.custom-col-5,
.custom-col-6,
.custom-col-7,
.custom-col-8,
.custom-col-9,
.custom-col-10,
.custom-col-11,
.custom-col-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.custom-col-1,
.custom-col-2,
.custom-col-3,
.custom-col-4,
.custom-col-5,
.custom-col-6,
.custom-col-7,
.custom-col-8,
.custom-col-9,
.custom-col-10,
.custom-col-11,
.custom-col-12 {
    float: left;
}
.custom-col-12 {
    width: 100%;
}
.custom-col-11 {
    width: 91.66666667%;
}
.custom-col-10 {
    width: 83.33333333%;
}
.custom-col-9 {
    width: 75%;
}
.custom-col-8 {
    width: 66.66666667%;
}
.custom-col-7 {
    width: 58.33333333%;
}
.custom-col-6 {
    width: 50%;
}
.custom-col-5 {
    width: 41.66666667%;
}
.custom-col-4 {
    width: 33.33333333%;
}
.custom-col-3 {
    width: 25%;
}
.custom-col-2 {
    width: 16.66666667%;
}
.custom-col-1 {
    width: 8.33333333%;
}
* {
    box-sizing: border-box;
}


/*   -- "captions" (These are the styles for the captions) --   */

.wp-caption {
    margin-bottom: 1.6em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}
.wp-caption-text {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    margin: 10px 0 0;
    padding: 7px;
    position: absolute;
    text-align: left;
    width: 100%;
}

/*  3.0 ====== Others =====    */

/*   -- "Others" (These are the styles for the Others) --   */

.comment-list:before,
.comment-list:after,
.top-bar ul:before,
.top-bar ul:after,
.row:before,
.row:after,
.pagination:before,
.pagination:after,
.nav-links:before,
.nav-links:after,
.post:before,
.post:after,
.recentcomments:before,
.recentcomments:after,
.contact-section-wrap:before,
.contact-section-wrap:after,
.contact-detail p:before,
.contact-detail p:after,
.widget-post-author:before,
.widget-post-author:after,
.entry-meta-wrapper:before,
.entry-meta-wrapper:after,
.widget-social-link .inline-social-icons ul:before,
.widget-social-link .inline-social-icons ul:after,
.widget.widget_categories ul li:before,
.widget.widget_categories ul li:after{
    clear: both;
    display: block;
    content: "";
}

html {
    height: 100%;
    width: 100%;
}
ul li {
    list-style: none;
}


/*  4.0 ====== Basic Structure ======*/
iframe {
    max-width: 100%;
    width: 100%;
    border:0;
}

/*  5.0 ===== Header =====   */

/*   -- "Header" (These are the styles for the Header section) --   */
.site-header {
    margin-bottom: 30px;
}
.hgroup-wrap .container{
    align-items: -webkit-box;
    align-items: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: -webkit-box;
    flex-wrap: wrap;
    position: relative;
}


/*   -- "Site Branding" (These are the styles for the Site-Branding section) --   */

.site-branding {
    margin: 45px auto;
    max-width: 100%;
    text-align: center;
    width: 265px;
}
.site-title {
    display: inline-block;
    font-size: 35px;
    line-height: 1;
    margin-bottom: 3px;
    text-transform: uppercase;
}
.site-title a {
    color: #fff;
    display: inline-block;
}
.site-footer .site-title > a {
    display: block;
}
.site-description {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
}
.site-title a img,
.site-title a{
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.site-title a:hover img,
.site-title a:hover{
    opacity: 0.6
}
.site-title img {
    margin-right: 15px;
}


/*   -- "Social Profile" (These are the styles for the Social Site section) --   */

.social-links ul li a::before {
    color: #2d2d2d;
    font-family: "FontAwesome";
    font-size: 16px;
    vertical-align: middle;
}
.site-footer .social-links ul li a::before{
    color: #fff;
}
.social-links ul li a:hover::before {}
.social-links ul li a[href*="facebook.com"]::before {
    content: "\f09a"
}
.social-links ul li a[href*="twitter.com"]::before {
    content: "\f099"
}
.social-links ul li a[href*="linkedin.com"]::before {
    content: "\f0e1"
}
.social-links ul li a[href*="plus.google.com"]::before {
    content: "\f0d5"
}
.social-links ul li a[href*="youtube.com"]::before {
    content: "\f167"
}
.social-links ul li a[href*="dribbble.com"]::before {
    content: "\f17d"
}
.social-links ul li a[href*="pinterest.com"]::before {
    content: "\f0d2"
}
.social-links ul li a[href*="bitbucket.org"]::before {
    content: "\f171"
}
.social-links ul li a[href*="github.com"]::before {
    content: "\f113"
}
.social-links ul li a[href*="codepen.io"]::before {
    content: "\f1cb"
}
.social-links ul li a[href*="flickr.com"]::before {
    content: "\f16e"
}
.social-links ul li a[href$="feed.com"]::before {
    content: "\f09e"
}
.social-links ul li a[href*="foursquare.com"]::before {
    content: "\f180"
}
.social-links ul li a[href*="instagram.com"]::before {
    content: "\f16d"
}
.social-links ul li a[href*="tumblr.com"]::before {
    content: "\f173"
}
.social-links ul li a[href*="respanit.com"]::before {
    content: "\f1a1"
}
.social-links ul li a[href*="vimeo.com"]::before {
    content: "\f194"
}
.social-links ul li a[href*="digg.com"]::before {
    content: "\f1a6"
}
.social-links ul li a[href*="twitch.tv"]::before {
    content: "\f1e8"
}
.social-links ul li a[href*="stumbleupon.com"]::before {
    content: "\f1a4"
}
.social-links ul li a[href*="delicious.com"]::before {
    content: "\f1a5"
}
.social-links ul li a[href*="mailto:"]::before {
    content: "\f0e0"
}
.social-links ul li a[href*="soundcloud.com"]::before {
    content: "\f1be"
}
.social-links ul li a[href*="wordpress.org"]::before {
    content: "\f19a"
}
.social-links ul li a[href*="wordpress.com"]::before {
    content: "\f19a"
}
.social-links ul li a[href*="jsfispanle.net"]::before {
    content: "\f1cc"
}
.social-links ul li a[href*="tripadvisor.com"]::before {
    content: "\f262"
}
.social-links ul li a[href*="foursquare.com"]::before {
    content: "\f180"
}
.social-links ul li a[href*="angel.co"]::before {
    content: "\f209"
}
.social-links ul li a[href*="slack.com"]::before {
    content: "\f198"
}
.social-links ul li a[href*="facebook.com"]:hover:before {
    color: #3b5998
}
.social-links ul li a[href*="twitter.com"]:hover:before {
    color: #00aced
}
.social-links ul li a[href*="plus.google.com"]:hover:before {
    color: #c13c31
}
.social-links ul li a[href*="/feed/"]:hover:before {
    color: #dc622c
}
.social-links ul li a[href*="wordpress.org"]:hover:before {
    color: #21759b
}
.social-links ul li a[href*="github.com"]:hover:before {
    color: #4183c4
}
.social-links ul li a[href*="linkedin.com"]:hover:before {
    color: #007bb6
}
.social-links ul li a[href*="pinterest.com"]:hover:before {
    color: #cb2027
}
.social-links ul li a[href*="flickr.com"]:hover:before {
    color: #ff0084
}
.social-links ul li a[href*="vimeo.com"]:hover:before {
    color: #aad450
}
.social-links ul li a[href*="youtube.com"]:hover:before {
    color: #b00
}
.social-links ul li a[href*="instagram.com"]:hover:before {
    color: #517fa4
}
.social-links ul li a[href*="dribbble.com"]:hover:before {
    color: #ea4c89
}
.social-links ul li a[href*="skype.com"]:hover:before {
    color: #12a5f4
}
.social-links ul li a[href*="digg.com"]:hover:before {
    color: #333
}
.social-links ul li a[href*="codepen.io"]:hover:before {
    color: #000
}
.social-links ul li a[href*="respanit.com"]:hover:before {
    color: #ff4500
}
.social-links ul li a[href*="mailto:"]:hover:before {
    color: #1d62f0
}
.social-links ul li a[href*="foursquare.com"]:hover:before {
    color: #f94877
}
.social-links ul li a[href*="stumbleupon.com"]:hover:before {
    color: #eb4924
}
.social-links ul li a[href*="twitch.tv"]:hover:before {
    color: #6441a5
}
.social-links ul li a[href*="tumblr.com"]:hover:before {
    color: #32506d
}
.social-links ul li a[href*="foursquare.com"]:hover:before {
    color: #f94877
}
.social-links ul li a[href*="stumbleupon.com"]:hover:before {
    color: #eb4924
}
.social-links ul li a[href*="twitch.tv"]:hover:before {
    color: #6441a5
}
.social-links ul li a[href*="tumblr.com"]:hover:before {
    color: #32506d
}
.social-links ul li a[href*="soundcloud.com"]:hover:before {
    color: #f50
}
.social-links ul li a[href*="wordpress.org"]:hover:before {
    color: #21759b
}
.social-links ul li a[href*="jsfispanle.net"]:hover:before {
    color: #4679bd
}
.social-links ul li a[href*="tripadvisor.com"]:hover:before {
    color: #86c171
}
.social-links ul li a[href*="foursquare.com"]:hover:before {
    color: #2d5be3
}
.social-links ul li a[href*="angel.co"]:hover:before {
    color: #000
}
.social-links ul li a[href*="slack.com"]:hover {
    color: #56b68b
}

/*   -- "Inline Social Profiles" (These are the styles for the Social Site section) --   */

.inline-social-icons ul,
.block-social-icons ul,
.widget ul {
    margin: 0 ;
}
.inline-social-icons li,
.widget .inline-social-icons li {
    display: inline-block;
    margin: 0 9px;
    padding: 0;
}
.team-section .inline-social-icons li{
    margin: 0 10px;
}
.inline-social-icons li:last-child,
.widget .inline-social-icons li:last-child {
    margin-right: 0;
}
.inline-social-icons li:first-child,
.widget .inline-social-icons li:first-child {
    margin-left: 0;
}
.inline-social-icons li a {
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    border-radius: 50px;
    border: 1px solid #303e4b;
    color: #fff;
    display: inline-block;
    font-size: 0px;
    height: 45px;
    padding: 11px 0 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 45px;
}
.inline-social-icons li a:hover{
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    border-color: #0D74BA;
    border-radius: 0;
    transition: all 0.3s ease 0s;
}
.inline-social-icons.social-links ul li a:hover::before,
.inline-social-icons.social-links ul li a::before{
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.inline-social-icons ul li:last-child a {
    margin-right: 0;
}
.site-footer .inline-social-icons li a {
    border-color: #fff
}
.site-footer .inline-social-icons li a:hover {
    border-color: #0D74BA
}
/*   -- "Block Social Profiles" (These are the styles for the Social Site section) --   */

.block-social-icons ul li {
    border: none;
    padding: 0;
}
.block-social-icons ul li a,
.widget.block-social-icons ul li a {
    border-radius: 3px;
    color: #fff;
    display: block;
    padding: 10px;
    text-transform: inherit;
}
.block-social-icons ul li a:hover {
    color: #fff;
}
.block-social-icons a span {
    border-right: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-right: 4px;
    padding-right: 10px;
}
.block-social-icons .facebook-profile {
    background: #3b5997;
}
.block-social-icons .facebook-profile:hover{
    background: #4b70ba;
    opacity: 1;
}
.block-social-icons .twitter-profile {
    background: #00acee;
}
.block-social-icons .twitter-profile:hover {
    background: #22c2ff;
    opacity: 1;
}
.block-social-icons .rss-profile {
    background: #ff9c00;
}
.block-social-icons .rss-profile:hover {
    background: #ffb94f;
    opacity: 1;
}
.block-social-icons .youtube-profile {
    background: #bc0000;
}
.block-social-icons .youtube-profile:hover {
    background: #f90000;
    opacity: 1;
}

/*  6.0 ===== Navbar =====   */

/*   -- "Navbar" section (These are the styles for the navbar section) --   */
.main-navigation {
    line-height: 1;
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: 95%;
    width: calc(100% - 50px);
}
.navbar {
    background: #303E4B;
    border-radius: 0;
    min-height: 0;
    position: relative;
    width: 100%;
    z-index: 9
}
.navbar .container,
.main-navigation{
    align-items: -webkit-box;
    align-items: center;
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    flex-wrap: -webkit-box;
    flex-wrap: wrap;
    position: relative;
}
.main-navigation li {
    display: inline-block;
    list-style: outside none none;
    position: relative;
    transition: all 0.3s ease 0s;
    z-index: 1;
}
.home-icon a {
    background: #1D2730;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    padding: 10px 15px 8px;
    position: relative;
    text-align: center;
    width: 50px;
}
.home-icon a::before{
    background: #1D2730;
    bottom: -5px;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
}
.home-icon a::after {
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid #121920;
    bottom: -5px;
    content: "";
    display: block;
    position: absolute;
    right: -5px;
}
.home-icon a:hover,
.home-icon a:hover:before{
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    background: #0D74BA;
    transition: all 0.5s ease 0s;
}
.home-icon a:hover:after{
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    border-left: 5px solid #0D74BA;
    transition: all 0.5s ease 0s;
}
.menu-content-wrapper {
    padding: 0 10px;
    text-align: center;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: 94%;
    width: calc(100% - 50px);
}
.main-navigation ul li {
    margin: 5px 0px 5px;
}
.main-navigation li a {
    border-right: 1px solid #283540;
    color: #fff;
    display: block;
    font-size: 20px;
	padding: 4px 25px 5px;
    text-transform: uppercase;
}

.main-navigation div > ul > li:first-child {
    margin-left: 0;
}
.main-navigation div > ul > li:last-child {
    margin-right: 0;
}
.main-navigation ul li a:hover,
.main-navigation li.current-menu-item a{
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    color: #0D74BA;
    transition: all 0.5s ease 0s;
}

/*   -- "Dropdown" section (These are the styles for the Dropdown section) --   */

.main-navigation ul li ul,
.main-navigation ul li:hover ul ul,
.main-navigation ul ul li:hover ul ul,
.main-navigation ul ul ul li:hover ul ul,
.main-navigation ul ul ul ul li:hover ul ul {
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}
.main-navigation ul li:hover ul,
.main-navigation ul ul li:hover ul,
.main-navigation ul ul ul li:hover ul,
.main-navigation ul ul ul ul li:hover ul,
.main-navigation ul ul ul ul ul li:hover ul {
    -webkit-transition:opacity 0.5s linear;
    opacity: 1;
    top: 34px;
    transition: all 0.5s ease 0s ;
    visibility: visible;
}
.main-navigation ul ul li:hover ul,
.main-navigation ul ul ul li:hover ul,
.main-navigation ul ul ul ul li:hover ul,
.main-navigation ul ul ul ul ul li:hover ul {
    -webkit-transition:opacity 0.5s linear;
    opacity: 1;
    top: -5px;
    transition: all 0.5s ease 0s ;
    visibility: visible;
}
.main-navigation ul li ul {
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    background-color: #fff;
    left: 0;
    position: absolute;
    text-align: left;
    top: 65px;
    transition: all 0.3s ease 0s;
    width: 200px;
}
.main-navigation ul li ul li {
    display: block;
    float: none;
    margin: 0;
}
.main-navigation ul li ul li a,
.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current-page-ancestor ul li a,
.main-navigation ul li.current-menu-ancestor ul li a,
.main-navigation ul li.current-page-item ul li a {
    border: none;
    color: #383838;
    float: none;
    font-size: 15px;
    height: inherit;
    line-height: 20px;
    padding: 10px 14px;
}
.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover > a,
.main-navigation ul li.current-menu-item ul li a:hover {
    background: #1D2730;
    color: #fff;
}
.main-navigation ul li ul li ul {
    -webkit-transition:opacity 0.5s linear;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-top: medium none;
    left: 200px;
    top: 0;
    transition: all 0.5s ease 0s ;
}
.main-navigation ul ul li:hover ul,
.main-navigation ul ul ul li:hover ul,
.main-navigation ul ul ul ul li:hover ul,
.main-navigation ul ul ul ul ul li:hover ul,
.main-navigation ul li ul {
    border-top: 5px solid #0D74BA;
}
.menu-item-has-children::before {
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    color: #fff;
    content: "\f107";
    display: block;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 1;
    position: absolute;
    right: 14px;
    top: 5px;
    transition: all 0.3s ease 0s;
}
.menu-item-has-children:hover:before{
    -moz-transform: rotate(180deg);
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -webkit-transition: all 0.3s ease 0s;
    color: #0D74BA;
    top: 7px;
    transform: rotate(180deg);
    transition: all 0.3s ease 0s;
}



/*   -- "Search Form" section (These are the styles for the Search Form section) --   */

/*  ====== Featured Content =====  */
.entry-footer > span {
    font-size: 18px;
    margin-right: 15px;
}
.entry-footer > span a{
    font-size: 14px;
    text-transform: capitalize;
}
.entry-footer > span a:first-child{
    margin-left: 8px;
}
.entry-footer > span:last-child {
    float: right;
}

.text-right {
    text-align: right ;
}

.text-left {
    text-align: left ;
}

.text-center {
    text-align: center ;
}

/*   -- "Featured Slider" section (These are the styles for the Featured Slider section) --   */
.featured-slider {
    border: 1px solid #EAEBED;
    margin: 0px 0 0;
    padding: 20px 20px 0;
}
.featured-slider .owl-carousel .owl-stage-outer{
    padding-bottom: 20px;
}
.featured-slider > img{
    width: 100%
}
.slider-text p{
    margin-bottom: 10px;
}
.slider-title {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 1.2;
    padding: 10px 0px 3px;
}
.slider-title a,
.featured-slider p,
.promo-slider-wrapper p{
    color: #FFFDFD
}
.slider-content {
    position: relative;
}
.slider-text {
    background: rgba(17, 25, 32, 0.7);
    border-top: 3px solid #0DBA7F;
    bottom: 0px;
    max-width: 100%;
    padding: 30px 15px 13px;
    position: absolute;
    right: 50px;
    width: 385px;
}
.v-center{
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.slider-title a:hover{
    color: #4fbbbd;
}
.featured-slider .owl-theme .owl-dots,
.promo-slider-wrapper.owl-theme .owl-dots {
    position: absolute;
    right: 50px;
    text-align: center;
    top: 23px;
}
.featured-slider .owl-theme .owl-dots .owl-dot span,
.promo-slider-wrapper.owl-theme .owl-dots .owl-dot span {
    background: none;
    border: 2px solid #fff;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff
}
.featured-slider  .entry-meta {
    border-top: none
}


/*    post styling freom here    */
.post{
    margin-bottom: 20px;
}
.post.small-post .featured-image{
    float: left;
    margin-right: 15px;
    width: 105px;
}
.video-blog .post.small-post .featured-image{
    margin-right: 20px;
    width: 150px;
}
.post.small-post .post-content{
    float: right;
    padding: 12px 0 5px;
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: 66%;
    width: calc(100% - 120px);

}
.widget .post.small-post .post-content{
    padding: 0 0 5px;
}
.video-blog .post.small-post .post-content{
    padding-top: 0;
    width: -moz-calc(100% - 170px);
    width: -webkit-calc(100% - 170px);
    width: 66%;
    width: calc(100% - 170px);

}
.post.small-post .entry-header {
    padding: 0;
}
.post.small-post .entry-meta {
    border-top: 1px solid rgba(200, 201, 202, 0);
    padding-top: 6px;
}
.post.small-post .cat-links {
    margin-bottom: 5px;
}
.post.small-post{
    margin-bottom: 0;
}
.post p {
    line-height: 1.5;
}
.post-item-wrapper.post-item-has-2 .post {
    width: 50%;
    float: left;
    margin-bottom: 5px
}
.post-item-wrapper.post-item-has-2 .post:nth-child(2n+2) {
    padding-left: 15px;
}
.post-item-wrapper.post-item-has-2 .post:nth-child(2n+1) {
    padding-right: 15px;
    clear: both;
}
.post-item-wrapper .load-button-wrap {
    margin-bottom: 36px;
}
.post-item-wrapper.post-item-has-2 .load-button-wrap{
    margin-bottom: 16px;
}
.flexible-post .post .featured-image {
    float: left;
    padding-right: 10px;
    width: 50%;
}
.flexible-post .post .post-content {
    float: right;
    padding-left: 5px;
    width: 50%;
}

/*   ===== post-featured-image =====  */

.featured-image {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.post .featured-image img{
    width: 100%;
}

/*  9.0 ===== Content =====   */

.site-content h1,
.site-content h2,
.site-content h3,
.site-content h4,
.site-content h5,
.site-content h6 {
    padding-bottom: 10px;
}

/*   -- "Entry Header"  (These are the styles for the Entry Header ) --   */

.entry-header {
    padding: 10px 0 12px; /*for space on the top and bottom of the entry header to balance the entry meta and figure on the gallery page, blog page etc.*/
}
.entry-header.heading {
    padding: 0px 0 20px;
}
.post .entry-header {
    padding-top: 0; /*for space on the top and bottom of the entry header to balance the entry meta and figure on the gallery page, blog page etc.*/
    padding-bottom: 0;
}
.featured-news-section .post .entry-header{
    padding-top: 0px;
    padding-bottom: 0px;
}
.cat-links{
    display: block;
    position: relative;
}
.cat-links a {
    background: #0DBA7F;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 12px;
    margin: 0 6px 5px 0;
    padding: 4px 11px 4px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.cat-links a.blue-bg{
    background: #0D74BA
}
.cat-links a.green-bg{
    background: #3CB828
}
.cat-links a.orange-bg{
    background: #D56817
}
.cat-links a.pink-bg{
    background: #AB0BAD
}
.cat-links a:hover,
#secondary .widget .cat-links a:hover,
.wpcf7-submit[type="submit"]:hover,
.form-submit input[type="submit"]:hover,
.page-content .search-form .search-submit:hover {
    background: #2F3D4A;
    border-color: #2F3D4A;
    color: #fff;
}
.ads-section img{
    width: 100%;
}

/*   -- "Entry Title" section (These are the styles for the Entry Title section) --   */
.entry-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
}
.site-content .small-post h3.entry-title{
    padding-bottom: 3px;
}
.heading .entry-title {
    border-bottom: 2px solid #CEDDE7;
    display: block;
    font-size: 20px;
    line-height: 1.1;
    padding-bottom: 16px;
    text-transform: uppercase;
}
.heading .entry-title span{
    display: inline-block;
    position: relative;
}
.heading .entry-title span::before {
    background: #303E4B;
    bottom: -18px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 100%;
}
.color-1 .heading .entry-title span::before {
    background: #0D74BA
}
.color-1 .slider-text {
    border-color: #0D74BA;
}
.color-2 .heading .entry-title span::before {
    background: #3CB828
}
.color-2 .slider-text {
    border-color: #3CB828
}
.color-3 .heading .entry-title span::before {
    background: #17BD84
}
.color-3 .slider-text {
    border-color: #17BD84
}
.color-4 .heading .entry-title span::before {
    background: #AB0BAD
}
.color-4 .slider-text {
    border-color: #AB0BAD
}
.color-5 .heading .entry-title span::before {
    background: #F3771A
}
.color-5 .slider-text {
    border-color: #F3771A
}



/*   -- "Entry Meta" section (These are the styles for the Entry Meta section) --   */
.entry-meta {
    padding-top: 13px;
}
.entry-meta-wrapper{
    padding-top: 10px;
}
.entry-meta-wrapper .entry-meta {
    width: 50%;
    float: left;
}
.entry-meta-wrapper .entry-meta:last-child{
    text-align: right;
}
.post-content .entry-meta {
    padding-top: 5px;
}
.entry-meta > span {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    text-transform: uppercase;
}
.entry-meta,
.entry-meta a {
    color: rgb(37, 40, 43);
    font-size: 12px;
}
.entry-meta a{
    text-transform: uppercase;
}

.entry-meta a:hover,
.featured-news-wrapper .entry-meta a:hover,
.featured-slider .entry-meta a:hover,
.promo-slider-wrapper .entry-meta a:hover {
    color: #4fbbbd;
}
.site-footer .entry-meta,
.site-footer .entry-meta a {
    color: #767676;
}
.entry-meta .cat-links,
.entry-meta .cat-links a {
    color: #767676;

}
.entry-meta .cat-links a {
    display: inline-block;
    padding-bottom: 10px;
}
#secondary .entry-meta .cat-links a {
    padding-bottom: 0px;
}
.post-content-wrap .entry-meta .cat-links a {
    padding-bottom: 0px;
}
.entry-meta [class*="fa-"] {
    color: rgb(37, 40, 43);
    display: inline-block;
    line-height: 1.1;
    margin-right: 5px;
}
.entry-header .entry-meta {
    margin: 0 0 8px;
    padding-top: 0;
}
.entry-meta > div {
    display: inline-block;
    line-height: 1;
    padding-right: 10px;
}
.entry-meta > div a{
    font-family: 'Barlow Condensed', sans-serif
}


/* Tag Links */
.tags-links {
    position: relative;
    padding-left: 7px;
}
.tags-links:before{
    content: "\f02b";
    display: block;
    font-family: 'FontAwesome';
    left: 0;
    position: absolute;
}
.tags-links > a {
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    display: inline-block;
    padding: 0 8px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.widget_tag_cloud a:hover {
    color: #fff;
    opacity: 1;
}

/*   -- "Entry Content" section (These are the styles for the Entry Content section) --   */

.entry-content {
    display: block;
    overflow: hidden;
    padding-bottom: 15px;
    width: 100%;
}
.post .entry-content{
    padding-bottom: 5px;
}
.entry-content dt,
.comment-content dt {
    font-weight: bold;
}
.entry-content dd,
.comment-content dd {
    margin-bottom: 20px;
}
.entry-content td,
.comment-content td {
    padding: 8px;
}
.post .entry-content > p:last-child {
    margin-bottom: 5px;
}

/*      COMMENT     */
.bypostauthor > article .fn:after {
    content: "\f304";
    left: 3px;
    position: relative;
    top: 5px;
}
.bypostauthor {
    display: block;
}

.comment-list .reply {
    text-align: right;
}
.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
    max-width: 1040px;
    padding-left: 60px;
    padding-right: 376px;
}
.comment-list{
    list-style-type: none;
    margin-left: 0 !important;
    padding: 0 !important;
    padding: 0;
}
.comment-list .children {
    list-style-type: none;
    padding: 0;
}
.comment-list .children {
    margin-left: 65px !important;
}
.comment-list .children .avatar {
    border-left: 5px solid ;
    left: -7px;
    padding-left: 10px;
}
.comment-list > li:after,
.comment-list .children > li:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
}
#comments ol,
#comments ul {
    list-style-type: none !important;
    margin-left: 0;
}
.comment-body,
.post-author {
    clear: both;
    padding: 0px 0 24px 140px;
    position: relative;
}
.comment-body {
    margin: 0 0 30px;
    padding: 0 0 41px 140px;
}
.comment-content > p:last-child {
    margin-bottom: 12px;
}
.comment-author .avatar img,
.post-author .avatar img {
    display: block;
    height: 120px;
    width: 120px;
}
.comment-metadata .fn,
.comment-author .url,
.comment-reply-login {
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    text-transform: uppercase;
}
.says {
    display: none;
}
.comment-list .edit-link {
    margin-left: 20px;
}
.comment-awaiting-moderation{
    float: right;
    text-align: left;
    width: -moz-calc(100% - 125px);
    width: -webkit-calc(100% - 125px);
    width: 82%;
    width: calc(100% - 125px);
    word-wrap: break-word;
}
.comment-meta,
.comment-meta a {
    color: #181818;
    font-size: 13px;
}
.comment-metadata a{
    color: #ababab;
}
.comment-meta > div {
    float: left;
    margin-right: 10px;
}
.reply a:hover {
    color: #181818;
}
.comment-metadata {
    margin-bottom: 8px;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.pt-1 {
    padding-top: 10px;
    }
.pb-1 {
    padding-bottom: 10px;
}

/* Comment form */
.comment .comment-respond {
    margin-bottom: 20px;
    padding: 20px;
}
.comment-form .comment-notes {
    margin-bottom: 15px;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url,
.comment-form p {
    margin-bottom: 5px;
}
.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
    float: left;
    padding: 5px 0;
    width: 120px;
}
.comment-form .required {
    color: #ed331c;
}
.comment-form textarea {
    width: 100%;
}
.form-allowed-tags,
.form-allowed-tags code {
    color: #383838;
    font-size: 12px;
}
.form-allowed-tags code {
    font-size: 10px;
    margin-left: 3px;
}
.comment-list .pingback,
.comment-list .trackback {
    padding-top: 24px;
}
.comment-navigation {
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    margin: 0 auto;
    max-width: 604px;
    padding: 20px 0 30px;
    width: 100%;
}

/*     comment area     */
.comment-reply-title{
    border-bottom: 2px solid #dfdfdf;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.comment-reply-title span::before {
    background: #303E4B;
    bottom: -12px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 100%;
}
.comments-area {
    padding: 30px 0 5px;
    position: relative;
}
.comments-area ul,
.comments-area ol {
    list-style: none;
}
.comment-form-comment,
.form-submit {
    padding: 0 !important;
    width: 100% !important;
}
.form-submit {
    text-align: right;
}
.comment-form input[type="submit"]{
    display: inline-block;
}
.comment-form p{
    position: relative;
}
.comment-form p .comment-input-icon {
    background: #303E4B;
    display: block;
    height: 37px;
    left: 2px;
    padding: 10px 0 0;
    position: absolute;
    text-align: center;
    top: 2px;
    width: 37px;
}
.comment-form p .fa{
    color: #fff;
}
.comment-form p input {
    padding-left: 50px;
}
.comment-form p.form-submit input {
    padding-left: 40px;
}


/* 11.0 ===== Contact form 7 styling ===== */
.wpcf7-form {
    padding: 10px 0 0;
}
.wpcf7-form p {
    margin: 0 0 14px;
    text-align: right;
}
.wpcf7-form textarea {
    resize: none;
}
.wpcf7-submit[type="submit"],
.form-submit input[type="submit"],
.page-content .search-form .search-submit {
    background: #303E4B;
    color: #fff;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}
.wpcf7-form .contact-textarea,
.wpcf7-form .contact-submit{
    padding: 0 !important;
    width: 100% !important;
}
.contact-submit {
    text-align: center !important;
}
.wpcf7-form input,
.wpcf7-form textarea {
    background: rgba(23, 31, 39, 0.5);
    border-bottom: 1px solid #6E767C;
    border: none;
    color: #fff;
    margin-bottom: 0px;
    padding: 10px 18px;
}
.wpcf7-form textarea {
    margin-bottom: 0;
}
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form textarea:focus{
    border-color: #fff;
}
.wpcf7 {
    margin: 30px 0 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-textarea-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder  { /* Firefox 19+ */
    opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-textarea-placeholder { /* IE 10+ */
    opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 18- */
    opacity: 1;
}

/*     Name: Error form     **/

form.cmxform label.error,
label.error {
    color: #ff0000;
    font-style: italic;
    margin: 10px 0 0;
    text-align: left;
}
div.error {
    display: none;
}

/*   ===== Pages =====   */


.page-title-wrap {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    position: relative;
}
.page-title-wrap::before {
    background: rgba(37, 40, 43, 0.8);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.page-title {
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 48px;
    font-weight: 700;
    line-height: 31px;
    margin-bottom: 30px;
    padding: 0 0 37px;
    position: relative;
    text-transform: uppercase;
}
.page-sub-title {
    color: rgb(234, 237, 153);
    display: block;
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 8px;
}
.page-title-wrap div{
    position: relative;
}
.page-title a,
.taxonomy-description p {
    color: #fff;
}
.page-title-wrap .breadcrumb {
    background: #fff;
    border-radius: 0;
    display: inline-block;
    margin: 0 0 -15px;
    padding: 15px 20px;
    position: relative;
    text-align: center;
}

/*   -- "bbPress Support" section (These are the styles for the bbPress Support section) --   */

#bbpress-forums,
#bbpress-forums button,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
div.bbp-search-form input,
div.bbp-search-form button,
div.bbp-breadcrumb,
div.bbp-topic-tags {
    font-size: 16px;
}
div.bbp-search-form input,
div.bbp-search-form button {
    padding: 10px;
}
#bbpress-forums div.bbp-search-form {
    float: none;
}
#bbpress-forums ul,
#bbpress-forums ol {
    margin: 0;
}
#bbpress-forums #bbp-search-form #bbp-search {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border-right: 0 none;
    width: 100%;
}
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
    display: inline-block;
    line-height: 20px;
    margin-top: 5px;
}
div.bbp-submit-wrapper button {
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    background-color: rgb(46, 60, 66);
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: 400;
    height: 40px;
    margin-bottom: 30px;
    padding: 0px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
}


/*   ===== pagination =====   */

.pagination,
#wp-page-numbers,
.wp-pagenavi,
#main ul.default-wp-page {
    border-radius: 0px;
    margin: 0 0 10px;
}
.pagination .nav-links {
    float: right;
}
.pagination a,
.pagination > li > a,
.pagination > li > span,
#wp_page_numbers li,
.wp-pagenavi li,
#main ul.default-wp-page,
.pagination > span {
    background-color: rgba(210, 209, 209, 0);
    border: medium none;
    color: rgb(57, 57, 60);
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin: 0 8px;
    padding: 3px 10px;
    text-transform: uppercase;
}
.pagination a.prev,
.pagination a.next {
    border: 1px solid #000;
    display: inline-block;
    padding: 2px 10px;
    position: relative;
    text-indent: -99999999px;
}
.pagination .current{
    background-color: #25282b;
    color: #fff;
    margin: 0 8px;
    padding: 4px 10px 3px;
}
.pagination a:hover,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
#wp_page_numbers li > a:hover,
.wp-pagenavi li > a:hover,
#main ul.default-wp-page li > a:hover,
.pagination > span {
    background-color: #25282b;
    color: #fff;
}
.post-navigation {
    padding: 0 0 20px;
}
.nav-previous {
    float: left;
    position: relative;
    width: 45%;
}
.nav-next{
    float: right;
    position: relative;
    width: 45%;
}
.nav-links a {
    font-weight: 600;
    position: relative;
}

.post-navigation .nav-links a {
    background: #303E4B;
    color: #fff;
    display: block;
    padding: 15px;
}
.post-navigation .nav-links .nav-next a{
    padding-left: 50px;
}
.post-navigation .nav-links .nav-previous a{
    padding-right: 50px;
}
.pagination a.prev::before,
.nav-previous a::before {
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    color: #fff;
    content: "\f060";
    display: block;
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    right: -5px;
    text-indent: 0;
    transition: all 0.3s ease-out;
    z-index: 9;
}
.nav-previous a::before {
    bottom: 0;
    height: 18px;
    margin: auto;
    right: 15px;
    top: 0;
}
.pagination a.next::before,
.nav-next a::before {
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    color: #fff;
    content: "\f061";
    display: block;
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    right: -5px;
    text-indent: 0;
    transition: all 0.3s ease-out;
    z-index: 9;
}
.nav-next a::before {
    bottom: 0;
    height: 18px;
    left: 15px;
    margin: auto;
    top: 0;
}


/*  8.0 ===== Widgets =====  */
.widget {
    margin-bottom: 30px;
}
#secondary .widget {
    border: 1px solid #EAEBED;
    margin-bottom: 50px;
    padding: 11px 20px 20px;
}
#secondary .widget.widget-ads{
    border: none;
    padding: 0;
}
.widget ul li {
    display: block;
}
#secondary .widget li a,
#secondary .widget li {
    color: #212426;
    font-size: 16px;
    position: relative;
}
#secondary .widget a:hover{
    color: #55bdbf;
}


/*    widget post author styling from here   */
.widget-post-author {
    margin-top: 30px;
    margin-bottom: 50px;
}
#secondary .widget-post-author {
    margin-top: 0px;
}
.widget-post-author .avatar {
    border-radius: 65px;
    border: 2px solid #CBD0D4;
    height: 64px;
    margin: 0 auto;
    overflow: hidden;
    width: 64px;
}
.author-details {
    border-right: 1px solid #EAEBED;
    float: left;
    width: 175px;
}
.author-text {
    float: right;
    width: -webkit-calc(100% - 175px);
    width: 75%;
    width: calc(100% - 175px);
}
.author-details h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
    text-align: center;
    text-transform: uppercase;
}
.author-text p{
    padding-left: 35px;
}
.author-text p:last-child{
    border-top: 1px solid #EAEBED;
    margin-bottom: 0;
    padding-top: 15px;
}
.author-text p a{
    text-transform: uppercase;
    font-weight: 600;
}
.author-text p a .fa{
    margin-left: 5px;
}
.widget-post-author .inline-social-icons {
    text-align: center;
}
.widget-post-author .inline-social-icons li,
.widget-post-author .widget .inline-social-icons li {
    margin: 0 2px;
}
.widget-post-author .inline-social-icons li a {
    border-radius: 0;
    border: none;
    color: #fff;
    height: 22px;
    padding: 3px 0 0;
    width: 22px;
}
.widget-post-author .social-links ul li a:before{
    color: #fff;
    font-size: 12px;
}
.widget-post-author .social-links ul li a[href*="facebook.com"] {
    background: #3B5998;
}
.widget-post-author .social-links ul li a[href*="twitter.com"] {
    background: #35A3F0;
}
.widget-post-author .social-links ul li a[href*="plus.google.com"] {
    background: #DD4B39;
}
.widget-post-author .social-links ul li a:hover{
    background: #303E4B;

}


/*     Widget-Search     */
.widget_search {
    position: relative;
}
.widget_search .search-submit {
    background: url("assest/img/search-icon.png") no-repeat scroll center center / 30px auto;
    border-radius: 0;
    border: medium none;
    box-shadow: inherit;
    color: rgb(255, 255, 255);
    height: 57px;
    margin: 0;
    padding: 0 8px;
    position: absolute;
    right: 0;
    top: 0;
    width: 57px;
}
.widget_search .search-submit:hover{
    background: url("assest/img/search-icon.png") no-repeat scroll center center / 30px auto;;
}
.widget_search input[type="search"],
.error-content-wrap input[type="search"] {
    padding-right: 70px;
}

/*   -- "Widget Calendar" section (These are the styles for the Widgete calendar section) --   */
.widget_calendar table,
.widget_calendar th,
.widget_calendar td {
    border: none;
}


/*    widget categories styling from here   */
.widget.widget_categories ul li {
    text-align: right;
}
.widget.widget_categories li a {
    float: left;
}


/*    widget latest news styling from here    */
.widget-latest-news .entry-meta time,
.widget-latest-news .entry-meta > span {
    text-transform: inherit ;
}
.widget-latest-news .entry-meta [class*="fa-"]{
    margin-top: 2px
}
.widget-latest-news .post-content > a{
    margin-bottom: 20px;
    display: block;
}




/*    textwidget styling from here    */
.textwidget {
    margin: 0 0 20px;
}
.widget_text address {
    display: inline-block;
    margin: 0;
    vertical-align: top;
}
.site-content .widget_text > ul{
    margin: 0;
    padding: 0;
}
.widget_text li {
    color: rgb(103, 103, 103);
    list-style: outside none none;
    margin-bottom: 2px;
}
.widget_text li a{
    color: rgb(95, 100, 104);
}


/*   widget tag cloud styling from here   */
.widget_tag_cloud a {
    border: 1px solid #303E4B;
    color: #303E4B;
    display: inline-block;
    font-size: 14px;
    margin: 3px 5px 5px 0;
    padding: 5px 15px;
    text-transform: uppercase;
}
#secondary .widget.widget_tag_cloud a:hover {
    color: #fff;
}

/*   widget social link styling from here   */
.widget-social-link li a{
    padding-bottom: 5px;
}
.widget-social-link li a span {
    display: block;
    color: #fff;
    margin-top: 4px;
    font-size: 12px;
}
.widget-social-link .social-links ul li a::before {
    color: #fff;
}
.widget-social-link .inline-social-icons li a {
    background: #000;
    min-width: 65px;
    min-height: 85px;
    border-radius: 0;
    border: none;
}
.widget-social-link .inline-social-icons.social-links ul li a:hover::before {
    color: #fff;
}
.widget-social-link .inline-social-icons li a[href*="facebook.com"]{
    background: #3B5998
}
.widget-social-link .inline-social-icons li a[href*="twitter.com"]{
    background: #35A3F0
}
.widget-social-link .inline-social-icons li a[href*="linkedin.com"]{
    background: #115281
}
.widget-social-link .inline-social-icons li a[href*="plus.google.com"]{
    background: #DD4B39
}
.widget-social-link .inline-social-icons li {
    margin: 0 8px;
    float: left;
}


/*   -- "Recent Entries/Comments widget" section (These are the styles for the Recent Entries/Comments widget section) --   */

.widget_recent_entries ul li {
    border: 1px solid rgb(209, 209, 209);
    margin-bottom: 10px;
}

.recentcomments ,
.widget ul li.recentcomments {
    border-bottom: 1px solid #D6D8DB;
    margin-bottom: 18px;
    padding-bottom: 15px;
    padding-top: 2px;
}
.recentcomments:last-child,
.widget ul li.recentcomments:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.recentcomments .comment-author-image {
    border-radius: 50px;
    float: left;
    height: 43px;
    margin-right: 17px;
    overflow: hidden;
    width: 43px;
}
.recentcomments .comment-author-text {
    float: right;
    width: 100%;
}
.comment-author-link {
    display: block;
    margin-bottom: 2px;
}
.comment-author-link a {
    font-weight: 600;
    text-transform: uppercase;
}

/*   widget tag cloud styling from here   */
.widget-subscribe{
    background: #303E4B;
}
#secondary .mc4wp-form-wrapper {
    background: #3B4A57;
    margin-top: 8px;
    padding: 30px 25px 20px;
}
#secondary .mc4wp-form-wrapper > p {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}
#secondary .mc4wp-form input[type="submit"] {
    background: #303E4B;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    width: 100px;
}
#secondary .mc4wp-form input[type="email"] {
    background: none;
    border-radius: 50px;
    border: 1px solid #868F97;
    color: #868F97;
    padding-right: 102px;
    width: 98%;
}

/*    error page styling from here  */
.error-404.not-found {
    margin: 0 auto;
    max-width: 490px;
    padding: 50px 0;
    text-align: center;
    width: 100%;
}
.site-content .error-404 .page-title {
    color: #303E4B;
    font-size: 290px;
    line-height: 0.8;
}
.error-icon {
    margin-bottom: -60px;
    text-align: center;
}
.site-content .error-404 p {
    color: #303E4B;
    font-size: 40px;
    text-align: center;
}
.search-form {
    margin: 0 auto 30px;
    max-width: 100%;
    position: relative;
    width: 375px;
}
.site-header .search-form {
    margin: 0;
}
.site-content .error-404 a{
    display: inline-block;
    font-size: 40px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
}
.site-content .error-404 a::before {
    -moz-transition : all 0.3s ease 0s;
    -o-transition : all 0.3s ease 0s;
    -webkit-transition : all 0.3s ease 0s;
    background: #CBCFD2;
    bottom: -5px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transition : all 0.3s ease 0s;
    width: 100%;
}

.site-content .error-404 a:hover:before {
    -moz-transition : all 0.3s ease 0s;
    -o-transition : all 0.3s ease 0s;
    -webkit-transition : all 0.3s ease 0s;
    background: #0D74BA;
    transition : all 0.3s ease 0s;
}

/*        main styleing from here	   */

/*    topbar section styling from here    */
.topbar {
    background: #303E4B;
    color: #fff;
}
.topbar a,
.topbar p,
.topbar li,
.topbar{
    color: #fff;
    text-transform: uppercase;
}
.topbar-wrapper{
    align-items: -webkit-box;
    align-items: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: -webkit-box;
    flex-wrap: wrap;
    position: relative;
}
.topbar-left,
.topbar-right {
    width: 50%;
    float: left;
}
.topbar-left > div{
    display: inline-block;
    margin-right: 10px;
}
.topbar .date-section,
.weather-section {
    position: relative;
    padding-left: 23px;
}
.topbar .date-section::before,
.weather-section:before {
    color: #fff;
    content: "\f017";
    display: block;
    font-family: "FontAwesome";
    left: 0;
    position: absolute;
    top: 1px;
}
.weather-section:before {
    content: "\f0c2";
}
.topbar-right {
    text-align: right;
}
.tobbar-button {
    display: inline-block;
    text-align: right;
}
.topbar .inline-social-icons {
    display: inline-block;
    position: relative;
}
.topbar .inline-social-icons ul{
    display: none;
}
.topbar .inline-social-icons ul.share-open{
    display: block;
}
.share-icon .fa {
    background: #1D2730;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    padding: 15px;
}
.share-icon .fa:hover{
    background: #0D74BA
}
.tobbar-button a {
    position: relative;
    margin: 0 10px;
}
.tobbar-button a::before {
    color: #fff;
    content: "/";
    display: block;
    position: absolute;
    right: -14px;
    top: 0;
}
.tobbar-button a:last-child:before {
    display: none;
}
.share-open {
    background: #B7BCC0;
    min-width: 290px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 99;
    z-index: 9;
}

/*     search section styling from here   */
#left-search {
    text-align: right;
    width: 50px;
}
.search-toggle .fa::before {
    color: #fff;
    content: "\f002";
    display: block;
    font-family: "FontAwesome";
}

.search-toggle {
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    position: relative;
    text-align: center;
    width: 50px;
}
.search-toggle i {
    display: block;
}

.search-section {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
    position: absolute;
    right: 15px;
    top: 54px;
    visibility: hidden;
    z-index: 999999;
}
.search-toggle.search-active ~ .search-section {
    display: block;
    visibility: visible;
}
.search-section .search-arrow {
    background-color: rgb(255, 255, 255);
    border-color: rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-width: 1px 0 0 1px;
    display: block;
    height: 10px;
    position: absolute;
    right: 10px;
    top: -6px;
    transform: rotate(45deg);
    width: 10px;
}

.global-layout-right-search .search-toggle {
    border-left: 1px solid rgb(44, 45, 31);
    border-right: none;
    color: rgb(255, 255, 255);
    float: right;
    padding-left: 15px;
    padding-right: 0;
}
.global-layout-right-search .search-section{
    left: auto;
    right: 15px;
}
.global-layout-right-search .search-section .search-arrow {
    left: auto;
    right: 10px;
}
.search-form {
    position: relative;
}
.search-form input.search-submit{
    font-size: 0;
}
.search-form label input {
    margin: 0;
    padding-right: 55px;
}
.search-form label {
    margin: 0;
}

.site-header-v2 .search-toggle::before,
.search-toggle::before{
  content: "\f002";
  font-size: 18px;
  display: inline-block;
  font-family: "FontAwesome";
}
.site-header-v2 .search-toggle::before {
    color: #303e4b;
}
.search-active.search-toggle::before,
.search-toggle:hover:before {
    color: #0D74BA;
}
.search-form input[type="submit"] {
    -webkit-transition: all 0s ease 0s;
    background: #1D2730 url("assest/img/xsearch-icon1.svg") no-repeat scroll center center;
    background-size: 18px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    transition: all 0s ease 0s;
    width: 46px;
}
.search-form input[type="submit"]:hover {
    background: #0D74BA url("assest/img/xsearch-icon1.svg") no-repeat scroll center center;
    background-size: 21px;
}

/*    mc4wp-form form styling from here    */

.mc4wp-form {
    position: relative;
}
.mc4wp-form input[type="email"] {
    border: none;
    padding-right: 52px;
}
.mc4wp-form-fields {
    max-width: 100%;
    position: relative;
    width: 100%;
}
.mc4wp-form input[type="submit"] {
    font-size: 0;
}
.mc4wp-form p{
    margin-bottom: 0;
}
.mc4wp-form input[type="submit"] {
    background: #B7BCC0 url("assest/img/subscribe-icon1.svg") no-repeat scroll center center;
    background-size: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0s ease 0s;
    width: 48px;
}
.mc4wp-form input[type="submit"]:hover,
.site-footer .mc4wp-form input[type="submit"]:hover{
    background-color: #0D74BA ;
}


/*   featured news section styling from here    */
.featured-news-wrapper {
    margin-bottom: 30px;
}
.featured-news-section .post {
    margin-bottom: 0;
    position: relative;
}
.tech-blog .featured-news-section .post {
    margin-bottom: 20px;
}
.featured-news-section .post-content {
    bottom: 20px;
    left: 20px;
    padding: 20px;
    position: absolute;
    right: 20px;
}
.tech-blog .featured-news-section .post-content {
    bottom: 0;
    left: 0;
    right: 0;
}
.featured-news-section .featured-image{
    margin-bottom: 0
}
.featured-news-section .entry-meta {
    padding-top: 3px;
}
.featured-news-section a,
.featured-news-section .entry-meta,
.featured-news-section .entry-meta [class*="fa-"] {
    color: #fff;
}
.featured-news-section .cat-links a{
    text-shadow: 1px 2px 1px rgba(0,0,0,0)
}

/*    news blog styling frm here    */
.news-blog,
.ads-section,
.video-blog,
.life-style-blog,
.tech-blog,
.entertainment-blog,
.must-see-news-section,
.site-main,
.detail-page-wrapper {
    margin-bottom: 50px;
}
.news-blog .load-button-wrap {
    margin-bottom: 15px;
}

.pl-0 {
    padding-left: 0px;
}

.pr-0 {
    padding-right: 0px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

/*    video blog styling from here    */
.video-blog .post {
    border-bottom: 1px solid #CEDDE7;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 17px;
}
.video-blog .post.small-post {
    padding-bottom: 5px;
}
.video-blog .load-button-wrap {
    margin-bottom: 35px;
}
.video-blog .post.small-post .entry-meta {
    padding-top: 0;
}
.video-blog .post-count {
    background: rgba(46,59,71,0.9);
    border-bottom: 2px solid #C7CBCE;
    bottom: 0;
    color: #fff;
    height: 100%;
    padding: 15px 0;
    position: absolute;
    width: 60px;
}
.video-blog .item .post figure {
    margin: 0 0 4px;
}
.video-blog .post-count span {
    bottom: 0px;
    font-size: 30px;
    font-weight: 800;
    left: 0;
    line-height: 0.6;
    position: absolute;
    right: 0;
}
.video-blog .post .post-content{
    position: relative;
}
.video-play-icon {
    background: #3F4C58;
    cursor: pointer;
    height: 50px;
    left: 37px;
    padding-top: 15px;
    position: absolute;
    text-align: center;
    top: -54px;
    width: 50px;
}
.video-play-icon::before {
    color: #fff;
    content: "\f04b";
    font-family: 'FontAwesome';
    font-size: 16px;
    text-align: center;
}
.video-play-icon:after{
    background: #126FAF;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 100%;
}

/*    life style blog styling from here   */

.life-style-blog .post {
    border-bottom: 1px solid #CEDDE7;
    margin-bottom: 20px;
    padding-bottom: 17px;
}


/*    tech blog styling from here   */
.post.small-post {
    border-bottom: 1px solid #CEDDE7;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
#secondary .widget .post.small-post:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
#secondary .widget .post.small-post:last-child .featured-image{
    margin-bottom: 0;
}
.entertainment-blog .post {
    border-bottom: 1px solid #CEDDE7;
    padding-bottom: 20px;
}

/*   must see slider demo styling from here   */

.promo-slider-wrapper .slider-text {
    padding: 30px 25px 30px;
    right: 20px;
    width: 305px;
}
.promo-slider-wrapper .entry-meta {
    padding-top: 0px;
}
.promo-slider-wrapper .slider-title{
    padding-top: 5px;
}
.promo-slider-wrapper.owl-theme .owl-dots {
    right: 20px;
    top: 135px;
}
.middle-news-section .post-content {
    bottom: 20px;
    left: 20px;
    padding: 20px;
    position: absolute;
    right: 20px;
}
.middle-news-section a,
.middle-news-section span,
.middle-news-section .entry-meta [class*="fa-"] {
    color: #fff;
}
.last-news-section .entry-title {
    padding-bottom: 0;
}
.last-news-section .post-content {
    padding-left: 50px;
    position: relative;
    width: 100%;
}
.last-news-section .post {
    border-bottom: 1px solid #CEDDE7;
    margin-bottom: 16px;
    padding-bottom: 15px;
}
.last-news-section .post:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}
.promo-features-wrapper .post {
    border-bottom: 1px solid #CEDDE7;
    margin-bottom: 9px;
    padding-bottom: 9px;
}
.promo-features-wrapper .post .post-content {
    padding-left: 50px;
    position: relative;
}
.promo-features-wrapper .custom-col-6:first-child .post,
.promo-features-wrapper .custom-col-6:last-child .post {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.promo-features-wrapper .custom-col-6:first-child .post .post-content {
    padding-left: 20px;
    position: absolute;
}


.category-number-section {
    bottom: 0;
    color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    width: 40px;
}
.category-number-color-1 {
    background: #3CB828;
}
.category-number-color-2 {
    background: #0DBB80
}
.category-number-color-3 {
    background: #F4771B
}
.category-number-color-4 {
    background: #0D74B9
}
.count-number {
    bottom: 0px;
    font-size: 40px;
    line-height: 0.8;
    position: absolute;
}

.promo-features-wrapper {
    overflow: hidden;
}
.promo-slider {
    margin-bottom: 20px;
}
.featured-news-section .promo-slider {
    margin-bottom: 0px;
}
.middle-news-section .post{
    position: relative;
}
.must-see-news-wrapper.active .must-see-news-section{
    overflow: hidden;
}
.must-see-news-wrapper.active .must-see-news-section > section {
    width: 50%;
    float: left;
}
.must-see-news-wrapper.active .must-see-news-section > section:nth-child(2n+1){
    padding-right: 15px;
}
.must-see-news-wrapper.active .must-see-news-section > section:nth-child(2n+2){
    padding-left: 15px;
}
.must-see-news-wrapper .last-news-section .post:last-child,
.must-see-news-wrapper.active .promo-slider,
.must-see-news-wrapper .featured-image,
.middle-news-section .post{
    margin-bottom: 0px;
}



/*   listing page styling from here   */
.featured-news-section.listing-featured-news-section .post-content {
    bottom: 0;
    left: 0;
    right: 0;
}

/*   tab section styling from here  */

.tab {
    display:none;
}
.tab.active {
    display:block;
}
.tabs ul.tab-links li {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
}
.widget .tabs ul.tab-links li {
    width: 49.1%;
}
.tabs ul.tab-links {
    border-bottom: 2px solid #CEDDE7;
    margin-bottom: 20px;
    margin-top: 4px;
    padding-bottom: 15px;
}
.tabs ul.tab-links li a,
#secondary ul.tab-links li a{
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
}
.tabs ul.tab-links li.active:before{
    background: #303E4B;
    bottom: -17px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 100%;
}

/*    contact page styling from here   */
.contact-section-wrap {
    background: #EAEBED;
}
.contact-info-section {
    float: left;
    padding: 70px 15px;
    width: 50%;
}
.contact-detail {
    max-width: 345px;
    margin: 14% auto 0;
}
.site-footer .contact-detail {
    margin: 0;
}
.site-footer .contact-detail p{
    max-width: 185px;
}
.contact-form-wrap {
    background-attachment: fixed ;
    background-position: 50% 0;
    background-repeat: no-repeat ;
    background-size: cover ;
    background: url("assest/img/contact-form-bg.jpg") repeat scroll 0 0;
    float: right;
    padding: 73px 15px 50px;
    position: relative ;
    width: 50%;
}

.contact-form-wrap::before {
    background: rgba(48, 62, 75, 0.8);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.contact-form-wrap > .entry-content{
    margin: 0 auto;
    max-width: 415px;
    position: relative;
}
.contact-detail h3 {
    color: #303E4B;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.18;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.contact-detail p {
    color: #303E4B;
    font-size: 25px;
    font-weight: 500;
}
.site-footer .contact-detail p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
}
.contact-detail p .fa {
    width: 52px;
    margin-right: 18px;
    font-size: 35px;
    float: left;
}
.site-footer .contact-detail p .fa {
    width: 15px;
    margin-right: 10px;
}
.contact-detail p span {
    display: block;
    float: right;
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: 83%;
    width: calc(100% - 70px);
}
.site-footer .contact-detail p span {
    width: 90%;
    width: calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    width: -moz-t-calc(100% - 25px);
}
.map-section {
    position: relative;
}
.find-btn {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -19px;
    width: 170px;
}
.find-btn .box-button{
    background: #fff;
    border-color: #fff;
    color: #303E4B;
    font-size: 25px;
    font-weight: 600;
}
.find-btn .box-button:hover{
    background: #303E4B;
    color: #fff;
}

/*   no image styling from here   */

.featured-slider  .slider-content.no-image {
    min-height: 360px;
}
.featured-news-section .post.no-image {
    min-height: 302px;
}
.post.no-image .post.small-post .post-content {
    float: none;
    width: -moz-calc(100% - 0);
    width: -webkit-calc(100% - 0);
    width: 100%;
    width: calc(100% - 0);
}

/*  10.0 ===== Footer =====   */

/*   -- "Footer" section (These are the styles for the Footer section) --   */
.site-footer {
    background: #303E4B;
    padding: 20px 0 50px;
}

.footer-branding:hover img {
    opacity: 0.5;
    transition: all 0.3s ease 0s;
}
.footer-branding {
    margin-bottom: 20px;
}
.site-footer .widget-area {
    padding: 22px 0 40px;
    position: relative;
}
.site-footer .textwidget {
    color: rgb(166, 167, 166);
}
.widget-area .widget {
    margin: 0 0 30px;
}
.widget-title {
    border-bottom: 2px solid #CEDDE7;
    color: #303E4B;
    display: block;
    font-size: 20px;
    margin: 0 0 18px;
    padding-bottom: 19px;
    position: relative;
    text-transform: uppercase;
}
.site-footer .widget-title {
    border-bottom: 1px solid #646E78;
    color: #fff;
    display: block;
    font-size: 16px;
    margin: 0 0 17px;
    padding-bottom: 2px;
}
.widget-title > span,
.comment-reply-title span {
    display: inline-block;
    position: relative;
}
#secondary .widget-title span::before{
    background: #303E4B;
    bottom: -12px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 100%;
}

.site-footer .widget ul li a {
    text-transform: uppercase;
}
.widget ul li{
    margin-bottom: 12px;
}
.widget ul li:last-child,
#secondary .post:last-child{
    margin-bottom: 0;
}

.site-footer p {
    color: rgb(166, 167, 166);
}
.widget .textwidget h3{
    font-size: 18px;
    margin-bottom: 20px;
    color: rgb(37, 40, 43);
}
.site-footer .textwidget .fa {
    vertical-align: middle;
    width: 25px;
}
.site-footer .contact-detail p .fa {
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.3;
}
.site-footer .widget p,
.site-footer .widget a,
.site-footer .widget li,
.site-footer .widget span{
    color: #fff;
}
.site-footer .widget a:hover{
    color: #4fbbbd;
}
.site-footer .site-title {
    font-size: 20px;
    margin-bottom: 5px;
}
.site-footer .site-description {
    color: rgb(166, 167, 166);
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 4px;
}
.site-footer ul,
.site-footer ol {
    list-style: none;
}
.site-footer .widget ul ul li a {
    padding-left: 20px;
}
.site-footer .widget ul ul ul li a {
    padding-left: 30px;
}
.site-footer .widget_recent_entries ul li {
    border: none;
    margin-bottom: 0px;
}
.site-footer a {
    color: rgb(166, 167, 166);
    display: inline-block;
}
.site-info {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 3px;
}
.site-footer address {
    margin: 0;
}
.site-generator .container {
    align-items: center;
    align-items: -webkit-box;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    flex-wrap: -webkit-box;
    background: #26323D;
}
.copy-right {
    color: #8D9297;
    display: block;
    font-size: 14px;
    padding: 26px 10px;
    text-transform: uppercase;
}
.copy-right a{
    color: #8D9297;
}
.inline-social-icons li,
.widget .inline-social-icons li{
    text-align: center;
}
.site-footer input[type="text"],
.site-footer input[type="email"],
.site-footer input[type="search"],
.site-footer input[type="password"],
.site-footer input[type="tel"],
.site-footer input[type="url"],
.site-footer input[type="date"],
.site-footer textarea,
.site-footer input[type="reset"],
.site-footer input[type="button"],
.site-footer input[type="submit"] {
    color: #000;
}
.site-footer input[type="reset"]:hover,
.site-footer input[type="button"]:hover,
.site-footer input[type="submit"]:hover {
    color: rgb(255, 255, 255);
}
.site-footer form input,
.site-footer form textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}






/*   -- "Galleries" section (These are the styles for the Galleries section) --   */

.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
    width: 100%;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
.gallery-size-thumbnail {
    margin: 0 -10px 20px;
}
.gallery {
    margin: 0 -10px;
}
.gallery-item {
    float: left;
    margin: 10px auto;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    text-align: center;
    vertical-align: top;
}
.gallery-caption {
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    bottom: -100%;
    color: rgb(255, 255, 255);
    left: 10px;
    margin: 0;
    padding: 6px;
    text-overflow: ellipsis;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    width: -moz-calc(100% - 20px);
    width: -ms-calc(100% - 20px);
    width: -o-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: 89.5%;
    width: calc(100% - 20px);
}
.gallery-item:hover .gallery-caption {
    bottom: 0;
}
.top-menu-toggle_bar_wrapper{
    display: none;
}
.post-share{
    margin-bottom: 30px;
}
.post-share .inline-social-icons li {
    margin: 0 0 10px;
    padding: 0 5px;
    width: 26%;
}
.post-share .inline-social-icons li:first-child{
    width: 55px;
}
.post-share .inline-social-icons li a{
    background: #303E4B;
    border-radius: 0;
    border: none;
    font-size: 16px;
    height: auto;
    min-height: 43px;
    padding: 11px 9px 9px;
    width: 100%;
}
.post-share .social-links ul li a::before {
    color: #fff;
    margin-right: 10px;
}
.post-share .inline-social-icons li a[href*="facebook.com"]{
    background: #3B5998
}
.post-share .inline-social-icons li a[href*="twitter.com"]{
    background: #35A3F0
}
.post-share .inline-social-icons li a[href*="plus.google.com"]{
    background: #DD4B39
}

/*   header version two styling from here   */
.site-header-v2 .site-branding {
    float: left;
    margin: 0;
    text-align: left;
}
.site-header-v2 .navbar {
    align-items: -webkit-box;
    align-items: center;
    background: none;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: -webkit-box;
    flex-wrap: wrap;
    float: right;
    width: -webkit-calc(100% - 265px);
    width: 76%;
    width: calc(100% - 265px);
}
.site-header-v2 .home-icon a{
    width: 58px
}
.site-header-v2 .menu-content-wrapper {
    width: -webkit-calc(100% - 58px);
    width: 92%;
    width: calc(100% - 58px);
}
.site-header-v2 .main-navigation li a {
    border-right: none;
    color: #303E4B;
    padding: 4px 35px 5px;
}
.site-header-v2 .home-icon a {
    height: auto;
    margin-top: 29px;
    padding: 19px 15px 30px;
}
.site-header-v2 .main-navigation ul li {
    margin: 20px 0 0;
}
.site-header-v2 .main-navigation ul li ul li{
    margin: 0
}
.site-header-v2 .main-navigation ul li ul li a{
    padding: 10px 14px
}
.site-header-v2 .menu-item-has-children::before {
    color: #303E4B;
}

.site-header-v2 .home-icon a:before,
.site-header-v2 .home-icon a:after{
    display: none;
}
.site-header-v2 .hgroup-wrap {
    border-bottom: 1px solid #303E4B;
    box-shadow: 0px 0px 9px 2px rgba(48, 62, 75, 0.3);
}
.site-header-v2 #left-search {
    margin-top: 14px;
}
.site-header-v2 .search-section {
    top: 80px;
    right: 0;
}

/*   header version three styling from here   */
.site-header-v3 .topbar {
    background: none;
}
.site-header-v3 .topbar-wrapper {
    background: #303E4B;
    padding-left: 15px;
}
.hgroup-wrap .ads-section {
    margin-bottom: 0;
    margin-left: 16.6%;
    width: 60%;
}
.site-header-v3 .site-branding {
    margin: 45px 0;
    text-align: left;
}
.site-header-v3 .navbar{
    background: none;
}
.site-header-v3 .navbar .container,
.site-header-v3 .home-icon a:hover {
    background: #303E4B;
}
.site-header-v3 .home-icon a {
    background: #fff;
    border-radius: 50px;
    border: 2px solid #303E4B;
    color: #303E4B;
    height: 52px;
    padding: 10px 10px 4px;
    text-align: center;
    width: 52px;
}
.site-header-v3 .home-icon a::before,
.site-header-v3 .home-icon a::after{
    display: none;
}
.site-header-v3 .home-icon {
    position: absolute;
    left: 0;
    top: -8px;
}
.site-header-v3 .search-toggle{
  /*  background: none;
    padding: 9px 8px 8px;*/
}
.site-header-v3 .search-toggle:hover .fa,
.site-header-v3 .search-toggle.search-active .fa{
    opacity: 0.6;
}
.site-header-v3 .navbar > .container::before {
    border-bottom: 7px solid rgba(0, 0, 0, 0);
    border-right: 14px solid #121920;
    bottom: -7px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
}
.site-header-v3 .navbar > .container::after {
    border-bottom: 7px solid rgba(0, 0, 0, 0);
    border-left: 14px solid #121920;
    bottom: -7px;
    content: "";
    display: block;
    position: absolute;
    right: 0px;
}
.site-header-v3 .home-icon a:hover{
    color: #fff;
    border-color: #fff;
}



.breadcrumb,
.breadcrumb a:hover,
.site-title > a:hover,
.current-item a,
.pagination a:hover,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
#wp_page_numbers li > a:hover,
.wp-pagenavi li > a:hover,
#main ul.default-wp-page li > a:hover,
.site-footer a:hover,
.mean-container a.meanmenu-reveal,
.contact_details a:hover {
    color: #fff;
}
.back-to-top a:hover,
.box-button,
.wp-caption-text,
.widget_tag_cloud a:hover,
.page-title-wrap,
#bbpress-forums button:hover,
.portfolio-gallery-menu li:hover,
.site-footer input[type="reset"]:hover,
.site-footer input[type="button"]:hover,
.site-footer input[type="submit"]:hover,
.load-button,
.widget_search .search-submit,
.slider-btn .box-button::before {
    background-color: #303E4B ;
}
.comment-list .children .avatar,
blockquote,
.box-button,
.load-button {
    border-color: #303E4B;
}
.featured-news-wrapper .entry-meta > span,
.featured-news-wrapper .entry-meta a,
.featured-news-wrapper .entry-meta .fa:before,
.featured-slider .entry-meta > span,
.featured-slider .entry-meta a,
.featured-slider .entry-meta .fa:before,
.promo-slider-wrapper .entry-meta > span,
.promo-slider-wrapper .entry-meta a,
.promo-slider-wrapper .entry-meta .fa:before{
    color: rgba(255, 255, 255, 0.75)
}
.gallery-information {
    background: rgba(48, 62, 75, 0.9) none repeat scroll 0 0;
}
::selection {
    background:  rgba(48, 62, 75, 0.9) none repeat scroll 0 0; /* WebKit/Blink Browsers */
    color: #fff;
}
::-moz-selection {
    background: rgba(48, 62, 75, 0.9) none repeat scroll 0 0; /* Gecko Browsers */
    color: #fff;
}
.box-button:hover,
.box-button:active,
.box-button:focus,
.load-button:hover,
.box-button::before,
.wpcf7-submit[type="submit"]::before,
.load-button::before,
.slider-btn .box-button,
.back-to-top a,
#secondary .mc4wp-form input[type="submit"]:hover,
.post-navigation .nav-links a:hover,
.form-submit input[type="submit"]:hover,
.comment-form p input:focus + .comment-input-icon,
.widget-social-link .inline-social-icons li a:hover {
    background-color: #4fbbbd  ;
}
.main-navigation > ul > li > a:hover,
.inline-social-icons.social-links ul li a:hover::before,
.entry-title a:hover,
.site-content .entry-header .entry-meta:last-child a:hover,
.site-content .entry-header .entry-meta:last-child span a:hover,
.entry-content > a:hover,
.author-details a:hover,
.top-bar a:hover,
.video-post-section > a:hover .entry-title,
.topbar a:hover,
.video-blog .post.small-post:hover .entry-title,
.contact-detail a:hover,
.author-text p a:hover {
    color: #0D74BA;
}
.slider-btn .box-button,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
textarea:focus,
.site-footer input[type="reset"]:hover,
.site-footer input[type="button"]:hover,
.site-footer input[type="submit"]:hover {
    border-color: #4fbbbd ;
}
.widget-post-author .social-links ul li a:hover:before,
.post-share .social-links ul li a:hover:before {
    color: #fff;
}



.sidebar-slider-fade {
	position: relative;
}
.sidebar-slider-fade a {
	-webkit-transition: opacity .8s ease-out;
	   -moz-transition: opacity .8s ease-out;
	     -o-transition: opacity .8s ease-out;
	        transition: opacity .8s ease-out;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
}
.sidebar-slider-fade a.active {
	position: absolute;
	opacity: 1;
	z-index: 2;
}

.widget-social-link .inline-social-icons li a {
    min-height: 40px;
}

/* Comments section */
.comment_section {
  margin-bottom: 61px;
}

.comment_btn {
  background: #303E4B;
  color: #fff;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  padding: 0px 15px 0px 15px;
  font-size: 16px;
  height: 41px;
  float: right;
  line-height: 41px;
  margin-top: 20px;
}

.comment_btn:hover {
  background-color: #4fbbbd;
}

.comment_reply_btn {
  float: right;
}

.grid-view {
    display: flex !important;
    flex-direction: column;
}

/*Custom text box ranking*/
.custom-box {
	position: relative;
	padding: 7px;
	background: #fafafa;
	border: 1px solid rgba(0, 0, 0, 0.05); 
}

.custom-box__text {
	text-align: left; 
}
  
.custom-box .author-name span {
	color: rgba(0, 0, 0, 0.4); 
}
  
.custom-box .custom-box__details {
	margin: 15px 0;
	color: rgba(0, 0, 0, 0.6);
	font-size: 16px; }
    
.custom-box .custom-box__details a {
	color: rgb(255 255 255);
    background-color: #000000ab;
    border-radius: 3px;
	transition: all .3s ease-out;
}

.custom-box .custom-box__details a:hover,
.custom-box .custom-box__details a:focus,
.custom-box .custom-box__details a:active {
	color: rgb(0, 0, 0);
	background-color: transparent;
}