/*
Theme Name: Small Moves
Theme URI: http://retechoffshore.com/
Author: the Retech Offshore team
Author URI: http://retechoffshore.com/
Description: Custom theme for Small Moves
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: small-moves, cms, website development, softwares
Text Domain: small-moves
*/
/* Table of Content
==================================================
    #Font-Face
    #Basic Styles
    #Typography
    #Links
    #Lists
    #Images/Medias
    #Buttons
    #Forms
    #Others
    -----------------------------------------------
    #Site Layout
    #Media Queries
    
    */

/* #Font-Face
================================================== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
/* -- Signature Font -- */
@import url(https://fonts.googleapis.com/css?family=Damion);


/* #Basic Styles
================================================== */
    body {
            background: #fff;
            font-family: 'Open Sans', sans-serif;
            font-size: 15px;
            line-height: 1.5;
            -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
            -webkit-text-size-adjust: 100%;
            color: #000;
            font-weight: normal;
     }

/* #Typography
================================================== */
    h1, h2, h3, h4, h5, h6 {
        }
    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
    h1 { font-size: 32px; }
    h2 { font-size: 28px; }
    h3 { font-size: 24px; }
    h4 { font-size: 22px; }
    h5 { font-size: 18px; }
    h6 { font-size: 16px; }

    p { margin: 0 0 20px 0; }
    p img { margin: 0; }

    em { font-style: italic; }
    i{font-style: normal;}
    strong { font-weight: bold;}
    small { font-size: 80%; }

/* #Links
================================================== */
    a, a:visited { color: #000; text-decoration: none;  outline: 0; }
    a:focus{outline: 0;}
    a:hover, a:focus { 
        color: #000; 
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }
    p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
    ul, ol { margin: 0; padding: 0 }
    ul { list-style: none outside; }
    ol { list-style: decimal; }
    ul ul, ul ol,
    ol ol, ol ul { margin: 5px 0 5px 30px; font-size: 90%;  }
    ul ul li, ul ol li,
    ol ol li, ol ul li { margin-bottom: 6px; }
    li { line-height: 18px; margin-bottom: 0; }
    li p { line-height: 21px; }

/* #Images
================================================== */
    img {
        max-width: 100%;
        height: auto;
        width:auto;
         }
    
/* #Buttons
================================================== */
   

/* #Forms
================================================== */


/* #Others
================================================== */
      .top-head:before, .top-head:after, .main-menu ul:before, .main-menu ul:after {
        clear: both;
        display: block;
        content: "";
    }
    


/* #Site Layout
================================================== */

#masthead {
    background: -webkit-linear-gradient(top, rgb(255, 255, 0), rgb(255, 180, 0)) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(top, rgb(255, 255, 0), rgb(255, 180, 0)) repeat scroll 0 0 transparent;
    background: -ms-linear-gradient(top, rgb(255, 255, 0), rgb(255, 180, 0)) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(top, rgb(255, 255, 0), rgb(255, 180, 0)) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom, rgb(255, 255, 0), rgb(255, 180, 0)) repeat scroll 0 0 transparent;
    border-top: 10px solid #000;
}
.site-title {
    float: left;
}
.top-link {
    float: right;
    margin-top: 40px;
}
.top-link > a {
    font-size: 22px;
    text-transform: uppercase;
}
.top-link span {
    color: rgb(242, 0, 0);
    display: block;
    font-size: 12px;
}
/* -- Main menu styling -- */
.main-menu {
    background: -webkit-linear-gradient(top, rgb(48, 47, 47), rgb(0, 0, 0)) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(top, rgb(48, 47, 47), rgb(0, 0, 0)) repeat scroll 0 0 transparent;
    background: -ms-linear-gradient(top, rgb(48, 47, 47), rgb(0, 0, 0)) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(top, rgb(48, 47, 47), rgb(0, 0, 0)) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom, rgb(48, 47, 47), rgb(0, 0, 0)) repeat scroll 0 0 transparent;
    margin-bottom: 20px;
}
.main-menu li {
    border-left: 1px solid rgb(84, 84, 84);
    border-right: 1px solid rgb(1, 1, 1);
    float: left;
    position: relative;
}
.main-menu li:first-child {
    border-left: none;
}
.main-menu li:last-child {
    border-right: 1px solid rgb(84, 84, 84);
}
.main-menu li a {
    color: rgb(255, 255, 255);
    display: block;
    padding: 15px;
}
.main-menu li:last-child a {
    border-right: 1px solid rgb(1, 1, 1);
}
.main-menu li a:hover, .main-menu li.current-menu-item > a {
    background: #000;
    color: #FFFB00;
}

/* -- Sub menu styling -- */
.main-menu ul ul {
    background: #000;
    margin: 0;
    position: absolute;
    transform: translateY(28px);
    visibility: hidden;
    width: 150px;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    z-index: 9999;
}
.main-menu li li {
    border-top: 1px solid rgb(84, 84, 84);
    border-bottom: 1px solid rgb(0, 0, 0);
    float: none;
    margin: 0;
}
.main-menu li li:first-child {
    border-top: none;
}
.main-menu li li:last-child {
    border-bottom: none;
}
.main-menu li li a {
    font-size: 15px;
    text-align: left;
    padding: 10px;
}
.main-menu li:hover ul {
    transform: translateY(0px);
    visibility: visible;
    transition: all 0.3s ease-in-out 0s;
    opacity: 1;
}
.main-menu li:last-child ul {
     left: auto;
     right: 0;
}
.mean-container .mean-bar {
    position: absolute;
}


/* -- Banner section styling -- */
.featured-banner-outer {
    position: relative;
}
.banner-no {
    display: block;
    font-family: "Damion",cursive;
    font-size: 28px;
    height: 172px;
    left: 60px;
    line-height: 1.2;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 46px;
    transform: rotate(-12deg);
    width: 172px;
}

/* -- Hero Section styling -- */
#hero-section {
    border-bottom: 1px solid rgb(229, 228, 228);
    padding: 30px 0;
}
.hero-single {
    float: left;
    margin: 0 30px;
}
.hero-single a {
    display: block;
}
.hero-single li {
    background: url("images/red-tick.png") no-repeat scroll left 4px transparent;
    color: rgb(0, 0, 0);
    font-size: 24px;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 5px;
    padding-left: 43px;
}
.call-now {
    background: none repeat scroll 0 0 rgb(0, 0, 0);
    color: rgb(255, 181, 0);
    display: block;
    min-width: 220px;
    padding: 10px 0 0;
    text-align: center;
}
.call-now:hover {
    color: #fff;
}
.call-now > span:first-child {
    display: block;
    font-size: 32px;
}
.call-now > span:first-child + span {
    display: block;
    font-size: 16px;
}
.call-now > span:first-child + span + span {
    background: -webkit-linear-gradient(top, rgb(255, 255, 0), rgb(255, 180, 0)) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(top, rgb(255, 255, 0), rgb(255, 180, 0)) repeat scroll 0 0 transparent;
    background: -ms-linear-gradient(top, rgb(255, 255, 0), rgb(255, 180, 0)) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(top, rgb(255, 255, 0), rgb(255, 180, 0)) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom, rgb(255, 255, 0), rgb(255, 180, 0)) repeat scroll 0 0 transparent;
    color: rgb(0, 0, 0);
    display: block;
    margin-top: 10px;
    padding: 10px 0;
    text-transform: uppercase;
}

/* -- Main page styling -- */
#main {
    padding-bottom: 30px;
}
.article-title {
    background: -webkit-linear-gradient(top, rgb(255, 255, 0), rgb(255, 180, 0)) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(top, rgb(255, 255, 0), rgb(255, 180, 0)) repeat scroll 0 0 transparent;
    background: -ms-linear-gradient(top, rgb(255, 255, 0), rgb(255, 180, 0)) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(top, rgb(255, 255, 0), rgb(255, 180, 0)) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom, rgb(255, 255, 0), rgb(255, 180, 0)) repeat scroll 0 0 transparent;
    color: rgb(0, 0, 0);
    font-size: 22px;
    font-weight: 600;
    padding: 7px 10px;
    text-transform: uppercase;
    text-align: left;
}
.g-map {
    margin-bottom: 20px;
}
.payment-sec > img, .payment-sec ul {
    margin-bottom: 20px;
}
.payment-sec ul {
    padding-left: 20px;
}
.payment-sec li {
    list-style: disc;
}
.form-sec {
    background: none repeat scroll 0 0 rgb(232, 232, 232);
    padding-bottom: 20px;
    text-align: center;
}

/* -- Footer Styling -- */
#colophon {
    background: none repeat scroll 0 0 rgb(0, 0, 0);
}
.copyright {
    float: left;
}
.copyright p {
    color: rgb(255, 255, 255);
    font-size: 14px;
    margin: 0;
    padding: 15px 0;
}
.copyright p a {
    color: rgb(255, 255, 255);
    border-left: 1px solid rgb(255, 255, 255);
    padding-left: 5px;
}
.copyright p a:hover {
    color: #333;
}
.footer-socials {
    float: right;
    margin-top: 15px;
}
.footer-socials li {
    float: left;
}
.footer-socials li a {
    color: rgb(255, 210, 0);
    margin: 0 5px;
    font-size: 18px;
}
.footer-socials li:last-child a {
    font-size: 16px;
}
.footer-socials li a:hover {
    color: rgb(255, 255, 255);
}

/* -- Inner Page Styling -- */
.inner-banner {
    margin-bottom: 20px;
}
.content-left ul li {
	list-style: disc;
	line-height: 22px;	
}
.content-left ol li {		
	line-height: 22px;
}
.content-left ul, .content-left ol {
	margin-bottom: 5px;
	margin-left: 20px; 
}

/* -- Blog Page Styling -- */
.blog-list {
    border-bottom: 1px solid rgb(201, 199, 199);
    margin-bottom: 20px;
}
.blog-list h2 {
    font-size: 21px;
    font-weight: 700;
    margin: 5px 0;
}
.meta-date {
    display: block;
    margin-bottom: 10px;
}
.blog-list p a {
    color: rgb(255, 210, 0);
}
.sidebar-widget {
    margin-top: 20px;
}
.search-field {
    padding: 6px;
    width: 70%;
}
.search-submit {
    background: linear-gradient(to bottom, rgb(255, 255, 0), rgb(255, 180, 0)) repeat scroll 0 0 transparent;
    border: 1px solid rgb(255, 180, 0);
    float: right;
    font-weight: 600;
    padding: 7px;
    text-transform: uppercase;
    width: 27%;
}
.sidebar-widget > ul {
    background: rgb(232, 232, 232);
}
.sidebar-widget > ul > li:first-child a {
    border-top: none;
}
.sidebar-widget > ul > li a {
    border-bottom: 1px solid rgb(244, 244, 244);
    border-top: 1px solid rgb(216, 214, 214);
    display: block;
    padding: 12px 15px;
}
.sidebar-widget > ul > li a:hover {
    color: rgb(183, 133, 0);
}
.sidebar-widget > ul > li:last-child a {
    border-bottom: none;
}

/* -- Contact Page Styling -- */
.request-sec > span, .join-team > span {
    display: block;
}
.submit-request, .join-team > span:first-of-type a {
    color: rgb(255, 180, 0);
}
.submit-request:hover, .join-team > span:first-of-type a:hover, .blog-list p a:hover {
    color: #000;
}
.join-team h2 {
    border-bottom: 1px solid rgb(204, 204, 204);
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.c-map {
    margin-top: 20px;
}

.error404 .error-page {
    margin-bottom: 20px;
    text-align: center;
}
.error-search {
    margin: 0 auto;
    max-width: 250px;
}
.error-search form input{
    background-color: #fff;
    margin: 5px 0;
    padding: 3px;
    border: 1px solid #ccc;
}

.error-search input.search-field {
border: 1px solid #A7A7A7;
color: #141415;
font-family: tahoma;
height: 27px;
padding: 5px 10px;
width: 87%;
margin-right: 0px;
padding: 0 10px;
max-width: 200px;
width: 100%;
}



.error-search input.search-submit {
background-image: url("images/search-icon.png");
background-repeat: no-repeat;
border: medium none;
display: block;
float: right;
height: 26px;
text-indent: 999999em;
width: 26px;
}
.go-back a:hover {
    color: #FAD21A;
}



/* #Media Queries
================================================== */
@media only screen and (max-width: 1199px) {
    .main-menu li a {
        font-size: 14px;
        padding: 8px;
    }
    .hero-single {
        margin: 0 15px;
    }
    .banner-no {
    height: auto;
    position: static;
    transform: rotate(0deg);
    width: auto;
}
.banner-no br {
    display: none;
}
}
/* Smaller than standard 1024 (devices and browsers) */
@media only screen and (max-width:1023px){
    .hero-single {
        margin: 0;
        padding: 0 30px;
        width: 50%;
    }
    .hero-single:nth-child(3n+3) {
        clear: both;
        text-align: center;
    }
    #masthead {
        clear: both;
        padding-top: 42px;
    }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:767px){
    .hero-single, .copyright, .footer-socials {
        float: none;
        display: block;
        width: auto;
        text-align: center;
        margin-bottom: 20px;
        padding: 0;
    }
    .footer-socials li {
        display: inline-block;
        float: none;
    }
    .hero-single > ul {
        display: inline-block;
    }
    .map-sec, .payment-sec, .form-sec {
        margin-bottom: 20px;
    }
} 
@media only screen and (max-width:639px){
    .site-title, .top-link {
        float: none;
        display: block;
        width: auto;
        text-align: center;
        margin: 10px 0 0;
    }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width:767px) and (min-width:480px){}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width:479px){}

/* 
* override label color for woocommerce dropdown menus
*/
.label {
    color: #000; 
}