/*!
Theme Name: Online CV Resume Pro
Theme URI: https://edatastyle.com/product/online-cv-resume-wordpress-theme/
Author: eDataStyle
Author URI: https://edatastyle.com/
Description: Online CV Resume Pro is a minimal and creative onepage CV Resume theme. This theme is fully responsive layout that looks great on any device and it will make your WordPress look beautiful everywhere.

Version: 1.5
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: online-cv-resume-pro
Tags: blog,  photography, portfolio, one-column, right-sidebar, custom-header, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, editor-style, post-formats
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
/**
 * Default Theme
	.entry-content
	#primary
	.article-
 * owlGallery
 * Widget & sidebar
	.side-bar-icon
	.sidewrapper
	.widget
 * Posts Common
	.sticky
	.gallery, .gallery-item
 * Posts share icon
 */

/**-------------------------------------------------------------- 
 *  Default Theme 
 *-------------------------------------------------------------- */

blockquote {
	display:block;
	font-size:14px;
	background:#F8F8F8;
	padding:10px;
	-webkit-border-radius:3px;	
	-moz-border-radius:3px;
	border-radius:3px;
}

/** 
 * entry-content 
 */
.entry-content p {
	line-height:inherit;
}
.entry-content li.blocks-gallery-item {
	display:inline-block;	
}
.entry-content h1,h2,h3,h4 {
	margin-bottom:20px;	
}
.entry-content ul {
	display:block;
	margin:0px;
	padding:0px;
	padding-left:15px;
	list-style:disc;
	padding-bottom:15px;
}

/** 
 * primary 
 */
#primary li {
	list-style:disc;	
}
#primary ul.comment-list li.comment {
	list-style:none;	
}
#primary table {
	width:100%;
	border:1px solid #EEE;	
}
#primary table td {
	border:1px solid #EEE;
	padding:10px;
}
#primary table tr:nth-child(2n+2) {
	background:#F9F9F9;
}

/** 
 * article 
 */
.col-md-12 .article-img .img-wrp {
	max-height:350px;	
}
.col-md-12 .article-img img {
	width:100%;	
}
.article-img.formats-video:after {
	display:none;
}
.article-img.formats-video span {
	display:none;	
}
.article-img .blog-media-bg {
	min-height:350px;
	position:relative;
}
.article-img .blog-media-bg .vertical-center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 95%;
}
.article-img .article-link {
	position:absolute;
	background-color: #ffffff;
	border-radius: 50px;
	color: #999;
	transition: all 0.5s ease-in-out 0s;
	z-index: 2;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	z-index:9;
	bottom:-18px;
	left:50%;
	transform: translate(-50%, 0%);
}
.blog-post:hover .article-img a.article-link {
	border-color: #ffffff;
	color: #ffffff;
}
.article-img .article-link i {
	display:block;
	line-height:46px;
	text-align:center;
	width:100%;
	font-size:25px;	
}
.embed-responsive .mejs-container{
	margin-top:-65%;	
}
.theme-own-carousel .owl-item{
	float:left;
	width:100%;	
}


/**---------------------------------------------------------------
 * owlGallery
 *---------------------------------------------------------------*/

.owlGallery {
	overflow:hidden;
	position:relative;
}
.owlGallery img {
	max-width:100%;
	height:auto;	
}
.owlGallery .owl-item,
.owlGallery .item {
	float:left;
}
.owl-nav {
	display:none;	
}
.owl-nav div {
	position:absolute;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	top:50%;
	left:10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index:99;
	width:45px;
	height:45px;
	text-align:center;
	line-height:45px;
	cursor:pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color:rgba(47, 135, 253, 0.5);
	background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
	border: 1px solid rgba(47, 135, 253, 0.5);
}
.owl-nav div.owl-prev {
	left:auto;
	right:10px;
}
.owl-nav div:hover {
    background:rgba(47, 135, 253, 0.5);
    text-decoration: none;
	color:#FFF;
}
.gallery-item a {
	display:block;	
}
.screen-reader-text {
	display:none;	
}
/*  Posts navigation & nav-links*/
.navigation.posts-navigation,
.nav-links{
	display:block;
	margin:0px;
	padding:0px;	
}
.navigation.posts-navigation a {
	width:220px;
	text-align:center;	
}
.nav-next,.nav-previous {
	float:right;
}
/* General button style (reset) */
.pagination-custom {
	display:block;
	width:100%;	
}
.theme-btn,
.navigation.posts-navigation a {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 15px 30px;
	display: inline-block;
	margin: 15px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight:normal;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border:1px solid #1ed373;
	background:none;
	overflow: hidden;
	font-family: 'K2D', sans-serif;
	margin-left:16px;
	font-size:14px;
	letter-spacing:2px;
}

.navigation.posts-navigation a:after,
.theme-btn:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.navigation.posts-navigation a:hover,
.navigation.posts-navigation a:active,
.theme-btn:hover,
.theme-btn:active {
	color: #fff;
}
.navigation.posts-navigation a:hover:after,
.theme-btn:hover:after {
	height: 260%;
	opacity: 1;
}

.navigation.posts-navigation a:active:after,
.theme-btn:active:after {
	height: 400%;
	opacity: 1;
}
.navigation.posts-navigation a span,
.theme-btn span {
	position:relative;
	z-index:2;	
}
.entry-content p {
	display:block;
	padding-bottom:20px;	
}
ul.comment-list {
	display:block;
	margin:0px;	
}
ul.comment-list li {
	margin:0px;
	list-style:none;
	clear:both;	
}
ul.comment-list li ul {
	margin-left:20px;
}
.logged-in-as {
	margin:15px;	
}
.content-area {
	max-width:100%;	
}
.owlGallery  .gallery-item {
	width:100%;
	max-width:100%;
}
.article-img:hover .owlGallery img {
	transform: scale(1.1);
}


/**-------------------------------------------------------------- 
 *  Widget & sidebar
 *-------------------------------------------------------------- */
.side-bar-icon {
	cursor:pointer;	
	transition: margin-left 0.4s ease-in-out 0s;
	-webkit-transition: right 0.4s ease-in-out 0s;
	-moz-transition: right 0.4s ease-in-out 0s;
	-o-transition: margin-left 0.4s ease-in-out 0s;
	
}
#aside-nav-actions.side-bar-icon {
	right:auto;
	left:20px;
	z-index:99;
	cursor:pointer;	
	transition: margin-left 0.4s ease-in-out 0s;
	-webkit-transition: left 0.4s ease-in-out 0s;
	-moz-transition: left 0.4s ease-in-out 0s;
	-o-transition: margin-left 0.4s ease-in-out 0s;
	display:none;
}
#aside-nav-actions.side-bar-icon.active{
	left:210px;
	right:auto;
}
.side-bar-icon.active{
	right:300px;
}
div.sidewrapper.sidenav {
    background: #f7f7f7!important;
    display: block;
    height: 100%;
    overflow: auto;
    position: fixed;
    right: -35em;
    top: 0;
	bottom:0px;
    width: 290px;
    z-index: 99999;
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
	padding:20px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.nav-expanded div.sidewrapper {
    right: 0;
    margin-right: 0;
    transition: margin-left 0.4s ease-in-out 0s;
    -webkit-transition: right 0.4s ease-in-out 0s;
    -moz-transition: right 0.4s ease-in-out 0s;
    -o-transition: margin-left 0.4s ease-in-out 0s;
}
.nav-expanded div.sidewrapper  label{
	display:block;	
}
.widget h3.widget-title {
    text-align: center;
    display: block;
    margin-bottom: 1.5rem;
	background:url(images/greyline.png) center center repeat-x;
	font-size:18px;
	font-weight:normal;
}
.widget h3.widget-title span{
	display:inline-block;
	padding:10px 15px;
	color:#FFF;	
}
.widget ul{
	padding:0px 1rem;
}
.widget{
	padding-bottom:50px;	
}
.widget ul{
	margin:0px;
	padding:0px;
}
.widget ul li{
	list-style:none;
	display:block;	
	border-bottom: solid 1px #eee;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding-left:25px;
	position:relative;
}
.widget ul li a{
	font-size:14px;
	color:#626262;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.widget ul li:before  {
	content: "\f105";
	position:absolute;
	font-family: 'FontAwesome';
	left:5px;
	font-size: 12px;
    top: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;   
}
.widget ul li:last-child{
	border:none;	
}
.widget.widget_archive li::before {
    content: "\f0c6";
}
.widget.widget_categories li::before {
    content: "\f115";
}
.widget.widget_pages li::before {
    content: "\f15b";
}
.widget.widget_meta ul li::before {
    content: "\f0c1";
}
.widget.widget_recent_comments ul li::before {
    content: "\f086";
}
.widget.widget_recent_entries ul li::before {
    content: "\f02b";
}
.widget_rss ul li::before  {
    content: "\f09e";
}
.widget.widget_tag_cloud ul li::before  {
    content: "\f0c2";
}
.widget_search{
    background-color: #f5f5f5;
}
.widget_search form,
form {
	position:relative;	
}
.widget_search .search-field,
.widget_search input[type=text],
.woocommerce-product-search input[type="search"]{
    width:800px;
	max-width: calc( 100% - 40px );
	display:block;
    height: 40px;
    line-height: 40px;
    border-radius: 33px;
    padding: 0 12px;
    border: 1px solid #dedede;
	font-weight:normal;
}
.widget_search .search-submit,
#primary .search-form .search-submit,
.woocommerce-product-search button{
    margin-top: 0;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    border-radius: 0 33px 33px 0;
    text-transform: capitalize!important;
    cursor: pointer;
    padding: 0 13px;
    border:none;
	color:#FFF;
}
.woocommerce-product-search button{
	color:#FFF;
}
header.page-header{
	padding-bottom:20px;	
}
.not-found{
	text-align:center;	
}
.responsive-nav-show-hide,
#theme-menu-list li .responsive-nav-show-hide{
	position:absolute;
	right:10px;
	top:38px;
	cursor:pointer;
	z-index:1;
	display:none;
}
@media only screen and (max-width: 769px) {
	#aside-nav-wrapper .navbar-nav li ul, #theme-menu-list li ul{
		position:static;
		visibility:visible;
		opacity:1;
		margin:0px;
		padding:0px;
		left:0px;
		width:100%;
		box-shadow:none;
		display:none;
	}
	#aside-nav-wrapper .navbar-nav li ul.active, #theme-menu-list li ul.active{
		display:block;
	}
	.responsive-nav-show-hide{
		display:block;	
	}
	#aside-nav-actions.side-bar-icon{
		display:block;	
	}
		#aside-nav-wrapper {
	position:fixed;
	height:100vh;
	overflow-y: scroll;
	}
	
}


/**-------------------------------------------------------------- 
 *  Posts Common
 *-------------------------------------------------------------- */

/* Post Landing Page */
.sticky {
	position: relative;
}
.post:not(.sticky) .icon-thumb-tack {
	display: none;
}
.sticky .icon-thumb-tack {
	display: block;
	height: 18px;
	left: -1.5em;
	position: absolute;
	top: 1.65em;
	width: 20px;
}
.gallery {
	margin-bottom: 1.5em;
	margin:0px -15px;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding:0px 13px;
	margin-bottom:25px;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
	clear:both;
}
.gallery-item img {
	width:100%;
	height:auto;	
}
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}
.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.alignright {
	float:right;	
}
.alignleft {
	float:right;	
}
.aligncenter {
	text-align:center;
	display:block;	
}
.footer-copyright-wrp{
	display:block;
	background:#FFF;
	padding:15px 10px 15px 10px;
	text-align:center;
	font-size:13px;
	border-top:1px solid #EAEAEA;
	border-right:1px solid #EAEAEA;
	top:100%;
	
		
}
.hero-section {
	display:block;
	height:95vh;
	position:relative;	
}
.text-align-center {
  margin: 0;
  position: absolute;
  top: 50%;
  left:50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color:#E8E8E8;
  text-align:center;
  width:100%;
}
.text-align-center h1,
.text-align-center h3 {
	padding-bottom:25px;
	color:#FFF;
}
.text-align-center .theme-btn {
	color:#FFF;
	border:1px solid #FFF;	
}
.theme-ribbon-content .owl-item {
	float:left;	
}
.theme-ribbon-content .owl-loaded {
	overflow:hidden;	
}
.project-gallery-image {
	margin-top:50px;	
}
.project-gallery-image .project-gallery-list {
	margin-bottom:20px;	
}


/**-------------------------------------------------------------- 
 *  Posts share icon
 *-------------------------------------------------------------- */

.social-icon h5 {
    color: #252525;
    float: left;
    font-size: 15px;
    font-weight: 600;
    line-height: 34px;
    margin: 0 20px 0 0;
    text-transform: uppercase;
	padding-top:10px;
}
body.blog #main-page .main-wrapper-bg,
body.archive #main-page .main-wrapper-bg,
body.search #main-page .main-wrapper-bg{
	padding:0px;
}
body.archive #main-page .main-wrapper-bg.pd-20,
body.search .page-header{
	padding:20px;	
}

/* pagination */
.pagination-custom{
	padding-left:30px;
	padding-right:30px;	
}


/**-------------------------------------------------------------- 
 *  Contact Form 7 Support
 -------------------------------------------------------------- */
select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    height: 60px;
    padding: 0 25px;
    color: #777777;
    font-size: 16px;
    line-height: 60px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid rgba(0,0,0,0.08);
}
input.wpcf7-form-control.wpcf7-submit.theme-solid-button {
    font-family: 'K2D', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 0 25px;
	max-width: 180px;
	height: auto;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    line-height: 38px;
    position: relative;
	z-index: 1;
	background: #fe4b68 !important;
    color: #fff;
    transition: all 0.3s ease-in-out;
    background: transparent;
    display: inline-block;
}
input.wpcf7-form-control.wpcf7-submit.theme-solid-button::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(1,1);
    transition: all 0.3s ease-in-out;
}
input.wpcf7-form-control.wpcf7-submit.theme-solid-button:hover {
	background: transparent !important;
	border-color: #fe4b68;
	color: #fe4b68;
}
input.wpcf7-form-control, textarea.wpcf7-form-control {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    height: 64px;
}
@media (min-width: 992px) {
	input.wpcf7-form-control, textarea.wpcf7-form-control {
		min-width: 800px;
	}
}
textarea.wpcf7-form-control {
	min-height: 150px;
}
p input.wpcf7-form-control.wpcf7-submit {
	background-color: #fe4b68;
	border-color: #fe4b68;
	color: #fff;
}
p input.wpcf7-form-control.wpcf7-submit:hover {
	background: transparent;
	border-color: #fe4b68;
	color: #fe4b68;
}


.owlGallery .gallery-item{
	max-width:100%!important;	
}
.call-white-text{
	position:relative;	
}
.call-white-text:before{
	content:"";
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	background:rgba(0,0,0,0.5);
	
}
