-
ERROR 404 -
/*****************************************
reset.css
******************************************/
html, body, .section, .widget, 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, img, 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, figure { margin: 0; padding: 0;}
html { overflow-x: hidden;}
a {text-decoration:none;color:#000;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display:block;}
table { border-collapse: separate; border-spacing: 0;}
caption, th, td { text-align: left; font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after { content: "";}
.quickedit, .home-link{display:none;}
blockquote, q { quotes: "" "";}
sup{ vertical-align: super; font-size:smaller;}
code{ font-family: 'Courier New', Courier, monospace; font-size:12px; color:#272727;}
::selection {background:transparent; text-shadow:#000 0 0 2px;}
::-moz-selection {background:transparent; text-shadow:#000 0 0 2px;}
::-webkit-selection {background:transparent; text-shadow:#000 0 0 2px;}
::-o-selection {background:transparent; text-shadow:#000 0 0 2px;}
a img{ border: none;}
ol, ul { padding:0; margin:0; text-align: left; }
ol li { list-style-type: decimal; padding:0 0 5px; }
ul li { list-style-type: disc; padding: 0 0 5px; }
ul ul, ol ol { padding: 0; }
#navbar-iframe, .navbar { height:0px; visibility:hidden; display:none }
.Attribution, .feed-links, .post-footer-line.post-footer-line-1, .post-footer-line.post-footer-line-2 , .post-footer-line.post-footer-line-3 {
display: none;
}
.item-control {
display: none !important;
}
h2.date-header, h4.date-header {display:none;margin:1.5em 0 .5em}
h1, h2, h3, h4, h5, h6 {
font-weight: 400;
color: #151515;
}
img {
max-width: 100%;
vertical-align: middle;
border: 0;
}
*, *:before, *:after {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.widget iframe, .widget img {
max-width: 100%;
}
.status-msg-wrap {
display: none;
}
#preloader {
position: fixed;
z-index: 1800;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #242F3F;
}
.no-js #preloader,
.oldie #preloader {
display: none
}
#loader {
position: absolute;
top: calc(50% - 1.25em);
left: calc(50% - 1.25em);
}
.loader {
display: inline-block;
width: 30px;
height: 30px;
position: relative;
border: 4px solid #Fff;
top: 50%;
animation: loader 2s infinite ease;
}
.loader-inner {
vertical-align: top;
display: inline-block;
width: 100%;
background-color: #fff;
animation: loader-inner 2s infinite ease-in;
}
@keyframes loader {
0% {
transform: rotate(0deg);
}
25% {
transform: rotate(180deg);
}
50% {
transform: rotate(180deg);
}
75% {
transform: rotate(360deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes loader-inner {
0% {
height: 0%;
}
25% {
height: 0%;
}
50% {
height: 100%;
}
75% {
height: 100%;
}
100% {
height: 0%;
}
}
/*****************************************
Custom css starts
******************************************/
body {
color: #2e2e2e;
font-family:"Open Sans", sans-serif;
font-size: 14px;
font-weight: normal;
line-height: 21px;
background: #f5f5f5;
}
/* ######## Wrapper Css ######################### */
#outer-wrapper{max-width:100%;margin:0 auto;background-color:#f5f5f5;box-shadow:0 0 5px RGBA(0, 0, 0, 0.2)}
.row{width:1170px}
#content-wrapper {
margin: 0 auto;
padding: 20px 0 30px;
}
.index #content-wrapper, .archive #content-wrapper {
overflow: hidden;
}
.item #main-wrapper, .statc_page #main-wrapper {
float: left;
width: 68%;
max-width: 800px;
}
.index #main-wrapper, .archive #main-wrapper {
float:none;
width:100%;
max-width:100%
}
.item #sidebar-wrapper, .statc_page #sidebar-wrapper {
float: right;
width: 30%;
max-width: 330px;
}
.index #sidebar-wrapper, .archive #sidebar-wrapper {
display:none;
visibility:hidden;
height:0;
opacity:0;
}
/* ######## Scrolling Navigation Menu Css ######################### */
.scroll-header {
z-index: 9;
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 10px 0px;
transition: all .5s;
display:none;
}
.item .scroll-header, .static_page .scroll-header, .error_page .scroll-header {
position: static;
display: flex;
background: #fff none repeat scroll top left;
box-shadow: 0 0 6px 1px rgba(0,0,0,0.1);
padding: 20px 0;
}
.scroll-head-wrap {
margin:0 auto;
}
.item .scroll-header h1, .static_page .scroll-header h1, .error_page .scroll-header h1 {
color:#000!important;
}
.item .scroll-header #header img, .static_page .scroll-header #header img, .error_page .scroll-header #header img {
display: block!important;
}
.item .scroll-header.scrolled-header h1, .static_page .scroll-header.scrolled-header h1, .error_page .scroll-header.scrolled-header h1 {
display: none!important;
color:#000!important;
}
.item .scroll-header.scrolled-header #header img, .static_page .scroll-header.scrolled-header #header img, .error_page .scroll-header.scrolled-header #header img {
display: block!important;
}
.scrollin-logo {
float: left;
margin: 0;
padding: 0;
display: inline-block;
}
.scrollin-logo .logo-title {
font-size: 40px;
font-weight: bold;
padding: 10px 17px;
display: block;
color:#fff;
}
.scrolling-menu {
float: right;
display: inline-block;
width: auto;
}
.scrolling-menu #nav {
list-style: none;
margin: 0;
padding: 0;
z-index: 999;
}
.scrolling-menu #nav li {
display: inline-block;
float: left;
line-height: 1;
list-style: none outside none;
padding: 16px 17px;
text-align: left;
}
.scrolling-menu #nav li a {
background: transparent;
color: #fff;
display: block;
font-size: 15px;
padding: 0 0 8px;
position: relative;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 1.3px;
}
.scrolling-menu #nav li a:hover {
color: $maincolor;
}
.scrolling-menu #nav li.current a {
color: $maincolor;
}
.scrolling-menu #nav li.current a:before {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
opacity: 1;
height: 1px;
content: '';
-webkit-transition: all ease .3s;
transition: all ease .3s;
background: $maincolor;
}
.post-body a:visited {
color:#FF0000;
}
/* ######## Navigation Menu Css ######################### */
.slicknav_menu {
display:none;
}
.tm-menu .slicknav_menu {
right:0;
display:none;
}
.scrolling-menu .slicknav_menu {
right:0;
}
.slicknav_menu {
padding:0 10px;
position: absolute;
z-index: 9;
}
.slicknav_menu .slicknav_icon-bar {
background-color: #343434;
}
.index .slicknav_menu .slicknav_icon-bar {
background-color: #fff;
}
.slicknav_nav a{
padding:5px 10px;
margin:2px 5px;
text-decoration:none;
color:#000;
font-size:11px;
font-weight:400;
letter-spacing:2px;
text-transform:uppercase;
}
/*
Mobile Menu Core Style
*/
.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; line-height: 27px; cursor: pointer; height:27px;}
.slicknav_menu .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
.scroll-header.scrolled-header .slicknav_btn {color:#fff;}
.scroll-header.scrolled-header .slicknav_menu .slicknav_icon-bar {
background-color: #fff;
}
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }
/*
User Default Style
Change the following styles to modify the appearance of the menu.
*/
.slicknav_menu {
font-size:16px;
}
/* Button */
.slicknav_btn {
margin: 5px 5px 6px;
text-decoration:none;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
/* Button Text */
.slicknav_menu .slicknav_menutxt {
color: #FFF;
font-weight: bold;
text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_nav {
color:#fff;
margin:0;
padding:0;
font-size:0.875em;
background: #fff;
}
.slicknav_nav, .slicknav_nav ul {
list-style: none;
overflow:hidden;
}
.slicknav_nav ul {
padding:0;
margin:8px 0 0 20px;
}
.slicknav_nav .slicknav_row {
padding:5px 10px;
margin:2px 5px;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
padding:0;
margin:0;
}
.slicknav_nav .slicknav_row:hover {
}
.slicknav_nav a:hover{
color: $maincolor;
}
.slicknav_nav .slicknav_txtnode {
margin-left:15px;
}
.slicknav_menu .slicknav_no-text {
margin-top:15px;
}
.tm-menu {
font-weight: 400;
margin: 0;
height:60px;
text-align:center;
float: right;
display: inline-block;
width: auto;
}
ul#nav1 {
list-style: none;
margin: 0;
padding: 0;
text-align: center;
}
#menu .widget {
display: none;
}
#menu {
height: 60px;
position: relative;
text-align: center;
z-index: 15;
margin:0 auto;
}
.menu-wrap {
margin:0 auto;
position: relative;
}
#menu ul > li {
position: relative;
vertical-align: middle;
display: inline-block;
padding: 0;
margin: 0;
}
#menu ul > li:hover > a {
color: $maincolor
}
.index #menu ul > li > a {
color:#fff;
}
#menu ul > li > a {
color: #000;
font-size: 14px;
line-height: 60px;
display: inline-block;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 1px;
margin: 0;
padding: 0 12px;
}
.scroll-header.scrolled-header #menu ul > li > a, .scroll-header.scrolled-header #header h1 a {
color:#fff;
}
.scroll-header.scrolled-header #menu ul > li > ul > li > a {
color:#000;
}
#menu ul > li:first-child > a {
padding-left: 0;
}
#menu ul > li > ul > li:first-child > a:before, #menu ul > li > ul > li > ul > li:first-child > a:before {
display:none;
}
#menu ul > li > ul > li:first-child > a {
padding-left: 12px
}
#menu ul > li > ul {
position: absolute;
background: #fff;
-webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.15);
box-shadow: 0 7px 7px rgba(0, 0, 0, 0.15);
top: 100%;
left: 0;
min-width: 180px;
padding: 0;
z-index: 99;
margin-top: 0;
visibility: hidden;
opacity: 0;
webkit-transform: translate3d(-11px, 0, 0);
transform: translate3d(-11px, 0, 0);
-webkit-animation-duration: .5s;
animation-duration: .5s;
}
#menu ul > li > ul > li > ul {
position: absolute;
top: 0;
left: 180px;
width: 180px;
background: #fff;
z-index: 99;
margin-top: 0;
margin-left: 0;
padding: 0;
border-left: 1px solid #e5e5e5;
visibility: hidden;
opacity: 0;
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
transform: translateY(10px)
}
#menu ul > li > ul > li {
display: block;
float: none;
text-align: left;
position: relative;
border-bottom: 1px solid;
border-top: none;
border-color: #e5e5e5;
}
#menu ul > li > ul > li:hover {
background-color: rgba(255, 255, 255, 0.03)
}
#menu ul > li > ul > li a {
font-size: 11px;
display: block;
color: #000;
line-height: 35px;
text-transform: uppercase;
text-decoration: none;
margin: 0;
padding: 0 12px;
border-right: 0;
border: 0
}
.index #menu ul > li > ul > li a {
color:#000;
}
#menu ul > li.parent > a:after {
content: '\f107';
font-family: FontAwesome;
float: right;
margin-left: 5px
}
#menu ul > li:hover > ul,
#menu ul > li > ul > li:hover > ul {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0)
}
#menu ul > li > ul > li.parent > a:after {
content: '\f105';
float: right
}
#menu ul ul {
}
/* ######## Header Css ######################### */
#header-wrapper {
text-align: center;
padding:0;
margin-bottom: 10px;
box-sizing:border-box;
position:relative;
width: 100%;
}
.background-container{
position: relative;
height:380px;
overflow:hidden;
background: $maincolor url(//4.bp.blogspot.com/-cz0BYywT9k4/WgGMWiiCEDI/AAAAAAAAEK0/YeAuNhf_LOoprntp89SozkFS5BwPhbR7QCK4BGAYYCw/s1600/head-back.jpg) no-repeat;
background-attachment: fixed;
background-size: cover;
background-position:bottom center;
}
.index #header-wrapper {
margin-bottom:0;
}
.item .header-logo-desc p, .static_page .header-logo-desc p, .error_page .header-logo-desc p, .item .top-bar-social #social a, .static_page .top-bar-social #social a, .error_page .top-bar-social #social a {
color:#303030;
}
.item #header-wrapper, .static_page #header-wrapper, .error_page #header-wrapper {
background: #fff;
height: auto;
border-bottom: 1px solid #eee;
box-shadow: 0 -2px 19px rgba(0,0,0,.1);
padding-bottom: 15px;
}
#header {
padding: 0;
}
#header-inner {
text-align: center;
display: inline-block;
}
#header h1 {
color: #fff;
margin: 0;
font-size: 40px;
line-height: 1.4em;
text-transform: Uppercase;
letter-spacing: 1px;
}
#header .description {
display:none;
}
.sora-author-box {
padding: 57px 50px 15px 50px;
box-sizing: border-box;
overflow: hidden;
}
.sora-author-box-image {
width:40%;
float: left;
margin-right: 5%;
margin-bottom: 10px;
}
.sora-author-box-image img {
height: 385px;
object-fit: cover;
}
.sora-author-box-text {
padding: 0;
overflow: hidden;
text-align: left;
}
.sora-author-box-text-head {
color: #3d4451;
padding-bottom: 25px;
margin-bottom: 25px;
border-bottom: 1px solid #dedede;
}
.sora-author-box-text .hello-txt {
background-color: $maincolor;
color: #fff;
font-size: 14px;
font-weight: 700;
line-height: 1.1;
display: inline-block;
padding: 7px 12px;
text-transform: uppercase;
position: relative;
margin-bottom: 28px;
}
.sora-author-box-text .hello-txt:before {
border-left-color:$maincolor;
content: '';
width: 0;
height: 0;
top: 100%;
left: 5px;
display: block;
position: absolute;
border-style: solid;
border-width: 0 0 8px 8px;
}
.sora-author-box-text .profile-title {
font-size: 36px;
line-height: 1.1;
font-weight: 700;
margin-bottom: 5px;
color:#3d4451;
}
.sora-author-box-text .profile-title span {
font-weight: 300;
}
.sora-author-box-text .profile-position {
font-size: 18px;
font-weight: 400;
line-height: 1.1;
margin-bottom: 0;
}
.sora-author-box-text-details ul {
margin: 0;
padding: 0;
list-style: none;
}
.sora-author-box-text-details .profile-list li {
margin-bottom: 13px;
list-style: none;
padding:0;
}
.sora-author-box-text-details .profile-list li .list-title {
display: block;
width: 120px;
float: left;
color: #333333;
font-size: 12px;
font-weight: 700;
line-height: 20px;
text-transform: uppercase;
}
.sora-author-box-text-details .profile-list li .cont {
display: block;
margin-left: 125px;
font-size: 15px;
font-weight: 400;
line-height: 20px;
color: #9da0a7;
}
.sora-author-box-text-details .profile-list li .list-button {
color: #fff;
font-size: 12px;
font-weight: 700;
line-height: 1;
text-transform: none;
padding: 5px 8px;
display: inline-block;
position: relative;
top: -2px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background:$maincolor;
}
.sora-author-box-text-details .profile-list li .fa {
margin-right: 10px;
vertical-align: baseline;
}
.fenix-head {
}
.fenix-sub-head {
margin:0 auto;
background: #fff;
margin-top: -270px;
position: relative;
z-index: 9;
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
}
.hero-row {
width:940px;
}
.index .fenix-sub-head, .archive .fenix-sub-head {
}
.fenix-sub-head .social-head {
padding: 15px 0;
background: $maincolor;
box-sizing: border-box;
}
.top-bar-social {
padding: 0;
}
.top-bar-social li {
display: inline-block;
float: none;
padding: 0;
margin-right: 5px;
}
.top-bar-social li:last-child {
margin-right:0;
}
.top-bar-social .widget ul {
padding: 0;
}
.top-bar-social .LinkList ul {
text-align: center;
margin: 0 0 0 0;
}
.top-bar-social #social a {
display: block;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 18px;
color: $maincolor;
background:#fff;
border: 1px solid #e4e4e4;
transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
.top-bar-social #social a:before {
display: inline-block;
font: normal normal normal 22px/1 FontAwesome;
font-size: inherit;
font-style: normal;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.top-bar-social .bloglovin:before{content:"\f004"}
.top-bar-social .facebook:before{content:"\f09a"}
.top-bar-social .twitter:before{content:"\f099"}
.top-bar-social .gplus:before{content:"\f0d5"}
.top-bar-social .rss:before{content:"\f09e"}
.top-bar-social .youtube:before{content:"\f167"}
.top-bar-social .skype:before{content:"\f17e"}
.top-bar-social .stumbleupon:before{content:"\f1a4"}
.top-bar-social .tumblr:before{content:"\f173"}
.top-bar-social .vine:before{content:"\f1ca"}
.top-bar-social .stack-overflow:before{content:"\f16c"}
.top-bar-social .linkedin:before{content:"\f0e1"}
.top-bar-social .dribbble:before{content:"\f17d"}
.top-bar-social .soundcloud:before{content:"\f1be"}
.top-bar-social .behance:before{content:"\f1b4"}
.top-bar-social .digg:before{content:"\f1a6"}
.top-bar-social .instagram:before{content:"\f16d"}
.top-bar-social .pinterest:before{content:"\f0d2"}
.top-bar-social .delicious:before{content:"\f1a5"}
.top-bar-social .codepen:before{content:"\f1cb"}
.top-bar-social ul#social a:hover {
border-radius: 50%;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
.sora-cv-author-details {
margin: 15px auto;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-color: #fff;
transition: box-shadow .25s;
-webkit-transition: box-shadow .25s;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
.sora-cv-author-details .card-content {
padding: 40px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sora-cv-author-details .card-content p {
color: #000;
font-size: 18px;
font-weight: 300;
line-height: 1.8;
text-align: center;
}
.sora-cv-author-details .card-action {
border-top: 1px solid rgba(160, 160, 160, .2);
padding: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sora-cv-author-details .card-action .about-btn {
height: auto;
margin-right: auto;
margin-left: auto;
animation-delay: 1s;
text-align: center;
}
.sora-cv-author-details .card-action .about-btn .btn {
margin: 7px 7px;
background: $maincolor;
color: #fff;
width: 180px;
border-radius: 2px;
display: inline-block;
padding: 6px 12px;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
position: relative;
overflow: hidden;
z-index: 1;
will-change: opacity, transform;
transition: all .3s ease-out;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
/* ######## Skill Css ######################### */
.skill-wrapper {
text-align: center;
}
.skill-wrapper .skill-progress {
display: inline-block;
background-color: rgba(141, 166, 179, 0.4);
width: 120px;
height: 120px;
border-radius: 50%;
margin-right: 25px;
}
.skill-wrapper .skill-progress:last-child {
margin-right: 0;
}
.skill-wrapper .skill-progress .circle .mask, .skill-wrapper .skill-progress .circle .mask:before {
width: 120px;
height: 120px;
position: absolute;
border-radius: 50%;
transition: -webkit-transform 2s;
transition: -ms-transform 2s;
transition: transform 2s;
-webkit-backface-visibility: hidden;
clip: rect(0px, 120px, 120px, 60px);
}
.skill-wrapper .skill-progress .circle .mask:before {
display: block;
content: '';
clip: rect(0px, 60px, 120px, 0px);
background-color: $maincolor;
}
.skill-wrapper .skill-progress .circle:before {
content: '';
display: block;
width: 120px;
height: 120px;
position: absolute;
border-radius: 50%;
box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.3) inset;
}
.skill-wrapper .skill-progress .inset {
width: 85px;
height: 85px;
position: absolute;
margin-left: 17.5px;
margin-top: 17.5px;
background-color: #fbfbfb;
border-radius: 50%;
box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.3);
}
.skill-wrapper .skill-progress .inset:before {
content: '';
display: block;
width: 44px;
height: 22px;
position: absolute;
top: 31.5px;
left: 20.5px;
line-height: 1;
transition: width 2s 3s;
overflow: hidden;
}
.skill-wrapper .skill-progress .inset .numbers {
margin-top: -22px;
transition: width 2s;
}
.go:nth-child(n+1) .circle .mask:before, .go:nth-child(n+1) .circle .mask:nth-child(2), .go:nth-child(n+1) .skill-wrapper .skill-progress .circle .mask:nth-child(2):before, .skill-wrapper .skill-progress .go:nth-child(n+1) .circle .mask:nth-child(2):before {
-webkit-transform: rotate(153deg);
-ms-transform: rotate(153deg);
transform: rotate(153deg);
}
.go:nth-child(n+1) .inset .numbers {
width: 3784px;
}
.go:nth-child(n+1) .inset .numbers:before {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
content: "85%";
font-size: 22px;
font-weight: 800;
color: #455fae;
animation: go-1 2s ease-out;
}
@keyframes go-1 {
1.17647% {
content: "1%";
}
2.35294% {
content: "2%";
}
3.52941% {
content: "3%";
}
4.70588% {
content: "4%";
}
5.88235% {
content: "5%";
}
7.05882% {
content: "6%";
}
8.23529% {
content: "7%";
}
9.41176% {
content: "8%";
}
10.58824% {
content: "9%";
}
11.76471% {
content: "10%";
}
12.94118% {
content: "11%";
}
14.11765% {
content: "12%";
}
15.29412% {
content: "13%";
}
16.47059% {
content: "14%";
}
17.64706% {
content: "15%";
}
18.82353% {
content: "16%";
}
20% {
content: "17%";
}
21.17647% {
content: "18%";
}
22.35294% {
content: "19%";
}
23.52941% {
content: "20%";
}
24.70588% {
content: "21%";
}
25.88235% {
content: "22%";
}
27.05882% {
content: "23%";
}
28.23529% {
content: "24%";
}
29.41176% {
content: "25%";
}
30.58824% {
content: "26%";
}
31.76471% {
content: "27%";
}
32.94118% {
content: "28%";
}
34.11765% {
content: "29%";
}
35.29412% {
content: "30%";
}
36.47059% {
content: "31%";
}
37.64706% {
content: "32%";
}
38.82353% {
content: "33%";
}
40% {
content: "34%";
}
41.17647% {
content: "35%";
}
42.35294% {
content: "36%";
}
43.52941% {
content: "37%";
}
44.70588% {
content: "38%";
}
45.88235% {
content: "39%";
}
47.05882% {
content: "40%";
}
48.23529% {
content: "41%";
}
49.41176% {
content: "42%";
}
50.58824% {
content: "43%";
}
51.76471% {
content: "44%";
}
52.94118% {
content: "45%";
}
54.11765% {
content: "46%";
}
55.29412% {
content: "47%";
}
56.47059% {
content: "48%";
}
57.64706% {
content: "49%";
}
58.82353% {
content: "50%";
}
60% {
content: "51%";
}
61.17647% {
content: "52%";
}
62.35294% {
content: "53%";
}
63.52941% {
content: "54%";
}
64.70588% {
content: "55%";
}
65.88235% {
content: "56%";
}
67.05882% {
content: "57%";
}
68.23529% {
content: "58%";
}
69.41176% {
content: "59%";
}
70.58824% {
content: "60%";
}
71.76471% {
content: "61%";
}
72.94118% {
content: "62%";
}
74.11765% {
content: "63%";
}
75.29412% {
content: "64%";
}
76.47059% {
content: "65%";
}
77.64706% {
content: "66%";
}
78.82353% {
content: "67%";
}
80% {
content: "68%";
}
81.17647% {
content: "69%";
}
82.35294% {
content: "70%";
}
83.52941% {
content: "71%";
}
84.70588% {
content: "72%";
}
85.88235% {
content: "73%";
}
87.05882% {
content: "74%";
}
88.23529% {
content: "75%";
}
89.41176% {
content: "76%";
}
90.58824% {
content: "77%";
}
91.76471% {
content: "78%";
}
92.94118% {
content: "79%";
}
94.11765% {
content: "80%";
}
95.29412% {
content: "81%";
}
96.47059% {
content: "82%";
}
97.64706% {
content: "83%";
}
98.82353% {
content: "84%";
}
100% {
content: "85%";
}
}
.go:nth-child(n+1) .inset .numbers:after {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
content: "HTML5";
font-weight: 100;
color: #1a2a46;
top: 120px;
width:120px;
}
.go:nth-child(n+2) .circle .mask:before, .go:nth-child(n+2) .circle .mask:nth-child(2), .go:nth-child(n+2) .skill-wrapper .skill-progress .circle .mask:nth-child(2):before, .skill-wrapper .skill-progress .go:nth-child(n+2) .circle .mask:nth-child(2):before {
-webkit-transform: rotate(167.4deg);
-ms-transform: rotate(167.4deg);
transform: rotate(167.4deg);
}
.go:nth-child(n+2) .inset .numbers {
width: 4136px;
}
.go:nth-child(n+2) .inset .numbers:before {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
content: "93%";
font-size: 22px;
font-weight: 800;
color: #455fae;
animation: go-2 2s ease-out;
}
@keyframes go-2 {
1.07527% {
content: "1%";
}
2.15054% {
content: "2%";
}
3.22581% {
content: "3%";
}
4.30108% {
content: "4%";
}
5.37634% {
content: "5%";
}
6.45161% {
content: "6%";
}
7.52688% {
content: "7%";
}
8.60215% {
content: "8%";
}
9.67742% {
content: "9%";
}
10.75269% {
content: "10%";
}
11.82796% {
content: "11%";
}
12.90323% {
content: "12%";
}
13.97849% {
content: "13%";
}
15.05376% {
content: "14%";
}
16.12903% {
content: "15%";
}
17.2043% {
content: "16%";
}
18.27957% {
content: "17%";
}
19.35484% {
content: "18%";
}
20.43011% {
content: "19%";
}
21.50538% {
content: "20%";
}
22.58065% {
content: "21%";
}
23.65591% {
content: "22%";
}
24.73118% {
content: "23%";
}
25.80645% {
content: "24%";
}
26.88172% {
content: "25%";
}
27.95699% {
content: "26%";
}
29.03226% {
content: "27%";
}
30.10753% {
content: "28%";
}
31.1828% {
content: "29%";
}
32.25806% {
content: "30%";
}
33.33333% {
content: "31%";
}
34.4086% {
content: "32%";
}
35.48387% {
content: "33%";
}
36.55914% {
content: "34%";
}
37.63441% {
content: "35%";
}
38.70968% {
content: "36%";
}
39.78495% {
content: "37%";
}
40.86022% {
content: "38%";
}
41.93548% {
content: "39%";
}
43.01075% {
content: "40%";
}
44.08602% {
content: "41%";
}
45.16129% {
content: "42%";
}
46.23656% {
content: "43%";
}
47.31183% {
content: "44%";
}
48.3871% {
content: "45%";
}
49.46237% {
content: "46%";
}
50.53763% {
content: "47%";
}
51.6129% {
content: "48%";
}
52.68817% {
content: "49%";
}
53.76344% {
content: "50%";
}
54.83871% {
content: "51%";
}
55.91398% {
content: "52%";
}
56.98925% {
content: "53%";
}
58.06452% {
content: "54%";
}
59.13978% {
content: "55%";
}
60.21505% {
content: "56%";
}
61.29032% {
content: "57%";
}
62.36559% {
content: "58%";
}
63.44086% {
content: "59%";
}
64.51613% {
content: "60%";
}
65.5914% {
content: "61%";
}
66.66667% {
content: "62%";
}
67.74194% {
content: "63%";
}
68.8172% {
content: "64%";
}
69.89247% {
content: "65%";
}
70.96774% {
content: "66%";
}
72.04301% {
content: "67%";
}
73.11828% {
content: "68%";
}
74.19355% {
content: "69%";
}
75.26882% {
content: "70%";
}
76.34409% {
content: "71%";
}
77.41935% {
content: "72%";
}
78.49462% {
content: "73%";
}
79.56989% {
content: "74%";
}
80.64516% {
content: "75%";
}
81.72043% {
content: "76%";
}
82.7957% {
content: "77%";
}
83.87097% {
content: "78%";
}
84.94624% {
content: "79%";
}
86.02151% {
content: "80%";
}
87.09677% {
content: "81%";
}
88.17204% {
content: "82%";
}
89.24731% {
content: "83%";
}
90.32258% {
content: "84%";
}
91.39785% {
content: "85%";
}
92.47312% {
content: "86%";
}
93.54839% {
content: "87%";
}
94.62366% {
content: "88%";
}
95.69892% {
content: "89%";
}
96.77419% {
content: "90%";
}
97.84946% {
content: "91%";
}
98.92473% {
content: "92%";
}
100% {
content: "93%";
}
}
.go:nth-child(n+2) .inset .numbers:after {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
content: "CSS3/SCSS";
font-weight: 100;
color: #1a2a46;
top: 120px;
}
.go:nth-child(n+3) .circle .mask:before, .go:nth-child(n+3) .circle .mask:nth-child(2), .go:nth-child(n+3) .skill-wrapper .skill-progress .circle .mask:nth-child(2):before, .skill-wrapper .skill-progress .go:nth-child(n+3) .circle .mask:nth-child(2):before {
-webkit-transform: rotate(156.6deg);
-ms-transform: rotate(156.6deg);
transform: rotate(156.6deg);
}
.go:nth-child(n+3) .inset .numbers {
width: 3872px;
}
.go:nth-child(n+3) .inset .numbers:before {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
content: "87%";
font-size: 22px;
font-weight: 800;
color: #455fae;
animation: go-3 2s ease-out;
}
@keyframes go-3 {
1.14943% {
content: "1%";
}
2.29885% {
content: "2%";
}
3.44828% {
content: "3%";
}
4.5977% {
content: "4%";
}
5.74713% {
content: "5%";
}
6.89655% {
content: "6%";
}
8.04598% {
content: "7%";
}
9.1954% {
content: "8%";
}
10.34483% {
content: "9%";
}
11.49425% {
content: "10%";
}
12.64368% {
content: "11%";
}
13.7931% {
content: "12%";
}
14.94253% {
content: "13%";
}
16.09195% {
content: "14%";
}
17.24138% {
content: "15%";
}
18.3908% {
content: "16%";
}
19.54023% {
content: "17%";
}
20.68966% {
content: "18%";
}
21.83908% {
content: "19%";
}
22.98851% {
content: "20%";
}
24.13793% {
content: "21%";
}
25.28736% {
content: "22%";
}
26.43678% {
content: "23%";
}
27.58621% {
content: "24%";
}
28.73563% {
content: "25%";
}
29.88506% {
content: "26%";
}
31.03448% {
content: "27%";
}
32.18391% {
content: "28%";
}
33.33333% {
content: "29%";
}
34.48276% {
content: "30%";
}
35.63218% {
content: "31%";
}
36.78161% {
content: "32%";
}
37.93103% {
content: "33%";
}
39.08046% {
content: "34%";
}
40.22989% {
content: "35%";
}
41.37931% {
content: "36%";
}
42.52874% {
content: "37%";
}
43.67816% {
content: "38%";
}
44.82759% {
content: "39%";
}
45.97701% {
content: "40%";
}
47.12644% {
content: "41%";
}
48.27586% {
content: "42%";
}
49.42529% {
content: "43%";
}
50.57471% {
content: "44%";
}
51.72414% {
content: "45%";
}
52.87356% {
content: "46%";
}
54.02299% {
content: "47%";
}
55.17241% {
content: "48%";
}
56.32184% {
content: "49%";
}
57.47126% {
content: "50%";
}
58.62069% {
content: "51%";
}
59.77011% {
content: "52%";
}
60.91954% {
content: "53%";
}
62.06897% {
content: "54%";
}
63.21839% {
content: "55%";
}
64.36782% {
content: "56%";
}
65.51724% {
content: "57%";
}
66.66667% {
content: "58%";
}
67.81609% {
content: "59%";
}
68.96552% {
content: "60%";
}
70.11494% {
content: "61%";
}
71.26437% {
content: "62%";
}
72.41379% {
content: "63%";
}
73.56322% {
content: "64%";
}
74.71264% {
content: "65%";
}
75.86207% {
content: "66%";
}
77.01149% {
content: "67%";
}
78.16092% {
content: "68%";
}
79.31034% {
content: "69%";
}
80.45977% {
content: "70%";
}
81.6092% {
content: "71%";
}
82.75862% {
content: "72%";
}
83.90805% {
content: "73%";
}
85.05747% {
content: "74%";
}
86.2069% {
content: "75%";
}
87.35632% {
content: "76%";
}
88.50575% {
content: "77%";
}
89.65517% {
content: "78%";
}
90.8046% {
content: "79%";
}
91.95402% {
content: "80%";
}
93.10345% {
content: "81%";
}
94.25287% {
content: "82%";
}
95.4023% {
content: "83%";
}
96.55172% {
content: "84%";
}
97.70115% {
content: "85%";
}
98.85057% {
content: "86%";
}
100% {
content: "87%";
}
}
.go:nth-child(n+3) .inset .numbers:after {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
content: "jQuery";
font-weight: 100;
color: #1a2a46;
top: 120px;
}
.go:nth-child(n+4) .circle .mask:before, .go:nth-child(n+4) .circle .mask:nth-child(2), .go:nth-child(n+4) .skill-wrapper .skill-progress .circle .mask:nth-child(2):before, .skill-wrapper .skill-progress .go:nth-child(n+4) .circle .mask:nth-child(2):before {
-webkit-transform: rotate(100.8deg);
-ms-transform: rotate(100.8deg);
transform: rotate(100.8deg);
}
.go:nth-child(n+4) .inset .numbers {
width: 2508px;
}
.go:nth-child(n+4) .inset .numbers:before {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
content: "56%";
font-size: 22px;
font-weight: 800;
color: #455fae;
animation: go-4 2s ease-out;
}
@keyframes go-4 {
1.78571% {
content: "1%";
}
3.57143% {
content: "2%";
}
5.35714% {
content: "3%";
}
7.14286% {
content: "4%";
}
8.92857% {
content: "5%";
}
10.71429% {
content: "6%";
}
12.5% {
content: "7%";
}
14.28571% {
content: "8%";
}
16.07143% {
content: "9%";
}
17.85714% {
content: "10%";
}
19.64286% {
content: "11%";
}
21.42857% {
content: "12%";
}
23.21429% {
content: "13%";
}
25% {
content: "14%";
}
26.78571% {
content: "15%";
}
28.57143% {
content: "16%";
}
30.35714% {
content: "17%";
}
32.14286% {
content: "18%";
}
33.92857% {
content: "19%";
}
35.71429% {
content: "20%";
}
37.5% {
content: "21%";
}
39.28571% {
content: "22%";
}
41.07143% {
content: "23%";
}
42.85714% {
content: "24%";
}
44.64286% {
content: "25%";
}
46.42857% {
content: "26%";
}
48.21429% {
content: "27%";
}
50% {
content: "28%";
}
51.78571% {
content: "29%";
}
53.57143% {
content: "30%";
}
55.35714% {
content: "31%";
}
57.14286% {
content: "32%";
}
58.92857% {
content: "33%";
}
60.71429% {
content: "34%";
}
62.5% {
content: "35%";
}
64.28571% {
content: "36%";
}
66.07143% {
content: "37%";
}
67.85714% {
content: "38%";
}
69.64286% {
content: "39%";
}
71.42857% {
content: "40%";
}
73.21429% {
content: "41%";
}
75% {
content: "42%";
}
76.78571% {
content: "43%";
}
78.57143% {
content: "44%";
}
80.35714% {
content: "45%";
}
82.14286% {
content: "46%";
}
83.92857% {
content: "47%";
}
85.71429% {
content: "48%";
}
87.5% {
content: "49%";
}
89.28571% {
content: "50%";
}
91.07143% {
content: "51%";
}
92.85714% {
content: "52%";
}
94.64286% {
content: "53%";
}
96.42857% {
content: "54%";
}
98.21429% {
content: "55%";
}
100% {
content: "56%";
}
}
.go:nth-child(n+4) .inset .numbers:after {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
content: "JS";
font-weight: 100;
color: #1a2a46;
top: 120px;
}
.go:nth-child(n+5) .circle .mask:before, .go:nth-child(n+5) .circle .mask:nth-child(2), .go:nth-child(n+5) .skill-wrapper .skill-progress .circle .mask:nth-child(2):before, .skill-wrapper .skill-progress .go:nth-child(n+5) .circle .mask:nth-child(2):before {
-webkit-transform: rotate(77.4deg);
-ms-transform: rotate(77.4deg);
transform: rotate(77.4deg);
}
.go:nth-child(n+5) .inset .numbers {
width: 1936px;
}
.go:nth-child(n+5) .inset .numbers:before {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
content: "43%";
font-size: 22px;
font-weight: 800;
color: #455fae;
animation: go-5 2s ease-out;
}
@keyframes go-5 {
2.32558% {
content: "1%";
}
4.65116% {
content: "2%";
}
6.97674% {
content: "3%";
}
9.30233% {
content: "4%";
}
11.62791% {
content: "5%";
}
13.95349% {
content: "6%";
}
16.27907% {
content: "7%";
}
18.60465% {
content: "8%";
}
20.93023% {
content: "9%";
}
23.25581% {
content: "10%";
}
25.5814% {
content: "11%";
}
27.90698% {
content: "12%";
}
30.23256% {
content: "13%";
}
32.55814% {
content: "14%";
}
34.88372% {
content: "15%";
}
37.2093% {
content: "16%";
}
39.53488% {
content: "17%";
}
41.86047% {
content: "18%";
}
44.18605% {
content: "19%";
}
46.51163% {
content: "20%";
}
48.83721% {
content: "21%";
}
51.16279% {
content: "22%";
}
53.48837% {
content: "23%";
}
55.81395% {
content: "24%";
}
58.13953% {
content: "25%";
}
60.46512% {
content: "26%";
}
62.7907% {
content: "27%";
}
65.11628% {
content: "28%";
}
67.44186% {
content: "29%";
}
69.76744% {
content: "30%";
}
72.09302% {
content: "31%";
}
74.4186% {
content: "32%";
}
76.74419% {
content: "33%";
}
79.06977% {
content: "34%";
}
81.39535% {
content: "35%";
}
83.72093% {
content: "36%";
}
86.04651% {
content: "37%";
}
88.37209% {
content: "38%";
}
90.69767% {
content: "39%";
}
93.02326% {
content: "40%";
}
95.34884% {
content: "41%";
}
97.67442% {
content: "42%";
}
100% {
content: "43%";
}
}
.go:nth-child(n+5) .inset .numbers:after {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
content: "PHP";
font-weight: 100;
color: #1a2a46;
top: 120px;
}
/* ######## Section 1 Css ######################### */
.sora-special-box {
overflow: hidden;
margin: 0 auto;
padding:20px 0;
}
.special-wrap {
margin: 0 auto;
position: relative;
}
.special-wrap-inner {
background-color: #fff;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
padding: 20px;
}
.special-title {
text-align: center;
margin-bottom: 35px;
}
.special-title h4 {
color: #3d4451;
font-size: 34px;
line-height: 1.2;
font-weight: 600;
text-align: center;
text-transform:uppercase;
}
.special-title h4 .lnr {
margin-right:5px;
padding: 10px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
color:#3498db;
}
.special-tiles {
width: 100%;
box-sizing: border-box;
text-align: left;
margin-bottom: 20px;
}
.special-icons {
font-size: 45px;
float: left;
color: #303030;
margin-right: 10px;
width: 50px;
height: 60px;
line-height: 60px;
}
.special-heading {
font-size: 14px;
line-height: 21px;
color: #303030;
text-transform: capitalize;
letter-spacing: 1.5px;
margin-bottom: 10px;
font-weight:bold;
}
.special-text {
color: #606060;
}
.skills, .skill-details {
padding: 15px;
width: 50%;
float: left;
box-sizing: border-box;
padding-right: 40px;
padding-left: 0;
}
.skill-details {
float:right;
padding-left: 40px;
padding-right: 0;
}
.skills dt:after {
width: 100%;
background-color: #e0e0e0;
height: 0.5rem;
content: "";
display: block;
}
.skills dd {
background: red;
width: 0;
height: 0.5rem;
position: relative;
top: -0.5rem;
}
.skills dd.html {
background: #F44336;
}
.skills dd.css {
background: #2196F3;
}
.skills dd.jquery {
background: #FFCA28;
}
.skills dd.scss {
background: #F06292;
}
.skills dd.javascript {
background: #FFA000;
}
.skills dd.php {
background: #303F9F;
}
.skills dd.xml {
background: #27ae60;
}
/* ######## Section 2 Css ######################### */
.sora-works-box {
overflow: hidden;
margin: 0 auto;
padding:20px 0;
}
.works-wrap {
margin:0 auto;
}
.works-title {
text-align: center;
margin-bottom: 35px;
}
.works-title h4 {
color: #3d4451;
font-size: 34px;
line-height: 1.2;
font-weight: 600;
text-align: center;
text-transform: uppercase;
}
.works-title h4 .lnr {
margin-right: 5px;
padding: 10px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
color:#1abc9c;
}
#timeline {
}
.timeline {
position: relative;
padding-top: 20px;
background-color: inherit;
list-style:none;
}
.timeline:after {
content: '';
position: absolute;
width: 5px;
background-color: $maincolor;
left: 50%;
top: 0;
bottom: 0;
margin-left: -2px;
}
.timeline--first:after {
top: 20px;
}
.era {
text-align: center;
position: relative;
z-index: 1;
padding-bottom: 20px;
list-style:none;
}
.era__title {
background-color: $maincolor;
color: #EEEEEE;
display: inline-block;
padding: 10px 20px;
border-radius: 4px;
cursor: default;
}
.entry {
padding: 10px 30px 40px 30px;
width: 50%;
position: relative;
background-color: inherit;
list-style:none;
}
.entry--right {
margin-left: 50%;
}
.entry__content {
padding: 20px 30px;
background-color: #fff;
position: relative;
border-radius: 4px;
cursor: default;
transition: all 0.3s ease 0s;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
.entry.entry--left .entry__content {
border-left: 5px solid $maincolor;
}
.entry.entry--right .entry__content {
border-right: 5px solid $maincolor;
}
.entry__content:hover {
background-color: #FFFFFF;
}
.entry__content h2 {
color: #414141;
font-size: 22px;
font-weight: 400;
line-height: 1.1;
text-align: center;
margin-bottom: 20px;
text-transform: uppercase;
}
.entry__content .date {
font-size: 16px;
font-weight: 700;
line-height: 1;
text-align: center;
margin-bottom: 15px;
color:$maincolor;
}
.entry:before {
content: " ";
height: 0;
position: absolute;
top: 20px;
width: 0;
z-index: 1;
}
.entry:after {
content: '';
position: absolute;
width: 23px;
height: 23px;
right: -12px;
background-color: #EEEEEE;
border: 4px solid $maincolor;
top: 20px;
border-radius: 50%;
z-index: 1;
}
.entry--right:after {
right: auto;
left: -12px;
}
/* ######## Testimonial Css ######################### */
/*! Flickity v1.0.0
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-prev-next-button{position:absolute;top:50%;width:44px;height:44px; border: 1px solid #d7dbde;background:#fff;background:hsla(0,0%,100%,.75);cursor:pointer;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button:hover{background:#fff}.flickity-prev-next-button:focus{outline:0;box-shadow:0 0 0 5px #09F}.flickity-prev-next-button:active{filter:alpha(opacity=60);opacity:.6}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button:disabled{filter:alpha(opacity=30);opacity:.3;cursor:auto}.flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-prev-next-button .arrow{fill:#333}.flickity-prev-next-button.no-svg{color:#333;font-size:26px}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#efefef;border-radius:50%;filter:alpha(opacity=80);opacity:.80;cursor:pointer; padding: 0;}.flickity-page-dots .dot.is-selected{filter:alpha(opacity=100);opacity:1}
.main-gallery {
background-color: #fff;
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
}
.main-gallery-wrap {
margin:0 auto;
}
.gallery-cell {
width: 100%;
}
.testimonial-title {
text-align: center;
margin: 25px 0;
}
.testimonial-title h4 {
color: #3d4451;
font-size: 34px;
line-height: 1.2;
font-weight: 600;
text-align: center;
text-transform: uppercase;
}
.testimonial-title .lnr {
margin-right: 5px;
padding: 10px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
color: #3498db;
}
.testimonial {
text-align: left;
max-width: 850px;
margin: 55px auto 40px auto;
padding: 0 20px;
}
.testimonial-image {
float: left;
margin-right: 22px;
}
.testimonial-avatar {
width: 53px;
display: block;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.person-speech {
font-size: 18px;
font-weight: 400;
line-height: 1.4;
position: relative;
padding-bottom: 27px;
border-bottom: 1px solid #dddad9;
}
.testimonial-quote {
font-size: 22px;
color:#3d4451;
}
.testimonial-quote:before {
content: "\f10e";
top: 2px;
left: -55px;
position: absolute;
font-size: 23px;
line-height: 1;
color:$maincolor;
display: inline-block;
font: normal normal normal 22px/1 FontAwesome;
font-size: inherit;
font-style: normal;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.testimonial-meta {
padding-top: 25px;
}
.testimonial-author {
color: #757575;
font-size: 20px;
font-weight: 700;
line-height: 1.1;
display: block;
margin-bottom: 3px;
}
.testimonial-author-details{
color: #d0d0d0;
font-size: 13px;
font-weight: 400;
line-height: 1.1;
text-transform: uppercase;
}
.flickity-page-dots {
bottom: 25px;
}
.flickity-page-dots .dot.is-selected {
background: $maincolor;
}
/* ######## Section 3 Css ######################### */
.sora-about-box {
background: #f8f8f8;
overflow: hidden;
margin: 0 auto;
padding:20px 0;
}
.about-wrap {
margin:0 auto;
}
.about-title {
text-align: center;
margin-bottom: 35px;
}
.about-title h4 {
color: #3d4451;
font-size: 34px;
line-height: 1.2;
font-weight: 600;
text-align: center;
text-transform: uppercase;
}
.about-title h4 .lnr {
margin-right: 5px;
padding: 10px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
color: #f39c12;
}
.about-tiles {
width: 33.33%;
float: left;
padding: 10px;
box-sizing: border-box;
text-align: center;
}
.price_card{
width: 33.33%;
box-sizing: border-box;
text-align: center;
float: left;
top: 0;
position:relative;
}
.price_card_wrap {
background: rgb(255, 255, 255);
overflow: hidden;
}
.price_card:not(:last-child){
padding-right: 20px;
}
.header{
color: rgb(255, 255, 255);
}
.alpha .header{
background: rgb(245, 166, 35);
}
.bravo .header{
background: rgb(246, 77, 77);
}
.charlie .header{
background: rgb(48, 219, 181);
}
.price{
width: 100%;
font-size: 60px;
line-height: 60px;
font-weight: 300;
display: block;
text-align: center;
padding: 30px 0 10px;
}
.name{
width: 100%;
font-size: 15px;
font-weight: 700;
display: block;
text-align: center;
padding: 0 0 30px;
}
.features{
list-style: none;
text-align: center;
color: rgb(138, 138, 138);
margin: 0;
padding: 0;
}
.features li{
padding: 20px 15px;
width: 100%;
list-style:none;
box-sizing:border-box;
}
.features li:not(:last-child){
border: 1px solid rgb(242, 242, 242);
border-top: 0;
border-left: 0;
border-right: 0;
}
button{
color: rgb(255, 255, 255);
border: 0;
border-radius: 5px;
height: 40px;
width: 200px;
display: block;
font-weight: 700;
font-size: 15px;
text-transform: uppercase;
margin: 20px auto 35px;
}
.alpha button{
background: rgb(245, 166, 35);
}
.bravo button{
background: rgb(246, 77, 77);
}
.charlie button{
background: rgb(48, 219, 181);
}
.tip{
font-family: 'Indie Flower';
position: absolute;
color: rgb(117, 117, 117);
margin: 10px 5px;
left:0;
}
/* ######## Contact Form Css ######################### */
div#sora_blogger_cntct_form {
padding: 50px 0px;
border-radius: 2px;
color: #3d4451;
font-size: 15px;
font-weight: bold;
position: relative;
margin:0 auto;
overflow:hidden;
}
div#sora_blogger_cntct_form .wrap-me {
margin: 0;
display: block;
max-width: 500px;
width: 100%;
float: left;
box-sizing: border-box;
background-color: #fff;
padding: 40px 40px 5px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
.contact-title {
text-align: center;
margin: 25px 0;
}
.contact-title h4 {
color: #3d4451;
font-size: 34px;
line-height: 1.2;
font-weight: 600;
text-align: center;
text-transform: uppercase;
}
.contact-title h4 .lnr {
margin-right: 5px;
padding: 10px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
color:#95a5a6;
}
.contact-title span {
color: #3d4451;
}
.contact_list_wrapper {
text-align: center;
}
.contact-list-info {
list-style: none;
padding: 0;
margin: 0;
text-align: center;
}
.contact_list_wrapper .contact-list-info li {
padding: 0;
padding-left: 15px;
padding-right: 15px;
display: inline-block;
line-height: 25px;
color: #3d4451;
}
.contact_list_wrapper .contact-list-info li i {
display: inline;
margin-right: 5px;
font-size: 15px;
vertical-align: -2px;
color: #3d4451;
}
.contact_list_wrapper .contact-list-info li p {
display: inline;
}
input#ContactForm1_contact-form-name, #ContactForm1_contact-form-email, #ContactForm1_contact-form-email:hover, #ContactForm1_contact-form-email:active {
padding: 5px;
margin-top: 4px !important;
box-shadow: none!Important;
width: 100%;
max-width: 100%;
background: transparent !important;
color: #3d4451;
border-color: gainsboro !important;
border-width:0 0 1px 0;
line-height: 1em;
min-height: 31px;
margin-bottom: 15px;
border-radius: 0px;
}
.contact-form-email-message, .contact-form-email-message:active, .contact-form-email-message:hover {
padding: 5px;
margin-top: 4px !important;
box-shadow: none!Important;
width: 100%;
max-width: 100%;
line-height: 1em;
min-height: 80px;
background: transparent !important;
color:#3d4451;
border-color: gainsboro !important;
border-width:0 0 1px 0;
margin-bottom: 10px;
border-radius: 0px;
}
/***** Focus *****/
#ContactForm1_contact-form-name:focus, #ContactForm1_contact-form-email:focus, #ContactForm1_contact-form-email-message:focus {
outline: none;
background: transparent !important;
color: #3d4451;
border-color: $maincolor !important;
border-width:0 0 1px 0;
box-shadow: none !important;
transition: all 0.3s ease-in-out !important;
}
/**** Submit button style ****/
.contact-form-button-submit:hover {
color: #FFFFFF;
background: $maincolor !important;
color:#000!important;
}
.contact-form-button-submit {
background: transparent;
display: table;
font-size: 17px;
margin: 0 !important;
border-radius: 0 !important;
max-width: 100%;
width: 100%;
min-width: 100%;
height: 32px;
line-height: 0.5em;
letter-spacing: 0.5px;
font-weight: normal;
position:relative;
cursor: pointer;
outline: none!important;
color: #3d4451;
border: 1px solid gainsboro !important;
text-align: center;
padding: 0px 25px;
text-transform: capitalize;
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
}
/**** Submit button on Focus ****/
.contact-form-button-submit:focus, .contact-form-button-submit.focus {
border-color: $maincolor;
box-shadow: none !important;
color:#000!important;
}
/**** Error message ****/
.contact-form-success-message, .contact-form-success-message-with-border {
color: #3d4451 !important;
margin-top:55px !important;
}
/**** Submit Button On Success Message ****/
.contact-form-button-submit.disabled, .contact-form-button-submit.disabled:hover, .contact-form-button-submit.disabled:active {
opacity: 0.9;
}
/****** Success Message *****/
.contact-form-error-message-with-border {
background: #000000;
border: 1px solid #5A5A5A;
bottom: 0;
box-shadow: none;
color: #FDFDFD;
font-size: 15px;
font-weight: normal;
line-height: 35px;
margin-left: 0;
opacity: 1;
position: static;
text-align: center;
height: 35px;
margin-top: 60px;
}
.contact-form-cross {
height: 14px;
margin: 5px;
vertical-align: -8.5%;
float: right;
width: 14px;
border-radius: 50px;
border: 0 !important;
cursor: pointer;
}
.contact-form-widget {
max-width: 100%;
}
.contact-form-success-message-with-border {
font-weight: normal;
background-color: #000;
border: 1px solid #FFF;
color: #FFF;
line-height: 35px;
margin-left: 0;
font-size: 13px;
opacity: 1;
position: static;
text-align: center;
height: 35px;
margin-top: 60px;
}
/* Extra Stuff */
div#sora_blogger_cntct_form span.name-bg, div#sora_blogger_cntct_form span.email-bg {
display: inline-block;
line-height: 21px;
width: 100%;
color: #3d4451;
padding: 3px 0;
margin: 0px 0px 4px;
box-sizing: border-box;
height: 30px;
letter-spacing: 1px;
font-weight: normal;
}
div#sora_blogger_cntct_form span.message-bg {
display: inline-block;
line-height: 21px;
width: 100%;
color: #3d4451;
padding: 3px 0;
box-sizing: border-box;
height: 30px;
margin: 0px 0px 4px;
letter-spacing: 1px;
font-weight: normal;
}
div#sora_blogger_cntct_form span.send-bg {
height: 32px;
display: inline-block;
float: left;
transition: all 0.4s ease-in-out !important;
}
div#sora_blogger_cntct_form span.clear-bg {
display: none;
}
input.contact-form-button.contact-form-button-submit.clear-button:hover {
background-color: #E83434 !important;
}
div#sora_blogger_cntct_form .clear-button {
display:none;
}
.map-me-full #map {
width: 100%;
height: 378px;
}
.map-me {
margin: 0;
display: block;
max-width: 500px;
width: 100%;
float: right;
padding: 40px;
box-sizing: border-box;
}
.map-me .con-title {
font-weight: 700;
letter-spacing: -1px;
line-height: 48px;
color: #000;
margin: 0;
text-transform: capitalize;
}
.map-me .con-text {
font-weight: 100;
line-height: 24px;
color: #555;
margin: 0 0 10px;
}
.map-me .con-list {
list-style-type: none;
padding: 0;
}
.map-me .con-list li {
list-style-type: none;
color: #333;
line-height: 45px;
margin-bottom: 15px;
text-transform: capitalize;
font-weight:normal;
}
.map-me .con-list li i {
font-size: 1em;
margin-right: 20px;
padding: 15px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: $maincolor;
color: #fff;
border-radius: 50%;
}
/* ######## Sidebar Css ######################### */
.sidebar .widget {
margin-bottom: 20px;
position: relative;
background: #fff none repeat scroll top left;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
.sidebar h2 {
font-size: 17px;
line-height: 27px;
color: #000;
padding: 7px 15px;
font-weight: 400;
letter-spacing: 1.5px;
text-transform: uppercase;
position: relative;
text-align: center;
background: #f7f7f7;
border: 1px solid #f0f0f0;
}
.sidebar .widget-content {
padding: 10px;
box-sizing:border-box;
}
.sidebar ul,.sidebar li{
list-style-type:none;
margin:0;
}
/* ######## Counter Css ######################### */
.sora-cv-hobby-details {
margin: 15px auto;
position: relative;
}
.sora-cv-hobby-details-inner {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-color: #fff;
transition: box-shadow .25s;
-webkit-transition: box-shadow .25s;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
.sora-cv-hobby-details .hobby-title {
text-align: center;
margin-bottom: 35px;
}
.sora-cv-hobby-details .hobby-title h4 {
color: #3d4451;
font-size: 34px;
line-height: 1.2;
font-weight: 600;
text-align: center;
text-transform: uppercase;
}
.sora-cv-hobby-details .hobby-title .lnr {
margin-right: 5px;
padding: 10px;
color:#e74c3c;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.sora-cv-hobby-details .card-content {
padding: 40px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sora-cv-hobby-details .card-content p {
color: #000;
font-size: 18px;
font-weight: 300;
line-height: 1.8;
text-align: center;
}
.sora-cv-hobby-details .card-action {
border-top: 1px solid rgba(160, 160, 160, .2);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
}
.sora-cv-hobby-details .card-action ul {
padding:0;
margin:0;
list-style:none;
}
.sora-cv-hobby-details .card-action ul li {
padding:30px;
margin: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
list-style: none;
float: left;
width: 16.6666666667%;
box-sizing: border-box;
text-align: center;
color:$maincolor;
}
.sora-cv-hobby-details .card-action ul li.odd {
background: $maincolor;
color:#fff;
}
.sora-cv-hobby-details .card-action ul li i {
font-size: 2.2em;
}
.sora-cv-hobby-details .card-action ul li span {
display: block;
}
/* ######## Post Css ######################### */
.Portfolio-title {
text-align: center;
margin: 25px 0;
}
.Portfolio-title h4 {
color: #3d4451;
font-size: 34px;
line-height: 1.2;
font-weight: 600;
text-align: center;
text-transform: uppercase;
}
.Portfolio-title .lnr {
margin-right: 5px;
padding: 10px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
color: #f1c40f;
}
article {
padding: 0;
overflow:hidden;
}
.index article, .archive article {
padding: 20px;
box-sizing: border-box;
}
.index .post-grid-item, .archive .post-grid-item {
width:33.33%;
float:left;
padding-right:15px;
box-sizing:border-box;
margin-bottom:15px;
}
.index .post-grid-item:nth-child(3n), .archive .post-grid-item:nth-child(3n) {
padding-right:0;
}
.index .post, .archive .post {
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
}
.post {
display: block;
word-wrap: break-word;
background: #ffffff;
}
.item .post, .static_page .post {
padding: 10px;
box-sizing: border-box;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
overflow:hidden;
}
.home-post-head {
text-align: center;
}
.post h1 {
color: #0a0a0a;
font-size: 28px;
font-weight: 400;
line-height: 32px;
margin: 0 0 10px;
}
.post h2 {
margin-bottom: 12px;
font-size: 20px;
line-height: 1.3;
font-weight: 700;
text-transform: uppercase;
}
.post h2 a {
color:#373b42;
}
.post h2 {
margin: 0 0 10px;
padding: 0;
}
.retitle h2 {
margin: 8px 0;
display: block;
}
.post-body {
margin: 0px;
padding:10px;
font-size: 14px;
line-height: 26px;
box-sizing:border-box;
text-align:justify;
}
.block-image {
float: left;
width: 100%;
height:auto;
position:relative;
}
.block-image .thumb {
width: 100%;
height: auto;
position: relative;
display: block;
overflow: hidden;
}
.block-image .thumb:before {
background: rgba(0, 0, 0, 0.5);
bottom: 0px;
content: "";
height: 100%;
width: 100%;
left: 0px;
right: 0px;
margin: 0px auto;
position: absolute;
opacity:0;
z-index: 3;
}
.block-image img {
width: 100%;
height: 260px;
display: block;
object-fit:cover;
transition: all .3s ease-out!important;
-webkit-transition: all .3s ease-out!important;
-moz-transition: all .3s ease-out!important;
-o-transition: all .3s ease-out!important;
}
.block-image:hover .thumb:before {
opacity:1;
}
.date_holder {
position: absolute;
top: 10px;
right: 10px;
background: $maincolor;
color: #fff;
padding: 4px 12px;
}
.date_holder .month {
display: block;
text-transform: uppercase;
font-size: 13px;
font-weight: 700;
}
.date_holder .day {
display: block;
font-size: 20px;
margin-bottom: 2px;
font-weight: 700;
}
.post-header {
padding: 0 10px 10px;
}
.post-meta {
color: #bdbdbd;
display: block;
font-size: 13px;
font-weight: 400;
line-height: 21px;
margin: 0;
padding: 0;
}
.post-meta a, .post-meta i {
color: #CBCBCB;
}
.post-timestamp {
margin-left: 5px;
}
.label-head {
margin-left: 5px;
}
.label-head a {
padding-left: 2px;
}
.resumo {
display:none;
}
.resumo span {
display: block;
margin-bottom: 8px;
font-size: 16px;
line-height: 31px;
}
.post-body img {
max-width: 100%;
padding: 10px 0;
position: relative;
margin:0 auto;
}
.post h3 {
font-size: 18px;
margin-top: 20px;
margin-bottom: 10px;
line-height: 1.1;
}
.second-meta {
display: none;
}
.comment-link {
white-space: normal;
}
.ias_trigger {
clear: both;
text-align: center;
}
.ias_trigger a {
padding: 8px;
color: #fff;
background: #222;
border-radius: 4px;
}
.ias_trigger a:hover {
background:$maincolor;
}
#blog-pager {
clear: both;
text-align: center;
padding: 15px 0;
color: #4d4d4d;
}
.home #blog-pager {
display:none;
}
.displaypageNum a,
.showpage a,
.pagecurrent, .blog-pager-older-link, .blog-pager-newer-link {
padding: 5px 13px;
margin-right: 8px;
color: #fff;
background-color: #2b2b2b;
display: inline-block;
line-height: 20px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
margin-top: 10px;
}
.displaypageNum a:hover,
.showpage a:hover,
.pagecurrent, .blog-pager-older-link:hover, .blog-pager-newer-link:hover {
background: $maincolor;
text-decoration: none;
color: #fff;
}
.showpageOf {
display: none!important;
overflow: hidden;
}
#blog-pager .pages {
margin: 10px 0;
border: none;
}
/* ######## Share widget Css ######################### */
.item .post-footer {
padding: 0 10px;
}
.share-box {
position: relative;
padding: 10px 0;
}
.share-title {
border-bottom: 2px solid #777;
color: #010101;
display: inline-block;
padding-bottom: 7px;
font-size: 15px;
font-weight: 500;
position: relative;
top: 2px;
}
.share-art {
float: right;
padding: 0;
padding-top: 0;
font-size: 13px;
font-weight: 400;
text-transform: capitalize;
}
.share-art a {
color: #fff;
padding: 3px 8px;
margin-left: 4px;
border-radius: 2px;
display: inline-block;
margin-right: 0;
background: #010101;
}
.share-art a span {
display: none;
}
.share-art a:hover{color:#fff}
.share-art .fac-art{background:#3b5998}
.share-art .fac-art:hover{background:rgba(49,77,145,0.7)}
.share-art .twi-art{background:#00acee}
.share-art .twi-art:hover{background:rgba(7,190,237,0.7)}
.share-art .goo-art{background:#db4a39}
.share-art .goo-art:hover{background:rgba(221,75,56,0.7)}
.share-art .pin-art{background:#CA2127}
.share-art .pin-art:hover{background:rgba(202,33,39,0.7)}
.share-art .lin-art{background:#0077B5}
.share-art .lin-art:hover{background:rgba(0,119,181,0.7)}
.share-art .wat-art{background:#25d266;display:none;}
.share-art .wat-art:hover{background:rgba(37, 210, 102, 0.73)}
@media only screen and (max-width: 768px) {
.share-art .wat-art{display:inline-block;}
}
/* ######## Related Post Css ######################### */
#related-posts {
margin-bottom: 10px;
padding: 10px 0;
}
.related li {
width: 32%;
display: inline-block;
height: auto;
min-height: 184px;
float: left;
margin-right: 10px;
overflow: hidden;
position: relative;
}
.related li h3 {
margin-top:0;
}
.related-thumb {
width: 100%;
height: 100px;
overflow: hidden;
border-radius: 2px;
}
.related li .related-img {
width: 100%;
height: 100px;
display: block;
position: relative;
transition: all .3s ease-out!important;
-webkit-transition: all .3s ease-out!important;
-moz-transition: all .3s ease-out!important;
-o-transition: all .3s ease-out!important;
}
.related li .related-img:hover {
-webkit-transform: scale(1.1) rotate(-1.5deg)!important;
-moz-transform: scale(1.1) rotate(-1.5deg)!important;
transform: scale(1.1) rotate(-1.5deg)!important;
transition: all .3s ease-out!important;
-webkit-transition: all .3s ease-out!important;
-moz-transition: all .3s ease-out!important;
-o-transition: all .3s ease-out!important;
}
.related-title a {
font-size: 12px;
line-height: 1.4em;
padding: 10px 0 0;
font-weight: 400;
font-style: normal;
letter-spacing: 1px;
color: #010101;
display: block;
}
.related li:nth-of-type(3n) {
margin-right: 0;
}
.related .related-tag {
display:none;
}
.related-overlay {
position: absolute;
left: 0;
top: 0;
z-index: 1;
width: 100%;
height: 100%;
background-color: rgba(40,35,40,0.05);
}
.related-content {
display: block;
bottom: 0;
padding: 0px 0px 11px;
width: 100%;
line-height: 1.2em;
box-sizing: border-box;
z-index: 2;
}
.related .related-content .recent-date {
font-size: 10px;
}
.recent-date:before, .p-date:before {
content: '\f017';
font-family: fontawesome;
margin-right: 5px;
}
/* ######## Comment Widget Css ######################### */
.comments {
clear: both;
margin: 0;
color: #48494d;
margin-top:10px;
box-sizing: border-box;
border-radius: 5px;
padding: 30px 30px 20px;
background: #FFF;
box-sizing: border-box;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
.post-feeds .feed-links {
display: none;
}
iframe.blogger-iframe-colorize,
iframe.blogger-comment-from-post {
height: 260px!important;
background: #fff;
}
.comment-form {
overflow:hidden;
}
.comments h3 {
line-height:normal;
text-transform:uppercase;
color:#333;
font-weight:bold;
margin:0 0 20px 0;
font-size:14px;
padding:0 0 0 0;
}
h4#comment-post-message {
display:none;
margin:0 0 0 0;
}
.comments h4{
color: #48494d;
border-bottom: 1px solid #efefef;
font-size: 16px;
padding: 12px 0;
margin: 0;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
position: relative;
text-align: left;
}
.comments h4:after {
display: inline-block;
content: "\f075";
font-family: fontAwesome;
font-style: normal;
font-weight: normal;
font-size: 18px;
color: $maincolor;
top: 12px;
right: 15px;
padding: 0;
position: absolute;
}
.comments .comments-content{
font-size:13px;
margin-bottom:8px;
padding: 0;
}
.comments .comments-content .comment-thread ol{
list-style:none;
text-align:left;
margin:13px 0;
padding:0
}
.comments .comments-content .comment-thread ol li{
list-style:none;
}
.comments .avatar-image-container {
background:#fff;
border:1px solid #DDD;
overflow:hidden;
padding:0;
border-radius: 50%;
}
.comments .avatar-image-container img {
border-radius:50%;
}
.comments .comment-block{
position:relative;
background:#fff;
padding:15px;
margin-left:60px;
border: 1px solid #efefef;
}
.comments .comment-block:before {
content:"";
width:0px;
height:0px;
position:absolute;
right:100%;
top:14px;
border-width:10px;
border-style:solid;
border-color:transparent #DDD transparent transparent;
display:block;
}
.comments .comments-content .comment-replies{
margin:8px 0;
margin-left:60px
}
.comments .comments-content .comment-thread:empty{
display:none
}
.comments .comment-replybox-single {
background:#f0f0f0;
padding:0;
margin:8px 0;
margin-left:60px
}
.comments .comment-replybox-thread {
background:#f0f0f0;
margin:8px 0 0 0;
padding:0;
}
.comments .comments-content .comment{
margin-bottom:6px;
padding:0
}
.comments .comments-content .comment:first-child {
padding:0;
margin:0
}
.comments .comments-content .comment:last-child {
padding:0;
margin:0
}
.comments .comment-thread.inline-thread .comment, .comments .comment-thread.inline-thread .comment:last-child {
margin:0px 0px 5px 30%
}
.comment .comment-thread.inline-thread .comment:nth-child(6) {
margin:0px 0px 5px 25%;
}
.comment .comment-thread.inline-thread .comment:nth-child(5) {
margin:0px 0px 5px 20%;
}
.comment .comment-thread.inline-thread .comment:nth-child(4) {
margin:0px 0px 5px 15%;
}
.comment .comment-thread.inline-thread .comment:nth-child(3) {
margin:0px 0px 5px 10%;
}
.comment .comment-thread.inline-thread .comment:nth-child(2) {
margin:0px 0px 5px 5%;
}
.comment .comment-thread.inline-thread .comment:nth-child(1) {
margin:0px 0px 5px 0;
}
.comments .comments-content .comment-thread{
margin:0;
padding:0
}
.comments .comments-content .inline-thread{
background: #fff;
padding:15px;
box-sizing:border-box;
margin:0
}
.comments .comments-content .inline-thread .comment-block {
border-color: $maincolor;
}
.comments .comments-content .inline-thread .comment-block:before {
border-color: transparent $maincolor transparent transparent;
}
.comments .comments-content .user {
letter-spacing: 0.5px;
font-weight: 600;
}
.comments .comments-content .icon.blog-author {
display:inline;
}
.comments .comments-content .icon.blog-author:after {
content: "Author";
background:$maincolor;
color: #fff;
font-size: 11px;
padding: 2px 5px;
text-transform:Capitalize;
font-style:italic;
letter-spacing: 0.3px;
}
.comment-header {
text-transform:uppercase;
font-size:12px;
}
.comments .comments-content .datetime {
margin-left: 6px;
}
.comments .comments-content .datetime a {
color:#888;
}
.comments .comment .comment-actions a {
display:inline-block;
color:#333;
font-weight:bold;
font-size:10px;
line-height:15px;
margin:4px 8px 0 0;
}
.comments .continue a {
color:#333;
display:inline-block;
font-size:10px;
}
.comments .comment .comment-actions a:hover, .comments .continue a:hover{
text-decoration:underline;
}
/* ######## Footer Css ######################### */
.bot-bar-menu {
background-color: $footercolor;
padding: 20px 0px;
overflow: hidden;
}
.bot-menu-wrap {
margin: 0 auto;
position:relative;
text-align:center;
}
.bottom-bar-social {
float:left;
}
.bottom-bar-social li {
display: inline;
padding: 0;
float: left;
margin-right: 5px;
;
}
.bottom-bar-social .widget ul {
padding: 0;
}
.bottom-bar-social .LinkList ul {
text-align: center;
}
.bottom-bar-social #social a {
display: block;
font-size: 14px;
color: #fff;
padding: 10px 5px;
}
.bottom-bar-social #social a:before {
display: inline-block;
font: normal normal normal 22px/1 FontAwesome;
font-size: inherit;
font-style: normal;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.bottom-bar-social .bloglovin:before{content:"\f004"}
.bottom-bar-social .facebook:before{content:"\f09a"}
.bottom-bar-social .twitter:before{content:"\f099"}
.bottom-bar-social .gplus:before{content:"\f0d5"}
.bottom-bar-social .rss:before{content:"\f09e"}
.bottom-bar-social .youtube:before{content:"\f167"}
.bottom-bar-social .skype:before{content:"\f17e"}
.bottom-bar-social .stumbleupon:before{content:"\f1a4"}
.bottom-bar-social .tumblr:before{content:"\f173"}
.bottom-bar-social .vine:before{content:"\f1ca"}
.bottom-bar-social .stack-overflow:before{content:"\f16c"}
.bottom-bar-social .linkedin:before{content:"\f0e1"}
.bottom-bar-social .dribbble:before{content:"\f17d"}
.bottom-bar-social .soundcloud:before{content:"\f1be"}
.bottom-bar-social .behance:before{content:"\f1b4"}
.bottom-bar-social .digg:before{content:"\f1a6"}
.bottom-bar-social .instagram:before{content:"\f16d"}
.bottom-bar-social .pinterest:before{content:"\f0d2"}
.bottom-bar-social .delicious:before{content:"\f1a5"}
.bottom-bar-social .codepen:before{content:"\f1cb"}
.bottom-bar-social ul#social a:hover {
opacity: 1;
}
.jugas_footer_copyright {
float:right;
display: inline-block;
color: #fff;
line-height:36px;
}
.jugas_footer_copyright a {
color:rgb(246, 77, 77);
}
/* ######## Custom Widget Css ######################### */
.sidebar .FollowByEmail > h3.title,
.sidebar .FollowByEmail .title-wrap {
margin-bottom: 0
}
.FollowByEmail td {
width: 100%;
float: left;
box-sizing: border-box
}
.FollowByEmail .follow-by-email-inner .follow-by-email-submit {
margin-left: 0;
width: 100%;
border-radius: 0;
height: 30px;
font-size: 11px;
color: #fff;
background-color: $maincolor;
font-family: inherit;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px
}
.FollowByEmail .follow-by-email-inner .follow-by-email-submit:hover {
opacity:0.8;
}
.FollowByEmail .follow-by-email-inner .follow-by-email-address {
padding-left: 10px;
height: 30px;
border: 1px solid #FFF;
margin-bottom: 5px;
box-sizing: border-box;
font-size: 11px;
font-family: inherit
}
.FollowByEmail .follow-by-email-inner .follow-by-email-address:focus {
border: 1px solid #FFF
}
.FollowByEmail .widget-content {
box-sizing: border-box;
padding: 10px
}
.FollowByEmail .widget-content:before {
content: "Enter your email address to subscribe to this blog and receive notifications of new posts by email.";
font-size: 14px;
color: #f2f2f2;
line-height: 1.4em;
margin-bottom: 5px;
display: block;
padding: 0 2px
}
.item #ads-home {
margin-top: 20px;
}
.cloud-label-widget-content {
display: inline-block;
text-align: left;
}
.cloud-label-widget-content .label-size {
display: inline-block;
float: left;
font-size: 16px;
line-height: normal;
margin: 0 5px 5px 0;
opacity: 1
}
.cloud-label-widget-content .label-size a {
background: #f8f8f8;
color: #878787;
float: left;
font-weight: 400;
line-height: 100%;
margin: 0;
padding: 7px 8px;
text-transform: capitalize;
transition: all .6s;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.lowerbar .cloud-label-widget-content .label-size a {
background:#3B3B3B;
}
.cloud-label-widget-content .label-size a:hover,
.cloud-label-widget-content .label-size a:active {
background: $maincolor;
color: #fff;
}
.cloud-label-widget-content .label-size .label-count {
background: $maincolor;
color: #fff;
white-space: nowrap;
display: inline-block;
padding: 6px 8px;
margin-left: -3px;
line-height: normal;
border-radius: 0 2px 2px 0
}
.label-size-1,
.label-size-2 {
opacity: 100
}
.list-label-widget-content li {
display: block;
padding: 8px 0;
position: relative
}
.list-label-widget-content li a:before {
content: '\203a';
position: absolute;
left: 0px;
top: 8px;
font-size: 22px;
color: $maincolor
}
.lowerbar .list-label-widget-content li a {
color:#fff;
}
.list-label-widget-content li a {
color: #0a0a0a;
font-size: 16px;
padding-left: 20px;
font-weight: 400;
text-transform: capitalize;
}
.list-label-widget-content li span:last-child {
color: $maincolor;
font-size: 12px;
font-weight: 700;
position: absolute;
top: 9px;
right: 0
}
.PopularPosts .item-thumbnail {
margin: 0 15px 0 0 !important;
width: 90px;
height: 65px;
float: left;
overflow: hidden;
position: relative
}
.PopularPosts .item-thumbnail a {
position: relative;
display: block;
overflow: hidden;
line-height: 0
}
.PopularPosts ul li img {
width: 90px;
height: 65px;
object-fit: cover;
padding: 0;
transition: all .3s ease
}
.PopularPosts .widget-content ul li {
overflow: hidden;
padding: 10px 0;
border-top: 1px solid #f2f2f2
}
.sidebar .PopularPosts .widget-content ul li:first-child,
.sidebar .custom-widget li:first-child,
.tab-widget .PopularPosts .widget-content ul li:first-child,
.tab-widget .custom-widget li:first-child {
padding-top: 0;
border-top: 0
}
.sidebar .PopularPosts .widget-content ul li:last-child,
.sidebar .custom-widget li:last-child,
.tab-widget .PopularPosts .widget-content ul li:last-child,
.tab-widget .custom-widget li:last-child {
padding-bottom: 0
}
.PopularPosts ul li a {
color: #0a0a0a;
font-weight: 400;
font-size: 13px;
line-height: 1.4em;
transition: color .3s;
}
.PopularPosts ul li a:hover {
color: $maincolor
}
.PopularPosts .item-title {
margin: 0 0 4px;
padding: 0;
line-height: 0
}
.item-snippet {
display: none;
font-size: 0;
padding-top: 0
}
.PopularPosts ul {
counter-reset: popularcount;
margin: 0;
padding: 0;
}
.PopularPosts .item-thumbnail::before {
background: rgba(0, 0, 0, 0.3);
bottom: 0px;
content: "";
height: 100px;
width: 100px;
left: 0px;
right: 0px;
margin: 0px auto;
position: absolute;
z-index: 3;
}
.BlogArchive ul li {
margin-bottom: 7px !important;
padding-bottom: 7px;
}
.BlogArchive ul li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.BlogArchive ul li a {
color:#0a0a0a;
}
.BlogArchive ul li a:hover {
color:$maincolor;
}
.BlogArchive .zippy {
color:#e74c3c;
}
.BlogArchive .post-count-link {
font-weight:700;
}
.BlogArchive ul .posts a {
}
.BlogArchive select {
width: 100%;
padding: 10px;
border-color: #777;
}
/* ######## Responsive Css ######################### */
@media only screen and (max-width: 1200px) {
.featured-slider-wrap {
width:auto !important;
}
.sora-author-box-text {
padding: 30px 70px 0 0;
}
.row {
width: 100%;
float: none;
padding-left: 10px !important;
padding-right: 10px !important;
box-sizing: border-box;
}
.index .post-grid-item, .archive .post-grid-item {
width: 33.33%;
}
.index .post-grid-item:nth-child(3n), .archive .post-grid-item:nth-child(3n) {
padding-right: 0;
}
.index .post-grid-item:nth-child(4n), .archive .post-grid-item:nth-child(4n) {
padding-right: 15px;
}
}
@media only screen and (max-width: 1100px) {
.sora-author-box-text {
padding: 15px 0 0 0;
}
.sora-author-box img {
margin-right: 40px;
max-width: 400px;
}
div#sora_blogger_cntct_form .wrap-me {
max-width: 500px;
float: none;
clear: both;
margin: 0 auto 20px;
width: 100%;
}
.map-me {
max-width: 500px;
float: none;
clear: both;
margin: 0 auto;
width: 100%;
}
}
@media only screen and (max-width: 980px) {
.item #main-wrapper, .statc_page #main-wrapper, .item #sidebar-wrapper, .statc_page #sidebar-wrapper {
float: none;
clear: both;
width: 100%;
margin: 0 auto;
}
#main-wrapper {
max-width: 100%;
}
#sidebar-wrapper {
padding-top: 20px;
}
#nav1, #nav {
display: none;
}
.slicknav_menu {
display: block;
}
.item .tm-menu .slicknav_menu, .static_page .tm-menu .slicknav_menu, .error_page {
display:block;
}
.tm-menu, #menu {
height: auto;
}
.item .tm-menu, .static_page .tm-menu, .error_page .tm-menu {
float:none;
display:block;
}
}
@media screen and (max-width: 940px) {
.background-container {
display: none;
}
.hero-row {
width: 100%;
}
.fenix-sub-head {
margin-top: 0;
}
.skill-wrapper .skill-progress {
max-width: 120px;
width: 100%;
margin: 0;
}
}
@media screen and (max-width: 880px) {
.sora-author-box {
padding: 20px 10px;
}
.home #header-wrapper {
margin-bottom: 10px;
}
.item #content-wrapper {
padding: 10px 0 30px;
}
.skills, .skill-details {
width: 100%;
float: none;
padding: 20px;
clear: both;
}
}
@media only screen and (max-width: 768px) {
.sora-author-box img {
margin-right: 0;
max-width: 100%;
float: none;
width: 100%;
height: auto;
clear: both;
}
.sora-author-box-text {
padding: 10px;
text-align: center;
}
.counter-box-item, .works-tiles {
width: 50%;
}
#header h1 {
font-size: 50px;
}
.index .post-grid-item:nth-child(3n), .archive .post-grid-item:nth-child(3n) {
padding-right: 0;
}
.index .post-grid-item:nth-child(4n), .archive .post-grid-item:nth-child(4n) {
padding-right: 0;
}
.index .post-grid-item, .archive .post-grid-item {
width: 100%;
padding-right: 0;
}
.tm-menu {
text-align: center;
}
.top-bar-social {
float: none;
width: 100%;
clear: both;
overflow: hidden;
}
.top-bar-social li {
display: inline-block;
float: none;
}
.flickity-prev-next-button {
display:none;
}
.bot-menu, .bottom-bar-social {
float: none;
width: 100%;
clear: both;
overflow: hidden;
position: static;
}
.bot-menu ul {
text-align:center;
}
.bot-menu ul li {
float: none;
}
.bottom-bar-social li {
float: none;
display: inline-block;
}
.related li {
width: 31%;
}
.jugas_footer_copyright {
float: none;
}
.share-art span {
display: none;
}
.ops-404 {
width: 80%!important;
}
.title-404 {
font-size: 160px!important;
}
#header {
padding: 10px 0px 0;
}
}
@media only screen and (max-width: 767px) {
#header {
padding: 0;
}
.sora-author-box {
padding: 10px;
}
#header h1 {
font-size: 30px;
}
.header-text p {
font-size: 30px;
}
.sora-author-box-image {
width: 100%;
float: none;
margin-right: 0;
margin-bottom: 10px;
}
.slide-in {
display:none;
}
.entry {
width: 100%;
box-sizing: border-box;
}
.entry:after, .timeline:after {
display:none;
}
.entry--right {
margin-left: 0;
}
.sora-cv-hobby-details .card-action ul li span {
display: none;
}
.price_card {
width: 100%;
padding-right: 0;
margin-bottom: 10px;
float: none;
clear: both;
}
.price_card:not(:last-child) {
padding-right: 0;
}
.sora-cv-author-details .card-content {
padding: 10px;
}
.sora-cv-author-details .card-action {
padding: 10px;
}
.entry {
padding: 10px;
}
}
@media only screen and (max-width: 480px) {
.skill-wrapper .skill-progress {
margin-bottom: 30px;
}
.comments .comments-content .comment-replies {
margin-left: 0;
}
.special-title h4, .works-title h4, .sora-cv-hobby-details .hobby-title h4, .Portfolio-title h4, .testimonial-title h4, .about-title h4, .contact-title h4 {
font-size: 18px;
}
.sora-cv-hobby-details .card-action ul li {
width: 33.33%;
padding: 15px;
}
.sora-cv-hobby-details .card-action ul li i {
font-size: 16px;
}
.slide-in {
display:block;
}
.special-tiles, .works-tiles, .about-tiles, .counter-box-item {
width: 100%;
}
#header h1 {
font-size: 30px;
}
.header-text p {
font-size: 20px;
}
.header-logo-desc span, .header-logo-desc p {
font-size: 16px;
}
.index .post h2,.archive .post h2, .sora-slide .ty-bonos-entry a, #first-post .post h2 {
line-height: 34px;
font-size: 23px;
}
h1.post-title {
font-size: 22px;
margin-bottom: 10px;
}
#sidebar-wrapper {
max-width: 100%;
}
.share-title {
display: none;
}
.share-art {
float: none;
text-align: center;
}
.related li {
width: 100%;
margin:0 auto;
}
.index .post-outer {
padding: 0 0 5x;
}
}
@media only screen and (max-width: 360px) {
.title-404 {
font-size: 150px!important;
}
.header-logo-desc p {
font-size: 100%;
}
#header h1 {
font-size: 250%;
}
}
@media only screen and (max-width: 300px) {
#sidebar-wrapper, .feat-slider-wrap {display:none}
.archive .post h2,.index .post h2, #first-post .post h2 {
line-height: 29px!important;
font-size: 15px!important;
}
article {
overflow: hidden;
}
#blog-pager {
padding: 0;
margin: 0;
}
.index .snippets,.archive .snippets {
display: none;
}
.share-art, .share-box .post-author {
float: none !important;
margin: 0 auto;
text-align: center;
clear: both;
}
.read-more-wrap, .post-labels {
float: none !important;
clear: both;
display: block;
text-align: center;
}
.ops-404 {
font-size: 20px!important;
}
.title-404 {
font-size: 120px!important;
}
h1.post-title {
font-size: 17px;
}
.share-box {
overflow: hidden;
}
.top-bar-social #social a {
width: 24px;
height: 24px;
line-height: 24px;
}
.second-meta .share-art a {
padding: 5px;
}
.comments .avatar-image-container {
display: none;
}
.comments .comment-block {
margin-left: 0 !important;
position: relative;
}
}
]]>
<div id="outer-wrapper" class="
home item index ">
Hello! I’m John Doe. Senior Web Developer with over 13 years of experience specializing in front end development. Experienced with all stages of the development cycle for dynamic web projects.Having an in-depth knowledge including advanced HTML5, CSS, CSS3, SASS, LESS, JSON, XML, Java, JavaScript, JQuery, Angular JS. Strong background in management and leadership.
From the Blog
true
Reviews
#ffffff
true
By
true
#ffffff
false
#ffffff
TextAndImage
#ffffff
Price:
false
1x1
true
false
Product Tags:
true
3
false
#ffffff
true
false
<div itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
</div>
Oops; Sorry, but the page you were trying to view does not exist.
404
Pricing
Complete documentation
Working materials in PSD and Sketch format
Add to cart
* Great for beginners!
Complete documentation
Working materials in PSD, Sketch and EPS format
6 months access to the library
Add to cart
* Most popular!
Complete documentation
Working materials in PSD, Sketch and EPS format
1 year access to the library
2GB cloud storage
Add to cart
</div>