/*
Author: Vlad Karpov
Template: CuteBlog
Version: 1.0.0
FileName: main.css
URL: http://themeforest.net/user/Vladuha/portfolio
Support: http://themeforest.net/user/Vladuha#contact
*/

/*
==================================================
		   TABLE OF CONTENT
	 delete comments when unneeded
==================================================

---  17 Preloader styles
--- 271 Buttons
  |--- 305 General button styles
  |--- 315 Two stretch buttons group

-------------------------------------------------- */

/*

Color Scheme:

	#3E3E3E - black color main
	#2F2F2F - black color paragraph
	#73C757 - green color
	#0093D9 - cyan color
	#999999 - grey color (sidebar headings)
	#F4F4F4 - grey color (categories border)

*/


/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/*                                                            */
/*                         General                            */
/*                                                            */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */



html {
    width: 100%;
    overflow-x: hidden;
    background: #fff;
    font-family: sans-serif;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}

body {
    padding: 0;
    margin: 0;
    width: 100%;
    min-width: 20em;
    background: #fff;
    font: normal 100% 'Varela Round', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #4C4C4C;
    /* font-size: 16px; default font size; patten for em units: target/context = result */
    line-height: 1.625em; /* 26px */
        -webkit-font-smoothing: antialiased; /* important for rendering fonts */
        -moz-osx-font-smoothing: grayscale;

}

/*  Typography
=============================================================================================
============================================================================================= */

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Varela Round', 'Open Sans', Helvetica, Arial, sans-serif;
    margin-bottom: 0.625em; /* 10px */
    color: #3E3E3E;
    font-weight: bolder;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@media (max-width: 768px) {
    h1, .h1, .supertitle { font-size: 2.25em; line-height: 1.22222222222222em;} 	/* f-s:36px, l-h:44px - h3*/
}

p {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #2F2F2F;
}

blockquote {
    margin: 0;
    padding: 122px 55px 80px 100px;
    border: none;
    font-size: 28px;
    color: #414141;
    font-weight: bold;
    line-height: 42px;
}

blockquote p {
    border: none;
    font-size: 28px;
    color: #414141;
    font-weight: bold;
    font-family: 'Varela Round', Helvetica, Arial, sans-serif;
}

blockquote:before {
    margin: -44px -62px;
    display: block;
    position: absolute;
    content: ' ';
    height: 130px;
    width: 172px;
    background: url(../../assets/img/blockquote.svg) no-repeat top left;
    background-size: cover;
    z-index: -1;
}

blockquote span {
    display: block;
    margin-top: 30px;
    font-size: 20px;
    font-weight: normal;
    color: #81B3D2;
    text-align: right;
}

.blockquote {
    margin: 50px 10% 50px 40px;
    padding: 0 0 0 30px;
    border-left: 2px solid #868686;
    color: #868686;
    font-style: italic;
}

@media (max-width: 768px) {
    blockquote {
        padding: 55px 30px 80px 55px;
    }
}
pre {
    margin-bottom: 1.5rem;
    padding: 30px 40px;
    border-radius: 6px;
    width: 100%;
    font-size: 14px;
    color: #414141;
    background: #F4F4F4;
    white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
    white-space: -pre-wrap; /* Opera 4 - 6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
    word-wrap: break-word; /* IE 5.5+ */
    white-space: -khtml-pre-wrap; /* Safari, not working --  maybe on Konqueror khtml */
}

.first-letter::first-letter{
    display: block;
    float: left;
    padding: 30px 15px 15px 0px;
    font-size: 88px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Varela Round', Helvetica, Arial, sans-serif;
}
ul, ol {
    margin: 50px 0;
    padding-left: 20px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 17px;
}

ul {
    list-style-type: circle;
}

ul li,
ol li {
    padding: 8px 0;
    margin: 0;
}

/*  Other Elements
=============================================================================================
============================================================================================= */

hr {
    visibility:hidden;
    margin-bottom:100px;
}

img.alignright, img.alignleft, 
img.alignnone, img.aligncenter{
    /* make all images responsive */
    display: block;
    max-width: 100%;
    padding: 0;
    border: 0;
    height: auto;
    vertical-align: middle;
    /*display: inline-block;*/
        -ms-interpolation-mode: bicubic;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
}
img.alignright {
    float: right;
    margin: 25px 0 25px 40px;    
}

img.alignleft {
    float: left;
    margin: 25px 40px 25px 0;
}

img.alignnone {
    float: none;
    margin: 25px 0;
}
img.aligncenter {
    float: none;
    margin: 25px auto;
}

.blog-classic [class*="grid-"] > img:first-child {
    margin-top: 5px;
}

/*  Links
=============================================================================================
============================================================================================= */

a, a:link, a:visited {
    position:relative;
    text-decoration:none;
    color: #81b3d2;
    backface-visibility:hidden;
    transition:0.5s color ease;
        -webkit-tap-highlight-color: rgba(191,191,191,.4);
        -webkit-transition: 0.5s color ease;
        -o-transition: 0.5s color ease;
        -webkit-backface-visibility:hidden;

}

a:hover, a:active {
    color:#C4C4C4;
    text-decoration: none;
    outline: none;
}

a:focus {
    outline: none;
}

a:active,
a:hover {
    outline: 0;
}

/*  Selections
=============================================================================================
============================================================================================= */

/* change default color for selecting text in a browser */
/* status of current pseudo elements is draft  */

::selection {
    background: #75C378;
    color: #fff;
}

::-moz-selection {
    background: #75C378;
    color: #fff;
}

/*  Helpers
=============================================================================================
============================================================================================= */

/*  Wordpress default styles
=============================================================================================
============================================================================================= */

/* required for the wordpress $content_width */

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/* image default caption */
.wp-caption-text {
    font-family: 'Varela Round', 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 12px;
}

figure {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text {
    position: absolute !important;
    left: -999em;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.sticky { 

}

.urgent_news {
    display: inline-block;
    float: left;
    background: #73c378;
    padding: 7px 25px;
    margin: 8px 14px 12px 0;
    font: 14px "Varela Round", "Open Sans", Helvetica, Arial, sans-serif;
    color: #fff;
    display: inline-block;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px; 
}
.urgent_news i {
    margin-right: 8px;
}

/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/*                                                            */
/*                         Navigation                         */
/*                                                            */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */

/*  Logo
=============================================================================================
============================================================================================= */

.logo {
    margin: 0;
    line-height: 3.1rem;
}
.logo a {
    display: table;
    height: auto;
    margin: 0;
    color: #73C757;
    font-weight: bold;
    font-size: 22px;
    padding-left: 20px;
}
.logo i {
    padding-right: 6px;
    height: 50px;
    vertical-align: middle;
    display: table-cell;
}

/*.svg-logotype {
    height: 40px;
    width: auto;
}*/

/*  Header Menu - Main
=============================================================================================
============================================================================================= */

#nav {
    display: table;
    width: 100%;
    /*padding: 6px 0 6px 15px;*/
}
#nav .grid-sm-4,
#nav .grid-sm-8 {
    width: auto;
    display: table-cell;
    float: none;
    vertical-align: middle;
}
#nav.row {
    max-width: none;
}
#nav .grid-sm-4 {
    /*background: #1b6d85;*/
    text-align: left;
}
#nav .grid-sm-8 {
    /*background: #3c763d;*/
    text-align: right;
    padding-right: 0;
}

/* for displaying mobile menu icons */

.nav-icons {
    display: block;
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
}
.nav-icons li {
    float: left;
    padding: 0;
    /*display: inline-block;*/
    border-left: 1px solid #eeeeee;
}
.nav-icons li a {
    display: block;
    height: 50px;
    width: 50px;
}
#nav-mob-toggle {
    z-index: 100;
    position: relative;
    padding: 15px 10px 14px;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.nav-main {
    z-index: 100;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: url(../img/con_ch.png) top left repeat;
    /*background: -webkit-linear-gradient(left top,#57585A,#434648 100%);*/
    font-family: 'Varela Round', 'Open Sans', Helvetica,  Arial, sans-serif;
    font-size: 18px;
    list-style: none;
}

.nav-main ul {
    list-style-type: none;
}

.openNav .nav-main {
    padding: 70px 25% 0;
    text-align: left;
}

.openNav .nav-main a {
    display: block;
    width: 100%;
    color: #fff;
}
.openNav .nav-main a:hover  {
    color: #73C757;    
}

.openNav .nav-main ul {
    margin-top: 20px;
}


/*  Menu on size of viewport ≥ 768px */

@keyframes dropdown-triangle-in {
    from { 
        transform: rotate(450deg); 
    }
    to { 
        transform: rotate(0deg); 
    }
}

@keyframes dropdown-triangle-out {
    from { 
        transform: rotate(0deg); 
    }
    to { 
        transform: rotate(450deg) 
        translate(-2px, 0px) 
    }
}
    
@media (min-width: 64em) {

    /* Logo styles */

    .logo a {
        font-size: 28px;
    }

    /* END Logo styles */
    #nav {
        position: relative;
        z-index: 50;
    }
    #nav.row {
        max-width: 1360px;
    }
    #nav .nav-main {
        position: static;
        top: auto;
        right: auto;
        background: none;
        font-family: 'Varela Round', 'Open Sans', Helvetica,  Arial, sans-serif;
        font-size: 18px;

    }
    #nav ul {
        padding: 0;
        margin: 0;
        position: relative;
        min-width: 200px;
        list-style: none;
    }
    #nav ul li {
        display: inline-block;
        text-align: left;
    }
    #nav ul li a {
        color: #424242;
        display: block;
        padding: 15px;
        text-decoration: none;
    }
    #nav ul.nav-main > li:hover > a {
        color: #75C378;
    }

    #nav ul ul {
        visibility: hidden;
        position: absolute;
        background-color: #fff;
        border-radius: 6px;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
        opacity: 0;
        transform: translateY(-2em);
        z-index: -1;
        transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    }

    #nav ul ul::after {
        content: '';
        display: block;
        position: absolute;
        top: -18px;
        left: 29px;
        height: 26px;
        width: 27px;
        background: transparent url(../../assets/img/arrow-up.png) no-repeat center center;
    }

    #nav ul li:hover > ul {
        visibility: visible;
        opacity: 1;
        z-index: 1;
        transform: translateY(0%);
        transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
    }

    #nav ul ul li {
        display: block;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #E9ECEE;
        font: 16px 'Varela Round', 'Open Sans', Helvetica, Arial, sans-serif;
    }
    #nav ul ul li:last-child {
        border-bottom: none;
    }
    #nav ul ul li a {
        color: #919191;
        padding: 15px 25px;
    }
    #nav ul ul li:hover a {
        color: #4D4D4D;
    }

    /* third level menu*/

    #nav li:hover > ul ul {
        position: absolute;
        left:100%;
        margin-top: -50px;
        margin-left: 1px;
    }
    #nav ul ul ul::after {
        display: none;
    }
    #nav ul.nav-main ul ul > li > a {
        color: #919191;
    }
    #nav ul.nav-main ul ul > li:hover > a {
        color: #4D4D4D;
    }

    /* END third level menu */

    /* Insert arrows into dropdown menu */

    #nav ul li > a:after {
        content: "\f105";
        font: 12px "Font Awesome 5 Free", "Font Awesome 5 Brands";
        font-style: normal;
        font-variant-caps: normal;
        font-variant-ligatures: normal;
        font-weight: 900;
        color: #cccccc;
        display: inline-block;
        padding-left: 6px;
        vertical-align: middle;
        animation: dropdown-triangle-in 0.4s forwards;
    }    
    
    #nav ul li:hover > a:after {
        animation: dropdown-triangle-out 0.4s forwards;
    }

    #nav ul li > a:only-child:after {
        content: "";
    }

    #nav ul li li > a:after {
        content: "\f105";
        font: 12px "Font Awesome 5 Free", "Font Awesome 5 Brands";
        font-style: normal;
        font-variant-caps: normal;
        font-variant-ligatures: normal;
        font-weight: 900;
        position: absolute;
        right: 8px;
        top: 50%;
        margin-top: -5px;
    }

    /* END - Insert arrows into dropdown menu */

    /* hide elements */

    .open-panel {
        display: none;
    }
    .nav-icons {
        display: none;
    }
    
}

/* END of desktop styles
 ----------------------------- */



/*  Mobile Menu Animation
============================== */

.nav-main {
    transform: translateX(0);
    transition: transform 500ms ease;
}
.openNav .nav-main {
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 500ms ease;
}

.content-wrapper {
    transform: translateX(0);
    transition: transform 500ms ease;
}

/* hide overflow for <html> element */

.openNav {
    overflow-y: hidden;
}
.openNav .content-wrapper {
    transform: translateX(-35%);
    transition: transform 500ms ease;
}
.openNav .mob-search {
    display: none;
}

/*  Header Menu - Search
=============================================================================================
============================================================================================= */

.overflow--y-hidden {
    overflow-y: hidden;
}

#nav-search-open {
    padding: 8px 16px 9px;
}

.mob-search a {
    font-size: 20px;
    /*margin: -2px 0 0 0;*/
}

.search__box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    border: 4px solid #81B3D2;
    border-radius: 25px;
    transform: translate(-50%, -50%);
    transition: all 0.45s ease;
}

.search__bg {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.search__bg:after {
    z-index:200;
    content: "";
    display: block;
    position: absolute;
    right: 51px;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #75C378;
    visibility: hidden;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;

}
.mob-search.is--active .search__bg {
    visibility: visible;
}
.mob-search.is--active .search__bg:after {
    z-index: 300;
    position: absolute;
    visibility: visible;
    transform: scale(70);
}

.mob-search.is--active .search-field  {
    z-index: 300;
    display: block;
    position: absolute;
    width: 100%;
    top: 20%;
    left: 0;
}
/* Styling placeholders for contact forms */

.search__input::-webkit-input-placeholder {
    color: #fff;
}

.search__input {
    z-index: 600;
    position: absolute;
    display: none;
    width: 80%;
    min-width: 200px;
    padding: 20px 25px;
    margin: 0 10%;
    top:12%;
    background: transparent;
    opacity: 0;
    border-radius: 50px;
    border: 4px solid #fff;
    outline: none;
    font-family: 'Varela Round', 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: normal;
    color: #fff;
    transition: opacity 0s;
}

.mob-search.is--active .search__input {
    display: block;
    opacity: 1;
    transition: opacity 0.18s 0.48s;
}



#nav-search-open {
    transition: transform 1s .25s ease-in-out;
}

.mob-search.is--active .search-field {

}


/*  Coloring search icon  */

.mob-search.is--active .search__box {
    z-index: 1000;
    border-color: #fff;
}

.mob-search.is--active .search__line {
    background: #fff;
}

.search__line {
    position: absolute;
    left: 0;
    top: 0;
    width: 9px;
    height: 4px;
    border-radius: 2px;
    background: #81B3D2;
    transform-origin: 0 50%;
    transform: translate(14px, 14px) rotate(45deg);
    transition: all 0.48s;
}

/*  Hamburger Menu Icon Animation
=============================================================================================
============================================================================================= */

/* Hide checkbox & Menu */

#show-menu {
    position:absolute;
    appearance:none;
    cursor:pointer;
    left:-1000%;
    top:-1000%;
}

/* Animation */

.btn-hamburger {
    padding: 15px 15px;
    margin: 0;
    overflow: visible;
    border: 0;
    background-color: transparent;
    font: inherit;
    color: inherit;
    text-transform: none;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
}

.show-menu {
    height: 20px;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.hamburger-box {
    width: 30px;
    height: 20px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    position: absolute;
    width: 30px;
    height: 4px;
    border-radius: 4px;
    background-color: #81B3D2;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
input[type=checkbox]:checked + .btn-hamburger .hamburger-inner,
input[type=checkbox]:checked + .btn-hamburger .hamburger-inner::before,
input[type=checkbox]:checked + .btn-hamburger .hamburger-inner::after {
    background-color: #fff;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -10px;
}
.hamburger-inner::after {
    bottom: -10px;}

.hamburger-inner {
    top: 2px;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger-inner::before {
    top: 8px;
    transition: opacity 0.15s 0.4s ease;
}

.hamburger-inner::after {
    top: 16px;
    transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

input[type=checkbox]:checked + .btn-hamburger .hamburger-inner {
    -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
    transform: translate3d(0, 8px, 0) rotate(135deg);
    transition-delay: 0.1s;
}

input[type=checkbox]:checked + .btn-hamburger .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}

input[type=checkbox]:checked + .btn-hamburger .hamburger-inner::after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(-270deg);
    transform: translate3d(0, -16px, 0) rotate(-270deg);
    transition-delay: 0.1s;
}



/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/*                                                            */
/*                           Header                           */
/*                                                            */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */


/*  Owl Carousel Styles
=============================================================================================
============================================================================================= */

.owl-carousel .item img{
    display: block;
    width: 100%;
    height: auto;
}
.owl-carousel .owl-dots {
    position: absolute;
    display: inline-block;
    margin-top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}


/* Override the default Owl styles */

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -35px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #67b168;
}


/*  Header Styles
=============================================================================================
============================================================================================= */

.single-post .featured {
    padding: 160px 0;
}

#featured {

/*    background: url(../../assets/img/featured-1.jpg) no-repeat top center fixed;*/
    background-size: cover;
    transition-duration: 1s;
}

#portfolio #featured {
    padding: 120px 0;
    background: url(../../assets/img/portfolio_header-1.jpg) no-repeat top center fixed;
    background-size: cover;
    transition-duration: 1s;
}

    .header-image-text-center {
        padding: 180px 4%;
        text-align: center;
    }
    
    .header-image-text-left {
        padding: 180px 4%;
        text-align: left;
    }

        .featured-title h1 {
            margin-bottom: 84px; /* 35px - 0.64814814814815em; 84px*/
            margin-top: 0;
            color: #fff;
        }

        .featured-title h1:after { /* Add a line under header */
            content: '';
            position: relative;
            display: block;
            margin: 0 auto;
            max-width: 55px;
            width: 100%;
            height: 2px;
            top: 40px;
            background: #fff;
        }

        .featured-title p:last-child {
            margin-bottom: 0;
        }
        .featured-title p {
            font-family: 'Varela Round', Helvetica, Arial, sans-serif;
            font-size: 1.25em;
            color: #fff;
        }

/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/*                                                            */
/*                          SubHeader                         */
/*                                                            */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */

#subheader {
    padding: 20px 0;
    border-bottom: 1px solid #F3F3F3;
    border-top: 1px solid #F3F3F3;
}

    .header-social {
        text-align: right;
        color: #C4C4C4;
    }
        .header-social ul {
            margin: 0;
            padding: 3px 0;
        }

        .header-social ul li{
            display: inline-block;
            padding: 0 5px;
        }

        .header-social ul a {
            color: #C4C4C4;
        }
        .header-social ul a:hover {
            color: #75C378;
        }


/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/*                                                            */
/*                           Content                          */
/*                                                            */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */

/*  Content Global
=============================================================================================
============================================================================================= */

.content-padding {
    padding: 100px 0;
}

.feature-image {
    margin-bottom: 35px;
}

/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/*                                                            */
/*                            Blog                            */
/*                                                            */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */


/* layout
========================== */

@media (min-width: 70em) {
    .blog-classic.content-r-padding {
        padding-right: 7.352941176471%; /* 100px / 1360px */
    }
}

/* Blog Post List - categories
=============================== */

/*.blog-classic .row {
    margin-bottom: 40px;
}*/

#blog .post-categories {
    padding: 0;
    margin: 0;
}

#blog .post-categories li {
    font: 14px "Varela Round", "Open Sans", Helvetica,  Arial, sans-serif;
    display: inline-block;
}

#blog .post-categories a,
#blog .post-categories-update {
    color: #B5B5B5;
    border:2px solid #E5E5E5;
    padding: 5px 25px;
    margin-bottom: 12px;
    margin-right: 8px;
    display: block;
    transition:0.7s border ease;
    text-decoration:none;
    -webkit-border-radius: 4px;
}

#blog .post-categories a:hover {
    color: #75C378 ;
    border:2px solid #75C378;
}

#blog .post-categories-update {
    color: #fff;
    background: #0093D9;
    border: none;
}

.single-post .post-categories {
    padding: 0;
    margin: 0;

}
.single-post .post-categories li {
    font: 20px "Varela Round", "Open Sans", Helvetica,  Arial, sans-serif;
    display: inline-block;
}

/* Single Blog Post - categories
================================= */

.single-post .post-categories a {
    color: #fff;
}
.single-post .post-categories a:hover {
    color: #75C378;
    text-decoration: none;
}


/* Single Blog Post - tags
================================= */
#blog-single .gallery img {
    width: 100%;
    min-width: 100%;
    margin-bottom: 50px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;     
}
#blog-single .gallery-item {
    position: relative;
}
#blog-single .gallery-item figcaption {
    position: absolute;
    bottom: 20px; 
    left: 0;
}
.tags-caption {
    padding: 4px 14px;
    background: #eee; 
    font-weight: bolder;
        -moz-border-radius: 1000px;
        -webkit-border-radius: 1000px;
        -o-border-radius: 1000px;
        border-radius: 1000px; 
        
}
.single-post-tags {
    padding: 0;
}

.single-post-tags li {
    font: 14px "Varela Round", "Open Sans", Helvetica,  Arial, sans-serif;
    display: inline-block;    
    margin: 0 5px 5px 0;
}

.single-post-tags li a {
    padding: 2px 10px;
    background: #75C378;
    border-style: hidden;
    border:2px solid transparent;
    color: #fff;
        -moz-border-radius: 1000px;
        -webkit-border-radius: 1000px;
        -o-border-radius: 1000px;
        border-radius: 1000px; 
}

.single-post-tags li a:hover {
    color: #75C378;
    text-decoration: none;
    border:2px solid #75C378;
    background: none;
    transition:0.7s background ease;
}

/* article
========================== */

.blog-post {
    margin-bottom: 70px;
}
    .blog-post .row {
        margin-bottom: 40px; /* 24px */
    }
    .blog-post h2, 
    .blog-post h4 {
        margin-bottom: 0.6em; /* 24px */
    }

    .blog-post h2 a, 
    .blog-post h4 a {
        color: #3E3E3E;
    }

    .blog-post h2 a:hover, 
    .blog-post h4 a:hover {
        color: #868686;
        text-decoration: none;
    }

    .blog-post h2 a:active,
    .blog-post h4 a:active {
        color: #73C757;
    }

.post-info {
    font: 16px "Varela Round", "Open Sans", Helvetica,  Arial, sans-serif;
    color: #8D949C;
    margin-bottom: 3.4375em; /* 55px */
}

article .owl-carousel img {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;     
}

a.continue-reading {
    font: 16px "Varela Round", "Open Sans", Helvetica,  Arial, sans-serif;
}

a.continue-reading i {
    display: inline;
    margin-left: 10px;
}


/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/*                                                            */
/*                          Pagination                        */
/*                                                            */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */

/* Main Pagination for the Posts (Previous, Next) */


.previous_link a,
.next_link a {
    width: 100%;
    margin-bottom: 10px; 
    display: inline-block;
    padding: 14px 20px;
    border: 2px solid #D5DBDF;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    color: #3E3E3E;
    -webkit-transition: border-color, 200ms ease-in-out, color, 200ms ease-in-out;
    -moz-transition: border-color, 200ms ease-in-out, color, 200ms ease-in-out;
    transition: border-color, 200ms ease-in-out, color, 200ms ease-in-out;
}

.previous_link a:hover,
.next_link a:hover {
    border: 2px solid #f2f4f5;
    color: #3e474f;
}

/*  START: Single Post Pagination
=============================================================
============================================================= */

.pagination {
    margin: 0 0 100px 0;
    font: 1em "Varela Round", "Open Sans", Helvetica,  Arial, sans-serif; /* 16px */
    font-weight: bold;
}

.pagination span {
    display: inline-block;
/*    margin: 0 4px;*/
    padding: 14px 20px;
    border: 2px solid #f2f4f5;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    color: #3E3E3E;
    -webkit-transition: border-color, 200ms ease-in-out, color, 200ms ease-in-out;
    -moz-transition: border-color, 200ms ease-in-out, color, 200ms ease-in-out;
    transition: border-color, 200ms ease-in-out, color, 200ms ease-in-out;
}
.pagination a span {
  border: 2px solid #d3d9dd;  
}

.pagination a:hover span {
    border: 2px solid #f2f4f5;
    color: #3e474f;
}

.pagination .next {
    border: 2px solid #0093D9;
    background: #0093D9;
    color: #fff;
}

/*  END: Single Post Pagination
------------------------------------------------------------- */

/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/*                                                            */
/*                        Widget Default                      */
/*                                                            */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */

.widget ul {
    padding-left: 0;
    list-style: none;
}

/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/*                                                            */
/*                           Sidebar                          */
/*                                                            */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */

#sidebar {

    /* .. Sidebar  */
}

    #sidebar .widget{
        margin-bottom: 65px;
    }

    #sidebar .widget:first-child h3 {
        margin-top: 0;
    }

    #sidebar .widget > h3 {
        margin-bottom: 41px;
        color: #999999;
    }

/*  Category Widget  */

#cw-cuteblog-category {
    position: relative;
}

    #cw-cuteblog-category li:first-child:before {
        content: '';
        background: url(../img/bookmark-icon.svg);
        display: block;
        width:28px;
        height: 36px;
        position:absolute;
        left:24px;
        top:-12px;
        z-index: 1;
    }

    #cw-cuteblog-category ul:before,
    #cw-cuteblog-category ul:after {
        background-color: #fff;
        border: 2px solid #F4F4F4;
        display: block;
    }

    #cw-cuteblog-category ul {
        position: relative;
        max-width: 300px;
        padding: 12.794268167861% 17.647266438429%; /* padding: 58px 80px; */
        background-color: #fff;
        border: 2px solid #F4F4F4;
        -webkit-border-radius: 6px;
    }
    
    @media (max-width: 70em) {
        #cw-cuteblog-category ul {
            position: relative;
            max-width: none;
            padding: 58px 80px; 
            background-color: #fff;
            border: 2px solid #F4F4F4;
            -webkit-border-radius: 6px;
        }   
    }
    
    
    #cw-cuteblog-category ul:before {
        content: '';
        height:40px;
        width: 100%;
        position: absolute;
        bottom: -9px;
        left: -2px;
        z-index: -1;
        -webkit-border-radius: 0 0 6px 6px;
    }

    #cw-cuteblog-category ul:after {
        content: '';
        height: 60px;
        width: 100%;
        position: absolute;
        bottom: -16px;
        left: -2px;
        z-index: -2;
        -webkit-border-radius: 0 0 6px 6px;
    }

    #cw-cuteblog-category ul li {
        font: 20px "Varela Round", "Open Sans", Helvetica,  Arial, sans-serif;
        padding-left: 0;
        color: #3E3E3E;
    }

    #cw-cuteblog-category ul li a {
        display: block;
        padding-bottom: 19px;
    }
    #cw-cuteblog-category ul li:last-child a {
        padding-bottom: 0;
    }

/*  Advertisement widget  */

.banners-list li {
    font-size: .75em;
    text-align: center;
    width: 48%;
    float: left;
    display: inline-block;
    margin-bottom: 4%;
}
.banners-list li:nth-child(2n+0) {
    margin-right: 0;
    float: right;
}

/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/*                                                            */
/*                           Footer                           */
/*                                                            */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */

/*  Footer with widgets  */

.footer-widgets {
    background-color: #FCFCFC;
    padding: 5% 0;
}

.footer-widgets .feature-image {
    display: none;
}

.footer-widgets .post-info {
    margin-bottom: 2.4375em
}
.footer-widgets .widget {
    margin-bottom: 64px;
}

.footer-widgets h3 {
    display: none;
}
.footer-widgets .recentcomments {
    margin-bottom: 20px;
}

.footer-widgets .widget h4 {
    margin-bottom: 50px
}

/*  Instagram Feed  */

.instagram-tape {
    display: block;
    height: 287px;
    width: 100%;
    background: url("../../assets/img/instagram.png") top left repeat-x;
    background-size: cover;
}


/* Footer Website Credits */

#downfooter {
    padding: 2% 0;
    background: #DAE2EA;
}

#downfooter p {
    margin: 0;
    color: #9BA9B7;

}




/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/*                                                            */
/*                       Full Blog Post                       */
/*                                                            */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */


.single-post .content-padding {
    padding-top: 0px;
}
.single-post .featured-title,
#portfolio .featured-title {
    padding: 0 28.5% 0 0;
}

.single-post .featured-title h1:after,
#portfolio .featured-title h1:after {
    margin: 0;
}

#post-author-main {
    padding: 0;
}

    /* extra container for proper padding */
    .parent-relative {
        position: relative;
    }

    /* main container for all author credits */
    .post-author {
        position: relative;
        top:auto;
        left:auto;
        background: none;
    }

    /* avatar container */
    .author-avatar {
        position: absolute;
        left: 50%;
        top: -54px;
        width: 108px;
        margin: 0px 0 0 -54px;
    }

    .author-avatar img {
        border: 4px solid #fff;
    }

    .author-post-credits {
        display: block;
        width: 100%;
        min-height: 80px;
        padding: 55px 0 44px 0;
    }

    .author-post-credits .post-info {
        display: block;
        margin-bottom: 0;
        font-size: 0.875em;
        text-align: center;
    }

    .author-post-credits .header-social {
        display: block;
    }

    .author-post-credits .header-social ul {
        text-align: center;
    }

    /* Typography */

    .excerpt {
        font-size: 22px;
        line-height: 34px;
    }


@media (min-width: 768px) {

    /* main content padding */
    .single-post .content-padding {
        padding: 124px 0;
    }

    /* Post Author */
    #post-author-main {
        position: relative;
        padding: 0;
        width: 100%;
    }
    /* main container for all author credits */
    .post-author {
        position: absolute;
        top: -154px;
        left: 0;
        width: auto;
/*        width: 100%;*/
        background: #fff;
        border-radius: 33px;
    }

    /* avatar container */
    .author-avatar {
        position: absolute;
        left: 0;
        top: -24px;
        width: 108px;
        margin: 0;
    }

    /* all author's requisite container */
    .author-post-credits {
        /*display: table;*/
        width: 100%;
        min-height: 80px;
        padding: 0 0 0 125px;
        margin: 20px 18px 0 0;
    }

    .author-post-credits .post-info {
        display: table-cell;
        padding-right: 30px;
        max-width: 30em;
        text-align: left;
        font-size: 0.875em; /* f-s:14px */
        border-collapse: separate;
    }
    .author-post-credits .author-name {
        margin-top: 0;
        margin-bottom: 4px;

    }
    .author-post-credits .author-posted {
        font-family: 'Varela Round', Helvetica, Arial, sans-serif;
        margin-top: 0;
    }

    .author-post-credits .post-info span {
        color: #3E3E3E;
    }

    /* Author social links */
    .author-post-credits .header-social {
        display: table-cell;
        max-width: 300px;
    }

    .author-post-credits .header-social ul {
        border-left: 2px solid #E5E5E5 ;
        padding: 0 20px;
        text-align: left;
    }

}

@media (min-width: 70em) {

     main content padding 
    .single-post .content-padding {
        padding: 140px 0;
    }

     Post Author 
    #post-author-main {
        position: relative;
        padding-right: 5.882352941176%;
        width: 66.66666667%;
    }

     main container for all author credits 
    .post-author {
        position: absolute;
        top: -168px;
        left: 0;
        width: auto;
        background: #fff;
        border-radius: 33px;
    }

    .author-post-credits .post-info {
        display: table-cell;
        padding-right: 30px;
        max-width: 30em;
        text-align: left;
        font-size: 0.875em;
        border-collapse: separate;
    }
    .author-post-credits .author-name {
        margin-top: 0;
        margin-bottom: 4px;

    }
    .author-post-credits .author-posted {
        font-family: 'Varela Round', Helvetica, Arial, sans-serif;
        margin-top: 0;
    }

    .author-post-credits .post-info span {
        color: #3E3E3E;
    }

     Author social links 
    .author-post-credits .header-social {
        display: table-cell;
        max-width: 300px;
    }

    .author-post-credits .header-social ul {
        border-left: 2px solid #E5E5E5 ;
        padding: 0 20px;
        text-align: left;
    }
}
/*  END - Full Blog Post
------------------------------------------- */


/*  Next Post, Previous Post
===========================================
=========================================== */

div.equal-blocks {
    display: block;  
    margin: 0;
}
div.equal-blocks .previous-post-block,
div.equal-blocks .next-post-block {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.previous-post-block, 
.next-post-block, 
.prev-next-post-block {
    cursor: pointer;
    padding: 25px 40px;
    border: 2px solid #ECEEF0;
        -webkit-transition: 0.5s border ease;
        -webkit-border-radius:6px;
        -moz-border-radius:6px;
        border-radius:6px;     
}
.previous-post-block:hover, 
.next-post-block:hover, 
.prev-next-post-block:hover  {
    border: 2px solid #CEE0EB;
        -webkit-border-radius:6px;
        -moz-border-radius:6px;
        border-radius:6px;  
        -webkit-transition: 0.5s color ease;
}
.previous-post-block h5, 
.next-post-block h5,  
.prev-next-post-block h5 {
    -webkit-transition: 0.5s color ease;
    color: #CDCDCD;
}
.previous-post-block:hover h5, 
.next-post-block:hover h5, 
.prev-next-post-block:hover h5,
.previous-post-block:hover a, 
.next-post-block:hover a, 
.prev-next-post-block:hover a {
    color: #81B3D2;
}
.previous-post-block a, 
.next-post-block a, 
.prev-next-post-block a  {
    color: #CDCDCD;
    display: block;
}  


@media (min-width: 768px) {
    
    div.equal-blocks {
        display: table;
        border-collapse: separate;
        border-spacing: 20px;    
        margin: 0 -20px 0 -20px;
    }

    div.equal-blocks .previous-post-block,
    div.equal-blocks .next-post-block {
        display: table-cell;
        width: 50%;
        margin-bottom: 0;
    } 
    
}

/*  END - Next Post, Previous Post
------------------------------------------- */



/*  Share the Post
===========================================
=========================================== */

.post-share {
    float: left;
    width: 100%;
    padding: 44px 34px 24px 34px;
    border: 2px solid #ECEEF0;
        -webkit-border-radius:6px;
        -moz-border-radius:6px;
        border-radius:6px;
}

.post-share h5 {
    margin: 0 35px 20px 0;
    display: inline-block;
    float: left;
    line-height: 40px;
    color: #CDCDCD;
}
.post-share ul {
    float: left;
    margin: 0;
    padding: 0;
}

.post-share ul li {
    margin: 0 4px 4px 0;
    padding: 6px 0;
    display: inline-block;
    float: left;
    color: #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
}

.post-share ul li a {
    padding: 10px 30px;
    font-size: 15px;
    color: #fff;
}

.post-share ul li.mail-share a {
    padding: 10px 30px;
}

.facebook-share {background: #34559E;}
.twitter-share { background: #00ACF4;}
.googleplus-share { background: #DD4E21;}
.pinterest-share { background: #B9232D;}
.mail-share { background: #636363;}

/*  END - Share the Post
------------------------------------------- */


/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/*                                                            */
/*                        About Author                        */
/*                                                            */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */

.post-author-about {
    float: left;
    margin: 100px 0;
    width: 100%;
}
/* avatar container */
.author-about-avatar {
    float: left;
    width: 122px;
}

.author-about-avatar img {
    border: 4px solid #fff;
}

.post-author-about p {
    font-size: 17px;
    color: #727271;
}

.post-author-about .author-post-credits {
    margin: 0;
    padding: 0 0 0 154px;
}

.post-author-about .post-info,
.post-author-about .header-social {
    display: inline-block;
}


/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/*                                                            */
/*                        Related Posts                       */
/*                                                            */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */

.rel-articles {
    text-align: center;
    margin-bottom: 80px;
}
    .rel-article .crop {
        position: relative;
        background-color: transparent;
        height: 148px;
        overflow: hidden;
    }
    .rel-article .crop img {
        /*position: absolute;*/
    }
    .rel-article .crop {
        margin-bottom: 40px;
    }
    h3.well-title {
        margin-bottom: 80px;
        text-align: center;
    }
    .rel-articles h6 {
        margin-bottom: 0;
        font-weight: normal;
    }
    .rel-article h6 small {
        display: block;
        margin: 10px 0 0 0;
        color: #858584;
    }


/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/*                                                            */
/*                           Comments                         */
/*                                                            */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */


.comment-list {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin:0 0 100px 0;
    list-style: none;
}
.comment-list li {
    display: block;
    float: left;
    width:100%;
}
.avatar-box {
    display: block;
    float: left;
    width: 64px;
    height: auto;
}

.comment-avatar {
    display: block;
    float: left;
    border: 1px solid #E8E6DA;
    padding: 3px;
    background: #fff;
    border-radius: 50%;
}
.comment-author {
    width: 100%;
    display: block;
    float: left;
}
.comment-author p {
    display: block;
    margin: 0 0 0 90px;
    font-family: 'Varela Round', 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #858584;
}
.comment-author p a {
    display: inline-block;
    font-size: 20px;
}
.comment-author p span {
    display: block;
}
.comment-author h5 {
    display: inline-block;
    font-size: 1.25rem; /* 20px */
}
.comment-content {
    display: block;
    margin: 0 0 0 90px;
}
.comment-content p {
    margin: 0;
    font-size: 16px;
    color: #444;
}
.reply {
    position: relative;
    display: block;
    margin: 30px 0 20px 0px;
    border-bottom: 1px solid #EDEDED;
    font-family: 'Varela Round', 'Open Sans', Helvetica, Arial, sans-serif;
}
.reply a {
    position: absolute;
    padding: 0 10px;
    right: 18px;
    top: -14px;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
}
.reply i {
    margin-right: 5px;
}

.reply a.comment-edit-link {
    font-weight: normal;
    right: 108px;
}
#cancel-comment-reply-link {
    font-size: 18px;
}

.post-comments ol ol {
    margin: 0 0 0 2.5rem;
    padding: 0;
}

/*  Comment Pagination
=============================================================================================
============================================================================================= */
.comments-pagination {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 100px;
    font: 1em "Varela Round", "Open Sans", Helvetica,  Arial, sans-serif; /* 16px */
    font-weight: bold;
}
.comments-pagination a, .comments-pagination .current {
    display: inline-block;
/*    margin: 0 4px;*/
    padding: 14px 20px;
    border: 2px solid #f2f4f5;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    color: #3E3E3E;
    -webkit-transition: border-color, 200ms ease-in-out, color, 200ms ease-in-out;
    -moz-transition: border-color, 200ms ease-in-out, color, 200ms ease-in-out;
    transition: border-color, 200ms ease-in-out, color, 200ms ease-in-out;    
}
.comments-pagination .current {
  border: 2px solid #d3d9dd;     
}
.comments-pagination .current:hover {
    border: 2px solid #f2f4f5;
    color: #3e474f;
    cursor: crosshair;
}

.comments-pagination .prev, .comments-pagination .next {
    border: 2px solid #0093D9;
    background: #0093D9;
    color: #fff;    
}

/*  Comment Reply form
=============================================================================================
============================================================================================= */
#respond p.three-quarter {
    margin: 20px 0 50px 0;
}


#commentform {
    display: block;
    padding: 40px 32px;
    background: #fbfbfb;
    border-radius: 8px;
    margin: 0 0 100px 0;
}
#commentform input[type='text'] {
    margin-bottom: 15px;
    background: #e8ebed;
    margin: 0;
    font-size: 14px;
    color: #657380;
    width: 100%;
    padding: 12px 15px;
    outline: 0;
    border: 2px solid #e8ebed;
    -webkit-appearance: none;
    border-radius: 5px;
    box-shadow: none;
    box-sizing: border-box;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
#commentform input[type='text']:focus,
#commentform textarea:focus {
    background: #fff;
    border-color: #d4d9dd;
}

#commentform textarea {
    width: 100%;
    padding: 11px 15px;
    margin: 0 0 15px;
    min-height: 155px;
    display: block;
    line-height: 1.5;
    font-weight: normal;
    background: #e8ebed;
    margin: 0;
    font-size: 14px;
    color: #657380;
    width: 100%;
    padding: 12px 15px;
    outline: 0;
    border: 2px solid #e8ebed;
    -webkit-appearance: none;
    border-radius: 5px;
    box-shadow: none;
    box-sizing: border-box;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.three-quarter {
    position: relative;
}

@media only screen and (min-width: 768px) {

    #commentform .three-quarter {
        width: 75%;
    }
}

#commentform input[type='text'] + label {
    position: absolute;
    top: -30px;
    right: 18px;
    left: 4px;
    line-height: 1.3;
    margin: 0;
    font-size: 18px;
    white-space: nowrap;
    cursor: text;
    color: #aaa;
    z-index: 5;
    overflow: hidden;
    font-weight: bold;
    display: inline;
    color: #414141;
}

#commentform label small em {
    color: #4A90E2;
}

#submit {
    /*-webkit-appearance: button;*/
    cursor: pointer;
    border-radius: 5px;
    background: #4A90E2;
    color: #fff;
    padding: 10px 26px;
    font-size: 14px;
    border: none;
    display: inline-block;
    margin: 0;
    font-weight: 700;
    text-align: center;
}
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/*                                                            */
/*                           Search                           */
/*                                                            */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */


/* Header Searcbar 
==============================================================
============================================================== */

.header-searchbar {
    text-align: left;
    margin-top: 3px;
    color: #C4C4C4;
}

    .header-searchbar input {
        width: auto;
        display: inline-block;
        color: #73C757;
    }
    .header-searchbar input:focus {
        border-color: #66afe9;
        outline: 0;
            -webkit-border-bottom: 1px solid #73C757;
            border-bottom: 1px solid #73C757;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
}
    .header-searchbar i.fa {
        font-size: 18px;
        margin-right: 5px;
    }

.header-searchbar .form-search {
    padding: 0 0 0 10px;
    font: normal 20px "Varela Round", "Open Sans", "Helvetica Neue", Helvetica, serif;
    line-height: 1.42857143;
    border: none;
    border-radius: 4px;
    box-shadow: none;
        -webkit-box-shadow: none;
        -webkit-appearance: textfield;
}

/* End Header Searcbar */

/* Styling placeholders for contact forms 
==============================================================
============================================================== */

::-webkit-input-placeholder { /* chrome */
    color: #C4C4C4;
}

:-moz-placeholder { /* Firefox 18- */
    color: #C4C4C4;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #C4C4C4;
}

:-ms-input-placeholder {
    color: #C4C4C4;
}

/* IE10+ */
::-ms-clear {
  display: none;
}

/* Chrome */
::-webkit-search-decoration,
::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-search-results-decoration { 
  display: none; 
}
/* End Styling placeholders for contact forms */

/* Search Page Searchbar
===============================================================
=============================================================== */

#search .form-wrapper {
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 15px 20px;
    border: 2px solid #E5E5E5;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px; 
}
#search span.color-grey {
    color: #73C757;
}

/* Search Forms Style
===============================================================
=============================================================== */

.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
        -webkit-appearance: textfield;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group .form-control {
    border-right: none;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-btn > .btn {
    /*border: 1px solid #74c378 ;*/
    background: #74c378;
    color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/*                                                            */
/*                     Standard Widgets                       */
/*                                                            */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */

/* Widgets Global
===============================================================
=============================================================== */

.widget ul {
    font-family: "Varela Round", "Open Sans", Helvetica,  Arial, sans-serif;
}

/*  Recent Blog Posts widget  */

.l-widget-resent-posts {
    /* CSS */
}
.l-widget-resent-posts .post-info {
    font-size: 0.875em; /* f-s:14px */
}

/* End Widgets Glogal 
--------------------------------------------------------------- */

/* Calendar Standard Widget
===============================================================
=============================================================== */

#wp-calendar {
    width:100%;
    font-size:14px;
    font-weight:300;
    border-collapse:separate;
    border-spacing:8px;
    margin-left:-2px;
    cursor: default;
}

#wp-calendar
caption {
    display:none;
}

#wp-calendar tbody
td {
    margin-bottom:10px;
    text-align:center;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -ms-border-radius:8px;
    -o-border-radius:8px;
    border-radius:8px;
    border:2px solid #f4f4f4;
    padding:6px;
}

#wp-calendar tbody td:hover {
    border-color:#e2e2e2;
}

#wp-calendar tbody
td.pad {
    border:0;
}

#wp-calendar tbody
td#today {
    color:#74c378;
    border-color:#74c378;
}

#wp-calendar tfoot td#prev a,
#wp-calendar tfoot td#next a {
    display: block;
    color:#888;
    font-size:14px;
    font-weight:400;
    position:relative;
    text-transform:uppercase;
    bottom:-9px;
    margin-bottom:1px;
}

#wp-calendar tfoot 
td#prev {
    text-align:left;
}

#wp-calendar tfoot 
td#next {
    text-align:right;
}

#wp-calendar thead
th {
    font-size:13px;
    font-weight:bold;
    color:#3E3E41;
    text-align:center;
    padding-bottom:10px;
}

#wp-calendar tbody td a,
#wp-calendar tfoot td#prev a:hover,
#wp-calendar tfoot td#next a:hover {
    display: block;
    color:#47C2DC;
}

/* End Calendar Standard Widget 
--------------------------------------------------------------- */


/* Tag Cloud - Standard Widget
===============================================================
=============================================================== */

.tagcloud a {
    display:inline-block;
    vertical-align: middle;
    padding:14px 24px;
    margin-right:7px;
    margin-bottom:7px;
    background:none;
    color: #B5B5B5;
    font-size:16px !important;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    border:2px solid #E5E5E5;
    text-decoration:none;
}

.tagcloud a:hover{
    color: #75C378;
    border:2px solid #75C378;
    text-decoration:none;
}

/* End Tag Cloud - Standard Widget */



/* Start: Gallery - Standard Widget
===============================================================
=============================================================== */

.widget.widget_media_gallery,
.gallery-icon, .gallery-item {
   margin: 0;
   padding: 0;
}
.widget_media_gallery .gallery dl,
.widget_media_gallery .gallery dl dt {
    margin-bottom: 0;
    border: none;
    
}
.widget_media_gallery .gallery dl.gallery-item { 
    margin-top: 0 !important ; 
    width: 32% !important;
    margin: 0 5px 5px 0;
}
.widget_media_gallery .gallery img {
    border: none !important;
        -webkit-border-radius:5px;
        -moz-border-radius:5px;
}
.widget_media_gallery .gallery-caption {
    display: none;
}
.gallery figure {
   display: inline-block;
   margin: 0;
   padding: 0;
}
.widget .gallery figure img {
    margin: 0 10px 10px 0;
    width: 124px;
    height: 124px;   
}
/* End: Gallery - Standard Widget 
--------------------------------------------------------------- */

/* Start: Image - Standard Widget
===============================================================
=============================================================== */

.widget_media_image img {
    width: 100%;
    min-width: 100%;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px; 
}

/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/*                                                            */
/*                           Pages                            */
/*                                                            */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */

/* Start: 404 Page
===============================================================
=============================================================== */

.error-404 {
    margin: 0 0 100px 0;
}

/* End: 404 Page 
--------------------------------------------------------------- */



/* Start: Search Results Page
===============================================================
=============================================================== */ 

/* Header */

/* Post to Show on the page */

#search article {
    padding: 30px 40px 20px 40px;
    border: 2px solid #E5E5E5;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px; 
}
#search .blog-post {
    margin-bottom: 30px;    
} 

/* End: Search Results Page 
--------------------------------------------------------------- */

/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/*                                                            */
/*                       Post Formats                         */
/*                                                            */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */

/* Start: General styles
===============================================================
=============================================================== */ 

iframe {
    width: 100%;
    height: 100%;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
}

.bypostauthor  {}

/* Start: Audio and Video
===============================================================
=============================================================== */

.entry-video,
.post-entry-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.entry-video iframe,
.post-entry-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
}

.post-entry-video {
    margin-bottom: 1.5rem;
}

/* Start: Gallery
===============================================================
=============================================================== */





/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/*                                                            */
/*                   Plugin: Contact Form 7                   */
/*                                                            */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */

.cw_contact_us {
    margin: 60px 0;    
}
.cw_contact_us p {
    font-family: 'Varela Round', 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;    
}

.cw_contact_us .cw_input input,
.cw_contact_us .cw_input_message textarea {
    margin-bottom: 15px;
    background: #e8ebed;
    margin: 0;
    font-size: 14px;
    color: #657380;
    width: 100%;
    padding: 12px 15px;
    outline: 0;
    border: 2px solid #e8ebed;
    -webkit-appearance: none;
    border-radius: 5px;
    box-shadow: none;
    box-sizing: border-box;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
.cw_contact_us .cw_input input:focus,
.cw_contact_us .cw_input_message textarea:focus {
    background: #fff;
    border-color: #d4d9dd;
}

.cw_contact_us input[type=submit] {
    width: 100%;
    border: 1px solid #74c378;
    background: #74c378;
    color: #fff;
    display: inline-block;
    padding: 12px 12px;
    margin-bottom: 0;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    line-height: 1.42857143;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    touch-action: manipulation;
    -ms-touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

div.wpcf7-response-output {
    margin: 0;
    padding: 1.2em 1em;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;    
}

.wpcf7-mail-sent-ok {
    border: 2px solid #73c378 !important;   
}
span.wpcf7-not-valid-tip {
    color: #ff6a6a;
}

/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/*                                                            */
/*               Plugin: Instagram Slider Widget              */
/*                                                            */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */

.jr-insta-slider img {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;     
}

/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/*                                                            */
/*               Footer Instagram Slider Widget              */
/*                                                            */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */

#cw-cuteblog-footer-instagram {
    margin-bottom: 0;
}
#cw-cuteblog-footer-instagram .jr-insta-thumb ul.thumbnails.jr_col_8 li {
    width: 12.5% !important;
}
#cw-cuteblog-footer-instagram .jr-insta-thumb ul.thumbnails li {
    margin: 0;
    padding: 0;
    
}
#cw-cuteblog-footer-instagram .jr-insta-thumb ul.thumbnails {
    margin-left: 0;
}


/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/*                                                            */
/*                        Media Queries                       */
/*                                                            */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */

.search__input {
    top: 16%;
    font-size: 21px;
    padding-right: 95px;

}

.mob-search.is--active .nav-search-open {
    position: absolute;
    right: 13%;
    top: 17.1%; 
}

 .mob-search.is--active .search__line {
    display: none;
}

.mob-search.is--active .search__box {
    border: none;
}

.mob-search.is--active .search__close:before {
    content: "\f00d";
    font: 38px "Font Awesome 5 Free", "Font Awesome 5 Brands";
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 900;
    color: #fff;
    left: -1px;
    position: relative;
    top: -3px;
    height: 34px;
    width: 34px;
}   
    
    
@media (max-height: 600px) {
    .search__input {
        top: 16%;
        font-size: 21px;
        padding-right: 95px;

    }
    .mob-search.is--active .nav-search-open {
        position: absolute;
        right: 13%;
        top: 18.1%; 
    }
}

@media(max-width: 1000px) {
    .header-searchbar {
        display: none;
    }
}

@media(max-width: 640px) {

    .header-social {
        text-align: center;
    }
    
    #blog-single [class*="grid-md"] {
        margin-bottom: 30px;
    }
}

@media(max-width: 480px)
{

    h1, .h1, .supertitle {
        font-size: 1.95em;
        line-height: 1.22222222222222em;
    }   
    h2, .h2 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .blog-post h2 {
        margin-top: 14px;
    }
    .content-padding {
        padding: 50px 0;
    }
    #blog .post-categories a, #blog .post-categories-update {
        padding: 2px 10px;
        margin-bottom: 0;
    } 
    span.urgent_news {
        padding: 4px 10px;
        margin-bottom: 0;   
    }
    
    .featured-title p {
        font-family: 'Varela Round', Helvetica, Arial, sans-serif;
        font-size: 1em;
        color: #fff;
    }
    
    .featured-title h1:after {
        top: 24px;
    }
    .featured-title h1 {
        margin-bottom: 52px;
    }
        .search__input {
        padding-right: 65px;
    }
    
    #cw-cuteblog-footer-instagram {
        display: none;
    }
    
    #wp-calendar tbody td {
        padding: 2px; 
    }
    #cw-cuteblog-category ul li {
        font: 16px "Varela Round", "Open Sans", Helvetica, Arial, sans-serif;
    }
    
    /*  Single post styles  */
    
    .author-about-avatar {
        float: none;
        width: 100%;
    }
    .author-about-avatar img {
        display: block;
        margin: 0 auto;
        width: 100px;
        margin-bottom: 20px
    }
    .post-author-about .author-post-credits {
        padding: 0;
    }
    .post-author-about .author-post-credits .post-info {
        display: block;
    }
    .post-author-about .author-post-credits .header-social {
        display: block;
        margin-bottom: 20px;
    }
    
    .author-post-credits {
        padding: 70px 0 44px 0;
    }
    .author-post-credits h5 {
        margin-bottom: 0;
    }
    
    /*  Comments  */
    
    .avatar-box {
        display: none;
    }
    .comment-author p {
       margin-left: 0; 
    }
    .comment-content {
        margin-left: 0;
    }
    
    /*  Header text  */
    
    .single-post .featured-title {
        padding: 0;
    }
    
    /*  Content  */
    
    blockquote {
        font-size: 30px;
        padding: 30px 0 70px 0;

    }
    
    .blockquote {
        margin: 50px 10% 50px 0;
    }
    
    .blog-post img {
        width: 100%;
        float: none;
        margin: 20px 0;
    }
    
    /*  Related Articles  */
    
    .rel-article {
        margin-bottom: 40px;
    }
    
    article .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: -5px;
    }
    
    
}

@media (max-width: 70em) {
    .blog-post .feature-image img {
        width: 100%;
    }
}