/*!
Theme Name:         Fullscreen Agency
Theme URI:          https://codevibrant.com/wpthemes/fullscreen-agency/
Author:             CodeVibrant
Author URI:         https://codevibrant.com
Description:        Free WordPress Theme related to the agency with a fullscreen option. It is developed with creative design and powerful features that let you write articles and blog posts with ease. It uses the best clean SEO practices, responsive HTML5, and on top of that, it is fast, simple, and easy to use. Use the Customizer to add your own background, page layout, site width and more.
Version:            1.0.7
Requires at least:  WordPress 4.0
Requires PHP:       5.2.4
License:            GNU General Public License v3 or later
License URI:        http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:        fullscreen-agency
Tags:               blog, portfolio, entertainment, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Fullscreen Agency is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v3 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, big, cite, code, del, dfn, em, font, 
ins, kbd, q, s, samp, small, strike, strong, sub, sup, 
tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll;
    /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
    /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box;
    /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing: border-box;
    /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing: border-box;
}

body {
    background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: """";
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

body,
button,
icvut,
select,
textarea {
    color: #3d3d3d;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #3d3d3d;
    font-weight: 700;
}

p {
    margin-bottom: 20px;
}

b,
strong {
    font-weight: bold;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 15px;
    font-size: 20px;
    font-style: italic;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

address {
    margin: 0 0 15px;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}



/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}

ul,
ol {
    margin: 0 0 15px 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 15px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 15px 15px;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}

figure {
    margin: 0;
}

table {
    margin: 0 0 15px;
    width: 100%;
    border-collapse: collapse;
}

th {
    font-weight: bold;
    border: 1px solid #CCC;
    padding: 5px 10px;
}

td {
    border: 1px solid #CCC;
    padding: 5px 10px;
}



/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/

button,
icvut,
select,
textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: middle;
}

.navigation .nav-links a,
.bttn,
button,
icvut[type="button"],
icvut[type="reset"],
icvut[type="submit"] {
    background: #029fb2;
    color: #ffffff;
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'icvut' and others */
    font-size: 14px;
    line-height: 13px;
    height: 33px;
    border: none;
    padding: 10px 15px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    text-shadow: none;
    border: 1px solid #029fb2;
}

.navigation .nav-links a:hover,
.bttn:hover,
button,
icvut[type="button"]:hover,
icvut[type="reset"]:hover,
icvut[type="submit"]:hover {
    background: #029fb2;
    color: #ffffff !important;
}

icvut[type="checkbox"],
icvut[type="radio"] {
    padding: 0;
}

button::-moz-focus-inner,
icvut::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

icvut[type="text"],
icvut[type="email"],
icvut[type="url"],
icvut[type="password"],
icvut[type="search"] {
    color: #666;
    border: 1px solid #ccc;
    height: 36px;
    width: 100%;
    -webkit-appearance: none;
}

icvut[type="text"]:focus,
icvut[type="email"]:focus,
icvut[type="url"]:focus,
icvut[type="password"]:focus,
icvut[type="search"]:focus,
textarea:focus {
    border: 1px solid #AAA;
}

.searchform icvut[type="text"]:focus {
    border: none;
}

icvut[type="text"],
icvut[type="email"],
icvut[type="url"],
icvut[type="password"],
icvut[type="search"] {
    padding: 3px 6px;
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    color: #666;
    border: 1px solid #ccc;
    height: 160px;
    max-width: 100%;
    width: 100%;
}

.no-results icvut[type="search"] {
    width: 45%;
}



/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/

a {
    color: #777;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

a:before {
    color: #777;
}

a:focus {
    outline: thin dotted;
  }

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}



/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}



/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/

.cv-clearfix:before,
.cv-clearfix:after,
.row:before,
.row:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.cv-container:after,
.cv-container:before {
    content: '';
    display: table;
}

.cv-clearfix:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.cv-container:after {
    clear: both;
}

.clear {
    clear: both;
}



/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 12px;
}

/* Make sure select elements fit in widgets */

.widget select {
    max-width: 100%;
}

.widget_search .search-field {
    float: left;
    width: 78%;
}

.widget_archive ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul {
    list-style: outside none none;
    margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_recent_entries li:last-child,
.widget_meta li:last-child,
.widget_recent_comments li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child {
    border: none;
}

.widget_archive a,
.widget_categories a,
.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li a,
.widget_nav_menu li a {
    color: #959595;
    font-size: 13px;
    line-height: 26px;
    padding-left: 22px;
    position: relative;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    display: inline-block;
}

.widget_archive a::before,
.widget_categories a::before,
.widget_recent_entries a::before,
.widget_meta a::before,
.widget_recent_comments li::before,
.widget_rss li:before,
.widget_pages li a:before,
.widget_nav_menu li a:before {
    color: #9f9f9f;
    content: "\f187";
    font-family: "FontAwesome";
    font-size: 12px;
    left: 0;
    position: absolute;
    top: 0px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.widget_categories a::before {
    content: "\f07b";
}

.widget_recent_entries a::before {
    content: "\f101";
}

.widget_meta a::before,
.widget_nav_menu li a:before {
    content: "\f105";
}

.widget_recent_comments li::before {
    content: "\f086";
    top: 0;
}

.widget_rss li::before {
    content: "\f09e";
    top: 0;
}

.widget_pages li a:before {
    content: "\f1ea";
    top: 0;
}

.widget_search .search-field {
    width: 75%;
    float: left;
}

.widget_search .search-submit {
    height: 35px;
    width: 25%;
    color: #ffffff;
    cursor: pointer;
}

.widget_recent_entries .post-date {
    color: #8f8f8f;
    display: block;
    font-size: 11px;
    margin-top: -5px;
    padding-left: 24px;
}

.widget_nav_menu .sub-menu {
    margin-bottom: -10px;
    margin-top: 10px;
    padding-left: 10px;
}

.widget_nav_menu li::before {
    top: 0;
}

.widget_tag_cloud .tagcloud a {
    color: #909090;
    font-size: 14px !important;
    border: 1px solid #cfcfcf;
    padding: 1px 10px;
    display: inline-block;
    margin: 0 5px 10px 0;
    border-radius: 2px;
}

.widget_tag_cloud .tagcloud a:hover {
    background: #F54037;
    color: #fff;
    border-color: #F54037;
}


/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

h1.entry-title {
    color: #353535;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform: capitalize;
}

h1.entry-title a {
    color: #3d3d3d;
}

.hentry {
    margin: 0 0 15px;
}

.single .byline,
.group-blog .byline,
.posted-on,
.blog-author,
.blog-cat {
    display: inline;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.cat-links,
.byline,
.author.vcard,
.comments-link,
.edit-links,
.tags-links {
    font-size: 14px;
    margin-right: 14px;
    display: inline-block;
}

.post-edit-link{
    font-size: 14px;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 15px 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 15px;
}

.edit-link .post-edit-link:before {
    content: "\f044";
    font-family: FontAwesome;
    margin-right: 8px;
}

#blog-post article.hentry,
.search article.hentry,
.archive article.hentry,
.tag article.hentry,
.category article.hentry,
.blog article.hentry {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #DDD;
}

.blog article.hentry:first-child {
    margin-top: 30px;
}

article.hentry h1.entry-title {
    margin-bottom: 5px;
    line-height: 1.2;
}

article.hentry .entry-footer>span {
    font-size: 14px;
    margin-top: 14px;
}

.page-header .page-title {
    color: #333333;
    padding-bottom: 15px;
}

.posted-on a:before {
    content: "\f073";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 8px;
}

.cat-links a:before {
    content: "\f07c";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 8px;
}

.comments-link a:before {
    content: "\f075";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 8px;
}

.byline a:before {
    content: "\f007";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 8px;
}

.tags-links a:before {
    content: "\f02c";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 8px;
}

.entry-footer .tags-links a {
    border: 1px solid #e1e1e1;
    display: inline-block;
    margin: 0 5px;
    padding: 0 10px;
}

.updated {
    display: none;
}

.published.updated {
    display: inline-block;
}

.nav-links .meta-nav {
    display: none;
}

.nav-links .nav-next {
    text-align: right;
    float: right;
}

.nav-links .nav-previous a:before {
    content: "\f0d9";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
    color: #fff;
}

.nav-links .nav-next a:after {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    margin-left: 5px;
}

.nav-links .nav-previous,
.nav-links .nav-next {
    width: 30%;
    float: left;
}

.nav-links .nav-next {
    float: right;
}

.nav-links .nav-next a,
.nav-links .nav-previous a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.entry-thumbnail {
    width: 38%;
    float: left;
}

.entry-excerpt {
    width: 60%;
    float: right;
}

.short-content {
    margin-bottom: 10px;
}

.short-content+.bttn {
    float: right;
}

.entry-footer {
    margin-top: 10px;
}

.full-width {
    float: none;
    width: 100%;
}



/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

#comments h2.comments-title {
    color: #333;
    display: inline-block;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    margin: 15px 0;
    padding: 8px 15px;
}

#comments h3 {
    margin: 0 0 10px;
    color: #141414;
    font-weight: 600;
    display: inline-block;
    line-height: 22px;
    font-size: 18px;
}

#commentform label {
    width: 120px;
    display: block;
}

textarea#comment {
    width: 100%;
    height: 150px;
}

/*Comment Lists*/

.comments-area ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comments-area ol.children {
    margin: 0 0 0 15px;
}

.comment-list .comment-body {
    padding: 15px;
    margin-bottom: 20px;
    background: #fff;
    border-top: 2px solid #FF58A5;
}

.comment-author img {
    vertical-align: text-top;
    margin-right: 15px;
}

.comment-metadata {
    margin-top: -10px;
    padding-left: 57px;
}

.comment-content {
    padding-left: 58px;
    margin-top: 10px;
}

.comment-author .fn {
    font-style: normal;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
}

.comment-author .fn .url {
    color: #333;
    padding: 0 5px;
}

.comment-author .fn .url:hover {
    color: #FF58A5;
}

.comment-author .says {
    display: none;
}

.commentmetadata {
    float: right;
    font-weight: normal;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
}

.commentmetadata a {
    color: #666;
}

.commentmetadata .comment-edit-link {
    color: #01AEFD;
}

.commentmetadata+.clear {
    margin-bottom: 20px;
}

.reply .comment-reply-link {
    background: none repeat scroll 0 0 #FF58A5;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 1;
    padding: 2px 10px;
}

#respond {
    background: #f9f9f9 none repeat scroll 0 0;
    color: #141414;
    margin-top: 40px;
    padding: 20px;
}

#commentform .form-submit {
    margin-bottom: 0;
}

#cancel-comment-reply-link {
    font-style: italic;
    color: #FF58A5;
}

#cancel-comment-reply-link:before {
    font-family: FontAwesome;
    content: "\f057";
    margin: 0 5px 0 20px;
    font-style: normal;
    color: #FF58A5;
}



/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation,


/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}



/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

.infinity-end.neverending .site-footer {
    display: block;
}

#infinite-footer {
    display: none;
}



/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 10px 0;
}

.site-main .gallery {
    margin-bottom: 1.5em;
}

.gallery-caption {}

.site-main .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}

.site-main .gallery dd,
.site-main .gallery figcaption {
    margin: 0;
}

.site-main .gallery-columns-4 .gallery-item {}

.site-main .gallery-columns-4 .gallery-item img {}



/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
    max-width: 100%;
}



/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
    margin-left: -2%;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin-bottom: 3%;
    margin-left: 2%;
}

.site-main .gallery a img {
    max-width: none;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 47%;
}

.gallery-columns-3 .gallery-item {
    max-width: 31.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
}

.gallery-columns-5 .gallery-item {
    max-width: 18%;
}

.gallery-columns-6 .gallery-item {
    max-width: 14.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 12.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 10.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 9.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
Grid CSS
--------------------------------------------------------------*/

.cv-column-wrapper {
    margin-left: -3%;
}

.cv-column-1 {
    float: left;
    width: 97%;
    margin-left: 3%;
}

.cv-column-2 {
    float: left;
    width: 47%;
    margin-left: 3%;
}

.cv-column-3 {
    float: left;
    width: 30.33%;
    margin-left: 3%;
}

.cv-column-4 {
    float: left;
    width: 22%;
    margin-left: 3%;
}


/*--------------------------------------------------------------
Sidebar layout css 
--------------------------------------------------------------*/

#primary,
.home.blog #primary {
    float: left;
    width: 70%;
}

#secondary,
.home.blog #secondary {
    float: right;
    width: 27%;
}

.page-template-magazine-template #primary {
    width: 100%;
}

.left-sidebar #primary {
    float: right;
}

.left-sidebar #secondary {
    float: left;
}

.no-sidebar #primary {
    width: 100%;
    margin: 0 auto;
}

.no-sidebar #secondary {
    display: none;
}

.no-sidebar-center #secondary {
    display: none;
}

.no-sidebar-center #primary {
    width: 80%;
    margin: 0 10%;
}

.home.blog #content #primary article:first-child {
    margin-top: 0;
}

/*-------------------------------------------------------------
Gradient Color Initialization
--------------------------------------------------------------*/

.cv-fullpage-section{
    position: relative;
}

.cv-fullpage-section .fp-tableCell{
    position: relative;
    z-index: 999;
}

.cv-fullpage-section:before,
.cv-fullpage-section:after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
}

.cv-pink-gradient-bg:before {
    background: rgba(255,0,89,1);
    background: -webkit-linear-gradient(top left, rgb(255, 102, 119) 0%, rgba(254, 163, 227, 0.9) 100%);
    background: -o-linear-gradient(top left, rgb(255, 102, 119) 0%, rgba(254, 163, 227, 0.9) 100%);
    background: linear-gradient(to bottom right, rgb(255, 102, 119) 0%, rgba(254, 163, 227, 0.9) 100%);
}

.cv-blue-gradient-bg:before {
    background: #0288d1;
    background: -webkit-linear-gradient(top left, rgba(2,136,209,1) 0%, rgba(38,198,218,1) 100%);
    background: -o-gradient(top left, rgba(2,136,209,1) 0%, rgba(38,198,218,1) 100%);
    background: linear-gradient(top left, rgba(2,136,209,1) 0%, rgba(38,198,218,1) 100%);
}

.cv-green-gradient-bg:before {
    background: #43A047;
    background: -webkit-linear-gradient(top left, rgba(67,160,71,1) 0%, rgba(29,233,182,1) 100%);
    background: -o-linear-gradient(top left, rgba(67,160,71,1) 0%, rgba(29,233,182,1) 100%);
    background: linear-gradient(top left, rgba(67,160,71,1) 0%, rgba(29,233,182,1) 100%);
}

.cv-yellow-gradient-bg:before {
    background: #ff6f00;
    background: -webkit-linear-gradient(top left, rgba(255,111,0,1) 0%, rgba(255,202,40,1) 100%);
    background: -o-linear-gradient(top left, rgba(255,111,0,1) 0%, rgba(255,202,40,1) 100%);
    background: linear-gradient(top left, rgba(255,111,0,1) 0%, rgba(255,202,40,1) 100%);
}

.cv-crimson-gradient-bg:before {
    background: #FF5252;
    background: -webkit-linear-gradient(top left, rgba(255,82,82,1) 0%, rgba(244,143,177,1) 100%);
    background: -o-linear-gradient(top left, rgba(255,82,82,1) 0%, rgba(244,143,177,1) 100%);
    background: linear-gradient(top left, rgba(255,82,82,1) 0%, rgba(244,143,177,1) 100%);
}

.cv-purple-gradient-bg:before {
    background: #8e2de2;
    background: -webkit-linear-gradient(top left, rgba(142,45,226,1) 0%, rgba(74,0,224,1) 100%);
    background: -o-linear-gradient(top left, rgba(142,45,226,1) 0%, rgba(74,0,224,1) 100%);
    background: linear-gradient(top left, rgba(142,45,226,1) 0%, rgba(74,0,224,1) 100%);
}

/*--------------------------------------------------------------
Transparent Gradient Color Initialization
--------------------------------------------------------------*/
.cv-pink-gradient-opacity-bg:before {
    background: rgba(255,0,89,1);
    background: -webkit-linear-gradient(top left, rgba(255,0,89,0.6) 0%, rgba(255,50,0,0.6) 100%);
    background: -o-linear-gradient(top left, rgba(255,0,89,0.6) 0%, rgba(255,50,0,0.6) 100%);
    background: linear-gradient(to bottom right, rgba(255,0,89,0.6) 0%, rgba(255,50,0,0.6) 100%);
}

.cv-blue-gradient-opacity-bg:before {
    background: #0288d1;
    background: -webkit-linear-gradient(top left, rgba(2,136,209,0.6) 0%, rgba(38,198,218,0.6) 100%);
    background: -o-gradient(top left, rgba(2,136,209,0.6) 0%, rgba(38,198,218,0.6) 100%);
    background: linear-gradient(top left, rgba(2,136,209,0.6) 0%, rgba(38,198,218,0.6) 100%);
}

.cv-green-gradient-opacity-bg:before {
    background: #43A047;
    background: -webkit-linear-gradient(top left, rgba(67,160,71,0.6) 0%, rgba(29,233,182,0.6) 100%);
    background: -o-linear-gradient(top left, rgba(67,160,71,0.6) 0%, rgba(29,233,182,0.6) 100%);
    background: linear-gradient(top left, rgba(67,160,71,0.6) 0%, rgba(29,233,182,0.6) 100%);
}

.cv-yellow-gradient-opacity-bg:before {
    background: #ff6f00;
    background: -webkit-linear-gradient(top left, rgba(255,111,0,0.6) 0%, rgba(255,202,40,0.6) 100%);
    background: -o-linear-gradient(top left, rgba(255,111,0,0.6) 0%, rgba(255,202,40,0.6) 100%);
    background: linear-gradient(top left, rgba(255,111,0,0.6) 0%, rgba(255,202,40,0.6) 100%);
}

.cv-crimson-gradient-opacity-bg:before {
    background: #FF5252;
    background: -webkit-linear-gradient(top left, rgba(255,82,82,0.6) 0%, rgba(244,143,177,0.6) 100%);
    background: -o-linear-gradient(top left, rgba(255,82,82,0.6) 0%, rgba(244,143,177,0.6) 100%);
    background: linear-gradient(top left, rgba(255,82,82,0.6) 0%, rgba(244,143,177,0.6) 100%);
}

.cv-purple-gradient-opacity-bg:before {
    background: #8e2de2;
    background: -webkit-linear-gradient(top left, rgba(142,45,226,0.6) 0%, rgba(74,0,224,0.6) 100%);
    background: -o-linear-gradient(top left, rgba(142,45,226,0.6) 0%, rgba(74,0,224,0.6) 100%);
    background: linear-gradient(top left, rgba(142,45,226,0.6) 0%, rgba(74,0,224,0.6) 100%);
}

/*--------------------------------------------------------------
Background Pattern CSS
--------------------------------------------------------------*/
.cv-old-moon-bg-pattern:after{
    background: url(assets/images/png/old-moon.png) repeat scroll center top;
}

.cv-asfalt-light-bg-pattern:after{
    background: url(assets/images/png/asfalt-light.png) repeat scroll center top;
}

.cv-brushed-alum-dark-bg-pattern:after{
    background: url(assets/images/png/brushed-alum-dark.png) repeat scroll center top;
}

.cv-felt-bg-pattern:after{
    background: url(assets/images/png/felt.png) repeat scroll center top;
}

.cv-paper-fibers-bg-pattern:after{
    background: url(assets/images/png/paper-fibers.png) repeat scroll center top;
}

/*--------------------------------------------------------------
COMMON CSS
--------------------------------------------------------------*/

body {
    overflow: hidden;
    position: relative;
}

.site-layout--boxed #page {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    width: 1200px;
    background: #ffffff;
}

body.fullwidth-layout #page {
    background: #fff none repeat scroll 0 0;
}

.cv-container {
    width: 1200px;
    margin: 0 auto;
}

.hide {
    display: none;
}

/*--------------------------------------------------------------
Header CSS
--------------------------------------------------------------*/
#fp-nav.fp-right {
    right: 0px;
    z-index: 999;
}

#masthead {
    position: fixed;
    z-index: 99999;
    color: #fff;
    width: 100%;
}

#masthead a {
    color: #fff;
}

.custom-logo {
    margin: 30px 0;
}

.site-title {
    margin-bottom: 0;
    margin-top: 10px;
}

.site-branding {
    float: left;
    margin-right: 8%;
}

#site-navigation li {
    list-style: none;
    float: left;
    padding: 0 4px;
}

#site-navigation {
    line-height: 70px;
}

#site-navigation li a {
    padding: 6px 16px;
    border-radius: 30px;
}

#site-navigation li a:hover,
#site-navigation ul li.current-menu-item a {
    background: rgba(255, 255, 255, 0.3);
}

.cv-search-social-wrapper li {
    list-style: none;
    float: left;
    padding: 0 10px;
    font-size: 20px;
}

.up-down-wrap {
    display: none;
}

#primary-menu li {
    position: relative;
}

#site-navigation .sub-menu li a{
    color: #333;
    text-align: center;
    line-height: 3;
}

.sub-toggle .fa-angle-right::before {
    display: none;
}

.sub-toggle {
    color: #333;
    cursor: pointer;
    line-height: 24px;
    position: absolute;
    right: 14px;
    text-align: center;
    top: 24px;
    width: 24px;
}

#site-navigation ul.sub-menu, 
#site-navigation ul.children,
.cv-menu-search .search-form{
  position: absolute;
  top: 100%;
  left: 0;
  width: 150px;
  background: #FFF;
  opacity: 0;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
  box-shadow: 0 0 8px rgba(0,0,0,0.3);
  transform: scaley(0);
  -webkit-transform: scaley(0);
  -ms-transform: scaley(0);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  z-index: 9999;
  line-height: 2.5;
}

#site-navigation ul li.focus>ul.sub-menu,
#site-navigation ul li.focus>ul.children,
#site-navigation ul li:hover>ul.sub-menu,
#site-navigation ul li:hover>ul.children,
.cv-menu-search .search-form.search-activate{
  opacity: 1;
  -transform: scaley(1);
  -webkit-transform: scaley(1);
  -ms-transform: scaley(1);
}

#site-navigation ul.sub-menu li,
#site-navigation ul.children li {
   float: none;
   display: block;
   border-bottom: 1px solid #e1e1e1;
}

#site-navigation ul.sub-menu li:last-child,
#site-navigation ul.children li:last-child {
   border: none;
}

#site-navigation ul.sub-menu ul,
#site-navigation ul.children ul {
   right: -100%;
   left: auto;
   top: -20%;
}

#site-navigation ul.sub-menu li:hover>ul,
#site-navigation ul.children li:hover>ul {
   top: 0;
}

#site-navigation li.menu-item-has-children>a:after,
#site-navigation li.page_item_has_children>a:after,
#site-navigation li.page_item_has_children>a:after {
   content: "\f107";
   font-family: FontAwesome;
   position: absolute;
   right: 14px;
   top: 0;
}

#site-navigation ul.sub-menu li.menu-item-has-children>a:after,
#site-navigation ul.children li.page_item_has_children>a:after {
   content: "\f105";
}

#site-navigation ul#primary-menu>li.menu-item-has-children>a,
#site-navigation #primary-menu ul>li.page_item_has_children>a {
   padding-right: 35px;
}

#site-navigation ul ul li a {
    color: #333;
}

/*menu toggle css*/

.menu-toggle {
    background: none;
    border: none;
    font-size: 22px;
    line-height: 70px;
    float: left;
    display: none;
} 

.menu-toggle i {
    padding-left: 10px;
}

.menu-toggle-off {
    position: absolute;
    right: 10%;
    top: 4%;
    z-index: 99;
    font-size: 32px;
    cursor: pointer;
    display: none;
}

#social-icon-menu li {
    list-style: none;
    float: left;
    padding: 0 12px;
}

.cv-search-social-wrapper {
    line-height: 68px;
    font-size: 16px;
    float: right;
}

.menu-social-icon-menu-container {
    float: left;
}

.fullscreen-agency-search-icon {
    float: left;
    padding: 0 8px;
    cursor: pointer;
}

/*search form css*/
.search-form {
    text-align: right;
}

.fullscreen-agency-form-wrap.search-activate {
    opacity: 1;
    visibility: visible;
    left: 0%;

}

.fullscreen-agency-form-wrap {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.9) 0%, rgba(66, 66, 66, 0.9) 100%);
    z-index: 9999;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.fullscreen-agency-form-wrap .search-form .search-field {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 20px;
    width: 80%;
    height: 70px;
    display: block;
    margin: 0 auto;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    font-size: 26px;
    background: no-repeat;
    color: #fff;
}

.fullscreen-agency-form-wrap .search-form .search-submit {
    margin-top: 30px;
    padding: 16px 60px;
    border: none;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    background: none;
    border: 1px solid #afafaf;
    height: auto;
    border-radius: 30px;
    width: 25%;
    cursor: pointer;
}

.fullscreen-agency-form-close {
    position: absolute;
    right: 40px;
    top: 30px;
    font-size: 42px;
    cursor: pointer;
    color: #fff;
}

.fullscreen-agency-form-wrap .search-form {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin-left: -50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

/*--------------------------------------------------------------
Hero Section CSS
--------------------------------------------------------------*/
#cv-hero-section {
    background-size: cover;
    background-position: center top;
    top: 0;
    left: 0;
    position: relative;
}

#cv-hero-section .hero-content-wrapper {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1000px;
}

#cv-hero-section .hero-title {
    font-size: 68px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}

#cv-hero-section .hero-content {
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    line-height: 36px;
    margin: 10px 0 60px;
}

#cv-hero-section .hero-button a {
    background: rgba(255,255,255,0.3);
    border-radius: 30px;
    padding: 8px 40px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
}

#cv-hero-section .hero-button a:hover {
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.4);
    color: #333;
    background: #ffffff;
}

#cv-hero-section .icon-scroll {
    width: 20px;
    height: 35px;
    margin-left: -10px;
    position: absolute;
    bottom: 70px;
    box-shadow: inset 0 0 0 3px #fff;
    border-radius: 25px;
    z-index: 99;
    left: 50%;
    cursor: pointer;
}

#cv-hero-section .icon-scroll::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #fff;
    margin-left: -2px;
    top: 6px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
    position: absolute;
    left: 50%;
}

@keyframes scroll{
0% {
    opacity: 1;
}
100% {
    opacity: 0;
    -webkit-transform: translateY(23px);
    transform: translateY(23px);
}
}

/*--------------------------------------------------------------
About us section CSS
--------------------------------------------------------------*/
.section-title {
    text-align: center;
    font-size: 50px;
    position: relative;
    margin-bottom: 80px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.section-title::after {
    height: 5px;
    width: 60px;
    background: #ffffff;
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#cv-about-section .section-title::after{
    display:none;
}

#cv-about-section .about-content-wrapper {
    position: relative;
}

.about-content-block .section-title {
    color: #333;
    margin: 0 0 20px;
    text-align: left;
    font-size: 32px;
}

#cv-about-section .about-content {
    font-size: 15px;
    color: #333;
    line-height: 28px;
    text-align: justify;
    margin: 20px 0 30px 0;
}

#cv-about-section .about-btn {
    background: #333;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 30px;
}

#cv-about-section .about-btn:hover{
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.4);
}

#cv-about-section .about-btn .fa{
    margin-left: 5px;
}

#cv-about-section .about-content-block.no-thumb-image {
    width: 100%;
}

#cv-about-section .thumb-image {
    width: 55%;
    border: 10px solid #fff;
    position: relative;
}

#cv-about-section .about-content-block {
    width: 60%;
    background: rgba(255,255,255,0.8);
    padding: 40px;
    border-radius: 8px;
   position: absolute;
   right: 0;
   top: 50%;
   -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*--------------------------------------------------------------
services section CSS
--------------------------------------------------------------*/

#cv-services-section .single-service-wrap img {
    margin-bottom: 8px;
}

#cv-services-section .single-service-wrap {
    text-align: center;
    padding: 30px;
    border: 1px solid rgba(255,255,255,0.4);
    position: relative;
}

#cv-services-section .single-service-wrap:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    width: 20%;
    height: 5px;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#cv-services-section .single-service-wrap:hover:after{
    opacity: 1;
    visibility: visible;
    width: 100%;
}

#cv-services-section .service-excerpt {
    color: #fff;
    font-size: 13px;
}

#cv-services-section .service-title {
    margin: 20px 0;
    text-transform: uppercase;
}

#cv-services-section .service-title a {
    color: #fff;
    font-size: 22px;
}

#cv-services-section .service-title{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}

#cv-services-section .service-title:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#cv-services-section .btn-service.btn-read-more {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    padding: 8px 30px;
    font-size: 13px;
    display: inline-block;
    margin-top: 14px;
}

#cv-services-section .btn-service.btn-read-more:hover {
    background: #ffffff;
    color: #333;
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.4);
}

/*--------------------------------------------------------------
Portfolio section CSS
--------------------------------------------------------------*/
#cv-portfolio-section .cv-column-3 {
    margin-bottom: 3%;
}

.portfolio-content-wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    border: 5px solid #fff;
}

.single-portfolio-wrap:hover .portfolio-content-wrap{
    background: rgba(0,0,0,0.6);
    border:none;
}

.portfolio-content-wrap:before,
.portfolio-content-wrap:after {
    position: absolute;
    content: '';
    opacity: 0;
}

.portfolio-content-wrap:before, 
.portfolio-content-wrap:after {
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
}

.portfolio-content-wrap::before {
    top: 30px;
    right: 20px;
    bottom: 30px;
    left: 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.portfolio-content-wrap::after {
    top: 20px;
    right: 30px;
    bottom: 20px;
    left: 30px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.single-portfolio-wrap:hover .portfolio-content-wrap:before, 
.single-portfolio-wrap:hover .portfolio-content-wrap:after{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.portfolio-title {
    position: absolute;
    left: 50%;
    top: 55%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    z-index: 99;
}

.single-portfolio-wrap:hover .portfolio-title{
    opacity: 1;
    visibility: visible;
    top:50%;
}

#cv-portfolio-section .portfolio-title a {
    color: #fff;
    display: block;
    font-size: 21px;
    text-transform: uppercase;
}

#cv-portfolio-section .portfolio-title a:hover {
    font-size: 19px;
}

.portfolio-title a:hover .portfolio-content-wrap::before,
.portfolio-title a:hover .portfolio-content-wrap::after{
    opacity: 0;
}

/*--------------------------------------------------------------
 team section CSS
--------------------------------------------------------------*/

#cv-testimonial-section .post-content-wrapper {
    margin-left: 3%;
}

#cv-testimonial-section .thumb-image-list {
    margin-left: -2%;
}

#cv-testimonial-section .thumb-image-block {
    border-radius: 100%;
    display: inline-block;
    width: 14.66%;
    margin-left: 2%;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    position: relative;
    cursor: pointer;
}

#cv-testimonial-section .thumb-image-block .thumb-img {
    border-radius: 100%;
    overflow: hidden;
}

#cv-testimonial-section .thumb-image-block:before{
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border:5px solid #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    border-radius: 100%;
}


#cv-testimonial-section .thumb-image-block.active:before,
#cv-testimonial-section .thumb-image-block:hover:before {
    opacity: 1;
    visibility: visible;
}

.single-testimonial-member-wrap {
    margin-top: 60px;
}

#cv-testimonial-section .thumb-display-image img {
    border-radius: 50%;
}

#cv-testimonial-section .thumb-display-image {
    width: 24%;
    float: left;
    text-align: center;
    margin-right: 5%;
}

#cv-testimonial-section .image-content {
    width: 68%;
    float: right;
    position: relative;
}

#cv-testimonial-section .image-content::before {
    content: "\f10d";
    font-family: FontAwesome;
    position: absolute;
    left: -60px;
    top: -20px;
    color: #fff;
    font-size: 32px;
}

#cv-testimonial-section .member-name {
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 25px;
    position: relative;
}

#cv-testimonial-section .member-name::after {
    content: "";
    background: #FFF;
    height: 3px;
    width: 6%;
    position: absolute;
    bottom: 10px;
    left: 0px;
}

#cv-testimonial-section .member-name,
.member-info {
    color: #fff;
}

.member-info {
    font-size: 18px;
    line-height: 34px;
}

/*--------------------------------------------------------------
 blog section CSS
--------------------------------------------------------------*/

#cv-blogs-section .single-blog-wrap {
    background: #fff;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
}

#cv-blogs-section .single-blog-wrap .single-blog-content {
    padding: 0 20px 30px;
}

#cv-blogs-section .post-title a {
    font-size: 18px;
    color: #333;
    margin-top: 20px;
    position: relative;
    display: block;
    text-transform: uppercase;
}

#cv-blogs-section .post-title a:hover{
    text-shadow: 0px 3px #ddd;
}

#cv-blogs-section .btn-blog.btn-read-more {
    background: #333;
    border-radius: 30px;
    padding: 7px 22px;
    display: inline-block;
    color: #fff;
    font-size: 13px;
}

#cv-blogs-section .btn-blog.btn-read-more:hover{
 box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.40);
}

/*--------------------------------------------------------------
 contact section CSS
--------------------------------------------------------------*/

.cv-contact-wrapper {
    background: #fff;
    width: 80%;
    margin: 0 auto;
    padding: 30px 40px 20px;
}

.section-content-wrap .wpforms-container-full .wpforms-form .wpforms-field-medium,
.section-content-wrap .wpforms-container-full .wpforms-form .wpforms-field-medium,
.section-content-wrap .wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 100%;
}

.home #cv-contact-section .section-content-wrap .wpforms-submit {
    border-radius: 30px;
    background: #333;
    color: #ffffff;
    border: none;
    padding: 13px 30px;
    text-transform: capitalize;
    width: 200px;
}

.home #cv-contact-section .cv-contact-wrapper {
    text-align: center;
}

#cv-contact-section .section-content-wrap .wpforms-submit:hover{
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.40);
}
/*-------------------------------------
contact form
--------------------------------------*/

#cv-contact-section .wpcf7-form {
    text-align: center;
}

#cv-contact-section .wpcf7-form-control {
    width: 100%;
    padding: 8px;
    border-color: #959595;
    border-width: 1px;
}

#cv-contact-section label {
    font-size: 14px;
    font-weight: 800;
    text-align: center;
}

#cv-contact-section .wpcf7-form-control.wpcf7-submit {
    border-radius: 30px;
    background: #333;
    color: #ffffff;
    border: none;
    padding: 10px 10px;
    text-transform: capitalize;
    width: 18%;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
}

#cv-contact-section .wpcf7-form-control.wpcf7-submit:hover{
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.40);
}

/*--------------------------------------------------------------
 footer section CSS
--------------------------------------------------------------*/

#colophon .site-info {
    float: left;
    font-size: 12px;
    color: #fff;
}

#colophon .site-info a {
    color: #fff;
}

.home #colophon {
    color: #fff;
    z-index: 999;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.home #colophon{
     background: rgba(255,0,89,1);
    background: -webkit-linear-gradient(top left, rgba(255,0,89,0.7) 0%, rgba(255,50,0,0.5) 100%);
    background: -o-linear-gradient(top left, rgba(255,0,89,0.7) 0%, rgba(255,50,0,0.5) 100%);
    background: linear-gradient(to bottom right, rgba(255,0,89,0.7) 0%, rgba(255,50,0,0.5) 100%);;
}

#footer-navigation {
    float: right;
}

#footer-navigation ul ul{
    display: none;
}

#footer-navigation ul{
    margin: 0;
    list-style: none;
    padding: 0;
}

#footer-navigation ul li {
    display: inline-block;
    margin-left: 15px;
}

#footer-navigation ul li a {
    color: #fff;
    font-size: 12px;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #fff;
    height: 6px;
    width: 6px;
}

#fp-nav i {
    color: #fff;
    font-size: 22px;
    margin: -12px 24px 0px 0;
    float: right;
    cursor: pointer;
}

#fp-nav i:hover {
    font-size: 26px;
    margin: -12px 23px 0px 0;
}


#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, 
.fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span, 
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
    height: 13px;
    width: 13px;
    margin: -6px 0 0 -6px;
}

#fp-nav ul li, .fp-slidesNav ul li {
    width: 50px;
}

/*--------------------------------------------------------------
Page CSS
--------------------------------------------------------------*/

#page,
.single,
.archive,
.error404,
.search {
    background: #efefef;
}

.custom-header:before {
    background: url(assets/images/png/old-moon.png) repeat scroll center top;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.home .site-header.header-sticky{
    background: none;
}

.custom-header{
    position: relative;
}

.title-breadcumb-wrap {
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
    z-index: 99;
}

.entry-title{
    position: relative;
}

.trail-items{
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 160%;
}

.custom-header.no-bg-img{
    padding: 24px 0;
}

.trail-item{
    list-style: none;
    padding: 0 14px;
    float: left;
    position: relative;
}

h1.entry-title,
h1.page-title{
    color: #fff;
    font-size: 40px;
}

.trail-item::before {
    content: ">";
    margin: 0;
    position: absolute;
    left: -4px;
    top: 0;
    font-size: 16px;
}

.trail-item.trail-begin::before{
    display: none;
}

.trail-items{
    font-weight: 600;
    font-size: 13px;
    color: #f5f5f5;
    margin: -14px 0 0 0;
}

.trail-item a,
 .trail-item span{
    color: #fff;
    font-size: 16px;
}

.custom-header.has-bg-img::after {
    opacity: 1;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    background: rgba(255,0,89,0.94);
    background: -webkit-linear-gradient(top left, rgba(255,0,89,0.54) 0%, rgba(255,50,0,0.31) 100%);
    background: -o-linear-gradient(top left, rgba(255,0,89,0.54) 0%, rgba(255,50,0,0.31) 100%);
    background: linear-gradient(to bottom right, rgba(255,0,89,0.54) 0%, rgba(255,50,0,0.31) 100%);
}

.post-thumbnail{
    text-align: center;
}

.archive article.hentry,
.search article.hentry {
    width: 46%;
    float: left;
    padding: 20px;
    border: 1px solid rgba(0,0,0,0.1);
    margin: 2%;
}

#primary{
    background: #fff;
    padding: 46px 32px;
}

.page-nav{
    margin-bottom: 70px;    
}

.search-no-results .page-nav{
    margin-bottom: 0px;    
}

#secondary{
    background: #fff;
    padding: 46px 18px;
}

.widget-title {
    font-size: 24px;
    color: #666;
    font-weight: 400;
    margin-top: 30px;
}

.required {
    color: #ff3097;
    font-size: 17px;
}

#respond {
    background: #fff;
    margin: 0;
    padding: 24px 0 0 0;
}

.search-field{
    height: 36px;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 8px;
}

.page .entry-content,
.single .entry-content,
.archive .entry-content,
.search .page-content,
.search .entry-summary,
.page .entry-content p,
.single .entry-content p,
.archive .entry-content p,
.search .page-content p,
.search .entry-summary,
.comment-notes{
    text-align: justify;
    font-size: 14px;
    color: #6c6a6a;
}

.page .navigation .nav-links a,
.page #submit,
.page .reply .comment-reply-link,
.single .navigation .nav-links a,
.single #submit,
.single .reply .comment-reply-link, 
.archive .navigation .nav-links a,
.archive #submit,
.archive .reply .comment-reply-link,
.search-submit,
.search .navigation .nav-links a{
    border: 1px;
}

.posted-on{
    padding-right: 14px;
}

.entry-meta a,
 {
    padding-bottom: 6px;
    font-size: 12px;
}

.posted-on::before {
    margin-right: 10px;
}

.entry-meta {
    text-align: center;
    margin-bottom: 30px;
}

.single .entry-meta {
    margin-bottom: 0;
}

.nav-links {
    padding: 20px 0;
}

.search-form{
    padding-right: 10px;
    margin-bottom: 40px;
}

.archive .entry-title,
 .search .entry-title {
    text-align: center;
    font-size: 28px;
    margin: 20px 0;
    font-weight: 400;
}

.archive .entry-title a,
.search .entry-title a {
    color: #5d5d5d;
}

.archive .entry-summary p,
.search .entry-summary p {
    margin-bottom: 0px;
}

.archive.nav-links .nav-previous, 
.archive.nav-links .nav-next {
    width: 26%;
    margin-top: -63px;
    padding-left: 1%;
}

.single .navigation.post-navigation,
.page .navigation.post-navigation,
.archive .navigation.post-navigation {
    margin-bottom: 30px:
}

.single .navigation.post-navigation {
    position: relative;
}

.single .nav-previous a,
 .page.nav-previous a,
.archive .nav-previous a,
.search .nav-previous a,
.single .nav-next a,
 .page .nav-next a,
 .archive .nav-next a,
 .search .nav-next a{
    border-radius: 5px;
}

.single #comments,
 .page #comments,
.archive #comments {
    margin-top: 40px;
}

#comments h3 {
    font-weight: 400;
}

.single input {
    width: 100%;
    border: 1px solid rgba(0,0,0,0.2);
    height: 35px;
}

#submit {
    padding: 5px 18px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

div.wpforms-container-full .wpforms-form button[type="submit"]{
    border-radius: 30px;
}

.post-thumbnail {
    padding-bottom: 20px;
}

.archive #comments input {
    padding: 6px 0px;
    width: 50%;
}

#commentform .form-submit {
    width: 30%;
}

#comments h3{
    color: #605c5c;
}

#commentform label{
    color:#5f5f5f;
}

#colophon {
    padding: 10px 0;
}

/*--------------------------------------------------
404 page 
-------------------------------------------------*/
.error404 #primary{
    width: 100%;
}

.error-404{
    border: 3px solid #f20f57;
    text-align: center;
    margin: 60px 210px;
    color: #f20f57;
    background: #fff;
}

.search .content-title {
    border: 3px solid #f20f57;
    padding: 50px 20px;
    font-size: 50px;
    text-align: center;
    width: 80%;
    color: #f20f57;
    background: #fff;
    margin: 30px auto;
    margin-bottom: 60px;
}

.error404 .error-num {
    font-size: 120px;
    font-weight: 600;
}

.error404 .error-content {
    font-size: 50px;
    padding-left: 18px;
}

.error404 .page-title {
    font-size: 24px;
    padding-bottom: 40px;
}

/*--------------------------------------------------
latest posts 
-------------------------------------------------*/

.front-latest-post {
    position: relative;
}

.front-latest-post::before{
    background: rgba(255,0,89,0.24);
    background: -webkit-linear-gradient(top left, rgba(255,0,89,0.24) 0%, rgba(255,50,0,0.1) 100%);
    background: -o-linear-gradient(top left, rgba(255,0,89,0.24) 0%, rgba(255,50,0,0.1) 100%);
    background: linear-gradient(to bottom right, rgba(255,0,89,0.24) 0%, rgba(255,50,0,0.1) 100%);
    height: 100%;
    left: 0;
    position:absolute;
    top: 0;
    width: 100%;
}

.front-latest-post .cv-container {
    position: absolute;
    top: 60%;
    left: 50%;
    margin-left: -600px;
    transform: translateY(-50%);
}

.home .front-latest-post .post {
    border: 0px;
    color: #fff;
    padding: 26px 38px;
    background: rgba(0,0,0,0.4);
    border: 2px solid rgba(0,0,0,0,0.5);
    margin: 0;
    width: 55%;
}

.home .front-latest-post .entry-meta {
    margin-bottom: 0px;
}

.home .front-latest-post.odd-post .post {
    float:left;
    text-align: left;
}

 .front-latest-post .entry-meta,
 .front-latest-post .entry-content p,
 .front-latest-post .entry-title a,
 .front-latest-post .posted-on a,
  .front-latest-post .posted-on a::before {
    color:#fff;
}

.front-latest-post.odd-post .entry-meta{
    text-align: left;
}

.front-latest-post.even-post .entry-meta {
    text-align: left;
}

 .front-latest-post .entry-title a {
    position: relative;
    font-size: 36px;
}
