/*
   Theme Name: Zerif-Lite Child
   Description: This is a custom child theme I have created.
   Author: VTM-Datamove
   Template: zerif-lite
   Version: 0.1 
   */
  
@import url("../zerif-lite/style.css");


a:visited{
	color:#52b2d8 !important;
}

#mkohteetlist li a:before,.back2list:before {
    content: "\00BB \00a0 ";
}

article.hentry {
    border-bottom: 0 !important;
}


a{
    color: #52b2d8;
    text-decoration: none;
    cursor: pointer;
}


.about-us {
    /*background: rgba(70, 101, 118, 1);*/
    color: #fff !important;
    background: #3f6685 url("ocean_bg.jpg") 50% 0 fixed !important;
    background-size: cover !important;
}


.about-us p {
    text-align: left;
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
}

.skills .skill p {
    line-height: 20px;
    font-size: 14px;
    color: #ffffff;
}

.pirate_forms .pirate-forms-submit-button:hover {
	color: #FFF;
	background: #6e8ea0;
}
/*media all*/
button, input[type='button'], input[type='reset'], input[type='submit'] {
    background-color:  rgba(70, 101, 118, 1);
    color: #fff;
}


::selection {
    background: rgba(70, 101, 118, 1);
    color: #fff;
}



#footer {
    background: rgba(70, 101, 118, 1);
    line-height: 20px;
}

/* MENU ITEMS*/
/*media all*/
ul.nav > li.current > a::before, .page ul.nav > li.current-menu-item > a::before, .single-post ul.nav > li.current-menu-item > a::before, .archive ul.nav > li.current-menu-item > a::before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    bottom: 0px;
    left: 12.5%;
    display: block;
	background: rgba(70, 101, 118, 1);
}

.cont11{
    font-size: 13px;
    margin-bottom: 20px;
}

.cont11 img{
    margin-top: 20px;
}


.sidebar-wrap {
    text-align: left;
}

.entry-content p {
    text-align: left;
}


a:hover{
		color:grey !important;
}

*::-moz-selection {
    background: #cdc none repeat scroll 0 0;
    color: grey;
}
/*media all*/
.company-details div, .company-details div a, .copyright {
    font-size: 12px;
    color: #fff;
}


.company-details, .copyright{
    background: none !important;
    color: #ffffff;
    padding-bottom: 30px !important;
    padding-top: 30px !important;
}

.sellitems_container {
    margin-bottom: 30px;
}

.sellitems ul{
	 list-style-type: none;
	 margin: 0 0 0 10px;
	 padding: 10px;
	 width: 100%;
	 }

.sellitems ul li a{
	font-size:14px;
}

.sellitems {
}

.entry-title::before, .entry-title::after  {
    background: none !important;
	
}


/* header text*/
/*media all*/
.titletextlink {
    position: relative;
    display: block;
    height: 100%;
    display: table;
    margin: 20px 0 0 0;
}


.titletext{
    display: table-cell;
    vertical-align: middle;
}



.map {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  padding-bottom: 95px;
}

.scrolloff {
pointer-events: none;
}

    #canvas1 {
        position: relative;
        /*padding-bottom: 75%; */
        padding-bottom: 0 !important;
        height: 400px;
        overflow: hidden;
    }
    #canvas1 iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 400px !important;
	}