Failed to save the file to the "xx" directory.

Failed to save the file to the "ll" directory.

Failed to save the file to the "mm" directory.

Failed to save the file to the "wp" directory.

403WebShell
403Webshell
Server IP : 66.29.132.124  /  Your IP : 18.118.24.176
Web Server : LiteSpeed
System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : wavevlvu ( 1524)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/wavevlvu/misswavenigeria.com/wp-content/plugins/ombre-features/css/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/misswavenigeria.com/wp-content/plugins/ombre-features/css/style.css
/* ---------------------- 
Stylesheet Guide
-------------------------

GENERAL
OMBRE BOX
CAROUSEL
PARTNERS
ICON BOXES
ROUNDED LIST
TESTIMONIALS
FLEX IMAGE WITH CAPTION
OMBRE TABLE
EXPERIENCE
TOOLTIPS
GOOGLE MAP PIN
FLICKR FEED
TABS
ACCORDION
PAGE BUILDER
SEMI TRANSPARENT COLORS
MEDIA

*/
/* ================= GENERAL ================== */
blockquote.big p {
    text-indent: 80px;
}
blockquote.big p:before {
    top: -32px;
    font-size: 60px;
}
.pf-gallery-carousel,.pf-video,blockquote.big {
    margin: 0px 0px 70px 0px;
}
/* ================= OMBRE BOX ================== */
.ombre-box {
    position: relative;
    padding: 40px;
    z-index: 9;
    margin-bottom: 60px;
}
.ombre-box:last-child {
    margin-bottom: 0px;
}
.ombre-box p:last-child {
    margin-bottom:0px;
}
.ombre-box ul {
    list-style:none;
    margin:0px 0px -25px 0px;
    padding:0px;
    line-height:1.5;
}
.ombre-box ol {
    margin:0px 0px -20px 0px;
    padding:0px 0px 0px 15px;
    line-height:1.5;
}
.ombre-box ul li,.ombre-box ol li {
    padding-bottom:20px;
}
.ombre-box p {
    margin-bottom:20px;
}
/* ================= CAROUSEL ================== */
.ombre-carousel {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
}
.ombre-carousel a {
    display:block;
}
.ombre-carousel h5 {
    margin: 0px 0px 20px 0px;
    padding: 40px 30px 0px 30px;
}
.ombre-carousel h5 a {
    position: relative;
}
.ombre-carousel h5 a:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0%;
    right: 100%;
    bottom: -5px;
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.ombre-carousel h5 a:hover:before,
.ombre-carousel h5 a:focus:before,
.ombre-carousel h5 a:active:before {
    left: 0;
    right: 0;
}
.ombre-carousel img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.ombre-carousel > figcaption {
    position: relative;
    width: 100%;
    height: 100%;
}
.ombre-carousel > figcaption > p {
    position: relative;
    display: inline-block;
    padding: 0px 30px 40px 30px;
    margin: 0px;
}
.ombre-carousel p {
    margin-bottom: 40px;
}
#model-gallery {
    position: relative;
    display: inline-block;
    margin-bottom: 60px;
    vertical-align: bottom;
}
#model-gallery2 {
    position: relative;
    display: inline-block;
    margin: 0px;
    vertical-align: bottom;
}
#model-gallery .owl-carousel .owl-dots,#model-gallery2 .owl-carousel .owl-dots,.grid-carousel.owl-carousel .owl-dots {
    margin-top: -50px;
    padding-right: 30px;
}
.grid-carousel.owl-carousel .owl-dots {
  margin-bottom:20px;
}
.team-social {
    margin-bottom:-5px;
}
.team-social li {
    margin-bottom:5px;
}
/* ================= PARTNERS ================== */
.o-partners .owl-controls {
    display: none !important;
}
.o-partners .owl-carousel {
    padding: 0px !important;
    cursor: move;
}
.o-partners img {
    opacity:0.3;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
}
.o-partners img:hover {
    opacity:1;
}
/* ================= ICON BOXES ================== */
.iconcontainer {
    position: relative;
    text-align: center;
    margin: 0px auto 30px auto;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 90px;
    height: 90px;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.iconcontainer:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.iconcontainer:hover:before,
.iconcontainer:focus:before,
.iconcontainer:active:before {
    -webkit-animation-name: ripple-out;
    animation-name: ripple-out;
}
.icontext {
    text-align: center;
    margin-bottom: 0px;
}
.icontext h1,.icontext h2,.icontext h3,.icontext h4,.icontext h5,.icontext h6 {
    margin-bottom: 20px;
}
.iconcontainer a {
    display: block;
    text-indent: -500em;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    position: relative;
    outline: none !important;
    text-decoration: none !important;
}
.iconcontainer a:before {
    font-family: 'FontAwesome';
    speak: none;
    text-indent: 0em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 38px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.iconleft,.iconright {
    position:relative;
}
.iconleft .iconcontainer {
    position: absolute;
    left:0px;
    top:0px;
    margin: 0px;
}
.iconright .iconcontainer {
    position: absolute;
    right:0px;
    top:0px;
    margin: 0px;
}
.iconleft .icontext {
    padding-left: 110px;
    text-align: left;
}
.iconright .icontext {
    padding-right: 110px;
    text-align: right;
}
.iconleft .icontext h5.border, .iconright .icontext h5.border {
    margin-bottom: 40px;
}
.iconleft .icontext .button,.iconright .icontext .button {
    margin-top: 5px;
}
.iconleft .iconcontainer,.iconright .iconcontainer {
    width: 80px;
    height: 80px;
}
.iconleft .iconcontainer a,.iconright .iconcontainer a {
    width: 80px;
    height: 80px;
    line-height: 80px;
}
.iconleft  .iconcontainer a:before,.iconright  .iconcontainer a:before {
    font-size: 30px;
}
/* ================= ROUNDED LIST ================== */
.rounded-list {
    list-style: none;
    margin: 40px 0px 40px 15px;
    padding: 0px;
    counter-reset: li;
}
.rounded-list ol {
    margin: 0 0 0 40px;
}
.rounded-list li {
    margin-bottom: 30px;
}
.rounded-list > li:last-child {
    margin-bottom: 0px;
}
.rounded-list > li > ol {
    margin-top: 40px;
}
.rounded-list span {
    position: relative;
    display: inline-block;
    padding: 15px 30px 15px 65px;
    margin: 0px;
}
.rounded-list span:before {
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -20px;
    top: 50%;
    margin-top: -33px;
    height: 56px;
    width: 56px;
    line-height: 53px;
    text-align: center;
    font-weight:700;
    border-radius: 100%;
    font-size: 28px;
}
.rounded-list li ol li span{
    font-weight: normal;
}
/* ================= TESTIMONIALS ================== */
.testimonials {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: none;
}
.testimonials .owl-controls {
    display:none !important;
}
.testimonial-nav {
    position:absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
}
.testimonial-nav-left,.testimonial-nav-right {
    float: left;
    width: 50%;
    line-height: 1;
    margin-top: 63px;
    font-size: 26px;
}
.testimonial-nav-left .fa,.testimonial-nav-right .fa {
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    opacity: 0.5;
}
.testimonial-nav-left .fa:hover,.testimonial-nav-right .fa:hover {
    opacity: 1;
}
.testimonial-nav-right {
    padding-right: 6px;
    text-align: right;
}
.testimonial-nav-left {
    text-align: left;
    padding-left: 8px;
}
.testimonial {
    position: relative;
}
.testimonial .testimonial-right {
    position: relative;
    padding-left: 185px;
}
.testimonial .testimonial-right.withoutimg {
    padding-left: 0px;
}
.testimonial .testimonial-text {
    width: 100%;
    padding: 50px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.testimonial-text:before {
    top: 65px;
    left: -20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 10px;
    margin-left: 0px;
    z-index: 9;
}
.testimonial .testimonial-text p {
    margin-bottom: 40px;
    text-align: left;
}
.testimonial .testimonial-text p.testimonial-cite {
    text-align: right;
    display: block;
    margin-top: 30px;
    margin-bottom: 0px;
    font-style: normal;
    line-height: 1;
}
.testimonial-left {
    position: absolute;
    top:0px;
    left: 0px;
    width: 150px;
    margin: 0px 0px 40px 0px;
    display:inline-block;
    z-index: 9;
}
.testimonial-left img {
    width: 100%;
    max-width: 150px;
    height: auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 0px;
    vertical-align: bottom;
}
.sidebar-box .testimonial .testimonial-left {
    display:none !important;
}
.sidebar-box .testimonial .testimonial-right {
    padding-left:0px !important;
}
.sidebar-box .testimonial .testimonial-right .testimonial-text {
    padding:35px;
}
.sidebar-box .testimonial .testimonial-right .testimonial-text p {
    margin-bottom: 0px;
}
.sidebar-box .testimonial .testimonial-right .testimonial-text p.testimonial-cite {
    margin-top: 20px;
}
.sidebar-box .testimonial .testimonial-right .testimonial-text {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
/* ================= FLEX IMAGE WITH CAPTION ================== */
.marginbottom {
    margin-bottom: 30px !important;
}
.caption-image {
    position:relative;
    margin:40px 0px 40px 0px;
}
.img-widget{
    margin:0px;
}
.caption-image img {
    width:100%;
    height:auto;
    vertical-align: bottom;
}
.caption-image figcaption {
    display: inline-block;
    width:100%;
    text-align:center;
    line-height: 1;
    padding: 0px;
}
.caption-image figcaption p.caption-title {
    line-height: 1;
    padding: 20px;
    display: block;
}
.caption-image figcaption blockquote {
    padding-top: 10px;
    padding-bottom: 0px;
    text-align: left;
}
.caption-image figcaption div {
    padding:40px;
}
/* ================= OMBRE TABLE ================== */
.ombre-table {
    width:100%;
    list-style: none;
    padding: 0px !important;
    margin: 0px 0px 10px 0px !important;
    vertical-align: bottom;
    display: inline-block;
}
.ombre-table li {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0px !important;
    margin-bottom: 10px;
    word-spacing: 0.1em;
    line-height:1.6;
}
.ombre-table li:first-child {
    margin-top: -5px;
    padding-top: 0px;
}
.ombre-table-left {
    float: left;
    display: inline-block;
    padding-bottom: 12px;
}
.ombre-table-right {
    float: right;
    display: inline-block;
    padding-bottom: 12px;
}
/* ================= EXPERIENCE ================== */
.experience-box {
    position: relative;
    display: inline-block;
    width:100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 40px;
}
.experience-box:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: none !important;
}
.experience-title h5 {
    margin-bottom: 10px;
}
.experience-title p {
    margin-bottom: 30px;
    line-height: 1;
}
.experience-video {
    margin-bottom: 60px !important;
}
/* ================= TOOLTIPS ================== */
.tooltipster-dark .tooltipster-content,.tooltipster-light .tooltipster-content,.tooltipster-pink .tooltipster-content {
	line-height: 1;
	padding: 12px 15px;
	overflow: hidden;
}
.tooltipster-gototop .tooltipster-content {
	line-height: 50px;
    height: 50px;
	padding: 0px 25px;
	overflow: hidden;
}
/* ================= GOOGLE MAP PIN ================== */
.pin {
    width: 60px;
    height: 90px;
    margin: -60px 0 0 -30px;
}
.pin:after {
    font-family: 'FontAwesome';
    content: "\f041";
    speak: none;
    text-align: center;
    text-indent: 0em;
    font-size: 60px;
    line-height: 60px;
    margin: 0px 0px 0px 13px;
    position: absolute;
    top:0px;
    left:0px;
}
.pulse {
  background: rgba(0,0,0,0.3);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 15px 0px 0px -5px;
  -webkit-transform: rotateX(55deg);
  -moz-transform: rotateX(55deg);
  -o-transform: rotateX(55deg);
  -ms-transform: rotateX(55deg);
  transform: rotateX(55deg);
  z-index: 9;
}
.pulse:after {
  content: "";
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: -15px 0 0 -15px;
  -webkit-animation: pulsate 1s ease-out;
  -moz-animation: pulsate 1s ease-out;
  -o-animation: pulsate 1s ease-out;
  -ms-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: 0 0 1px 2px rgba(0,0,0,0.3);
}
/* ================= FLICKR FEED ================== */
.flickr-box {
    margin: 0px 0px -5px 0px;
    padding: 0px;
    overflow: hidden;
    width: calc(100% + 5px);
    position: relative;
}
.flickr-box li {
    list-style:none;
    float:left;
    padding:0px 5px 5px 0px;
    width: 25%;
    background-image:none !important;
    display: inline-block;
}
.flickr-box li:last-child {
    margin-right:0px;
}
.flickr-box li {
    border:none !important;
}
.flickr-box li img {
    display:block;
    -webkit-transition:border 0.2s ease-in-out;
    -moz-transition:border 0.2s ease-in-out;
    -o-transition:border 0.2s ease-in-out;
    transition:border 0.2s ease-in-out;
    width: 100%;
    height: auto;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
}
/* ================= TABS ================== */
ul.resp-tabs-list {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
}
.resp-tabs-list li {
    display: inline-block;
    padding: 20px;
    margin: 0px;
    list-style: none;
    cursor: pointer;
    float: left;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-top:3px solid transparent;
}
.resp-tabs-container {
    padding: 0px;
    clear: left;
    overflow: hidden;
}
.resp-tab-content img{
    max-width: 100%;
    height: auto;
}
.resp-content-active, .resp-accordion-active {
    display: block;
}
.resp-tab-content {
    display: none;
    border: none;
    padding: 40px;
}
/*-----------Vertical tabs-----------*/
 .resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
    border-bottom: none;
}
.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 20px !important;
    margin: 0;
    cursor: pointer;
    float: none;
    border-top: none !important;
}
.resp-vtabs .resp-tabs-container {
    padding: 0px;
    float: left;
    width: 70%;
    clear: none;
}
.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    padding: 20px !important;
    border-top: none !important;
}
h2.resp-tab-active {
    margin-bottom: 0px !important;
    padding: 20px !important;
}
h2.resp-tab-active span.resp-arrow {
    border: none;
}
.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
}
/*-----------Accordion styles-----------*/
h2.resp-accordion {
    cursor: pointer;
    display: none;
    margin: 0px;
    padding: 20px;
}
.resp-easy-accordion h2.resp-accordion {
    display: block;
}
.resp-jfit {
    width: 100%;
    margin: 0px;
}
.resp-tab-content-active {
    display: block;
}
/* ================= ACCORDION  ================== */
.accordion-container {
	padding: 0px;
	margin: 0px;
	width: 100%;
	position: relative;
}
.accordion-header {
    position: relative;
	overflow: hidden;
	margin: 0px;
	padding: 20px 25px 20px 0px;
	cursor: pointer;
    -webkit-transition:color 0.2s ease-in-out;
    -moz-transition:color 0.2s ease-in-out;
    -o-transition:color 0.2s ease-in-out;
    -ms-transition:color 0.2s ease-in-out;
    transition:color 0.2s ease-in-out;
}
.accordion-header:after {
    font-family: 'FontAwesome';
    speak: none;
    text-indent: 0em;
    text-align: center;
    content: "\f078";
	position: absolute;
    top:19px;
    right: 0px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 22px;
    z-index: 1;
    display: inline-block;
    margin: 0px;
}
.accordion-header.active-header:after {
    content:"\f077";
}
.accordion-content {
	display: none;
	padding: 30px 0px 30px 0px;
	width: 100%;
}
/* ================= PAGE BUILDER ================== */
.sow-image-container img{
    margin-bottom:-30px !important;
}
.sow-carousel-item h3 {
    padding:20px 15px;
}
.sow-carousel-thumbnail {
    margin-bottom:-10px;
}
.sow-slider-image-wrapper {
    padding:40px !important;
}
.ombregridhero {
    position:relative;
}
.ombregridhero:before {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;  
}
.ombregridhero > div {
    position:relative;
    z-index: 1;
}
.ombregridhero h1,.ombregridhero h2,.ombregridhero h3,.ombregridhero h4,.ombregridhero h5,.ombregridhero h6 {
    margin: 0px 0px 5px 0px;
    text-align:center;
    line-height: 1.5;
}
.ombregridhero p {
    margin: 0px;
    text-align:center;
    font-style: italic;
}
.ombregridherobutton {
    display:block;
    text-align:center;
}
.ombregridhero a.button {
    font-style: normal;
    text-align:center;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 10px;
}
.so-panel .widget-title {
    position: relative;
    margin-bottom: 55px;
}
.so-panel .widget-title:after {
    width: 60px;
    height: 3px;
    position: absolute;
    text-align: center;
    bottom: -15px;
    left: 0;
    margin: 0px;
    z-index: 1;
    content: '';
}
.sow-carousel-next,.sow-carousel-previous {
    padding:10px 0px 0px 0px;
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    border-radius: 100% !important;
    width:40px !important;
    height:40px !important;
}
.sow-carousel-next:before,.sow-carousel-previous:before {
    font-size:16px;
}
.sow-carousel-next {
    margin-left:5px !important;
}
/* ================= SEMI TRANSPARENT COLORS ================== */
.flickr-box li img {
    border: 3px solid rgba(255, 255, 255, 0.05);
}
.lg-progress-bar {
    background-color: rgba(255, 255, 255, 0.1);
}
.accordion-container {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.accordion-header,.accordion-content,.ombre-table li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
/* ================= MEDIA ================== */
@media only screen and (max-width: 900px) {
    .testimonial-nav {
        margin: 0px auto;
    }
    .testimonial .testimonial-right {
        padding-left: 0px;
        padding-top: 170px;
    }
    .testimonial .testimonial-text:before {
	   top: -20px;
	   left: 75px;
	   border-width: 10px;
	   margin-left: -10px;
        border-right-color: transparent !important;
    }
    .flickr-box li {
        width: 16.666%;
    }
}
@media only screen and (max-width:700px) {
    ul.resp-tabs-list {
        display: none;
    }
    h2.resp-accordion {
        display: block;
        padding-left: 30px !important;
    }
    .resp-tab-content {
        padding: 30px;
    }
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-tab-active {
        border: none !important;
    }
    .resp-accordion-closed {
        display: none !important;
    }
    .resp-tabs-container > div {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}
@media only screen and (max-width:640px) {
    .ombre-table-right,
    .ombre-table-left {
        width: 100%;
        float: left;
    }
    .ombre-table-left {
        padding-bottom: 0px;
    }
    .ns_nerveSlider .ns_slideContent div.top-right,.ns_nerveSlider .ns_slideContent div.top-left,.ns_nerveSlider .ns_slideContent div.bottom-right,.ns_nerveSlider .ns_slideContent div.bottom-left {
        bottom: 0px;
        right: 0px;
        left: inherit;
        top: inherit;
        text-align: right;
    }
    .ns_nerveSlider .ns_slideContent div p {
        display: none !important;
    }
}
@media only screen and (max-width: 575px) {
    .pf-gallery-carousel,blockquote.big, .pf-video {
        margin-bottom:30px;
    }
    .ns_nerveSlider .ns_slideContent div h1 {
        display: block;
        width: 100%;
        text-align: left;
        padding: 20px;
        opacity: 0.9;
    }
    .ns_nerveSlider .ns_prevButton {
        left: 20px;
    }
    .ns_nerveSlider .ns_nextButton {
        right: 20px;
    }
    .testimonial .testimonial-text {
        padding: 30px;
    }
    .icon-left .icon-text {
        padding-left: 80px;
    }
    .icon-right .icon-text {
        padding-right: 80px;
    }
    .icon-left .icon-container,.icon-right .icon-container {
        width: 50px;
        height: 50px;
    }
    .icon-left .icon-container a,.icon-right .icon-container a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .icon-left  .icon-container a:before,.icon-right  .icon-container a:before {
        font-size: 24px;
    }
    #model-gallery {
        margin-bottom: 40px;
    }
    .experience-box {
        margin-top: 0px;
        margin-bottom: 0px;
        border:none;
    }
    .experience-video {
        margin-bottom: 40px !important;
    }
    .flickr-box li {
        width: 20%;
    }
    .model-social li a {
        height: 35px;
        width: 35px;
        line-height: 35px;
    }
    .model-social li a:before {
        font-size: 16px;
    }
}

Youez - 2016 - github.com/yon3zu
LinuXploit