/*
Theme Name: Antmost
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: Grace C. Ekanem
Author URI: https://wordpress.org/
Description: Customized Theme for Antmost
Template: twentythirteen
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


body {
    background-color: #fff;
    
}



/*Navigation*/
.site {
    max-width: 100%;
    background-color: #fff;
}

/*removes menu bar for hamburger menu*/
ul.nav-menu, div.nav-menu > ul {
    display: none;
}

.navbar {
    background-color: #000;
    max-width: 100%;
    /*opacity: 0.8;
    filter: alpha(opacity=80);*/    
}

.navbar {
    border-radius: 0px;
}

.nav-menu li a {
    color: #000;
}

.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
    color: #000;
    font-style: normal;
}

.search-field {
    display: none;
}

/*Removes margin from header section*/
.entry-header {
    display:none;
    margin-bottom: 0px;   
}

.entry-title {
    /*display: none;*/
}

.hentry {
    padding: 0 0 0 0;
}

.main-navigation {
	min-height: 0px;
	
}

.site-info  {
    background-color: transparent;
}

/*Content Area*/

.entry-header, .entry-content, .entry-summary, .entry-meta  {
    max-width:100%;
}

/*images no margins*/
/*img.alignnone {
    margin-bottom:20px;
}*/

 /* .site-info  {
    background-color: transparent;
    
}

.sidebar-container {
    background-color: red;
}

.site-footer {
    background-color: #E0E0E2;
}*/


/*.site-footer .sidebar-container {
    background-color: #red;
}*/

/*Title with name*/
#ge-antmost {
    text-align: center;
    font-size: 40px;
    font-weight: 700px;
    color: #fff;
}

#ge-antmost img {
    margin: auto;
    padding-top: 25px;
}

/*Bootstrap*/
.col-sm-6, .col-xs-12 {
    padding-right:0px;
    padding-left:0px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}


/*Metaslider*/
.ge-slider {
    margin-bottom: 20px;
}

/*YouTube*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
    margin-top: 25px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*Masonry grid*/
.grid-item { width: 200px; }
.grid-item--width2 { width: 400px; }

/*Style original*/
.ant-studio img{
    padding-top:25px;
}

.ant-studio p {
    margin: 0px 0px 0px;
}

footer.entry-meta {
        margin-top: 0px;
}

.site-footer {
    background-color: #000;
    color: #fff;
    
}

.site-footer a {
    color: #fff;
}

/**WooCommerce**/
    .woocommerce .products ul, .woocommerce ul.products {
        padding-left:50px;
        
    }

/*remove from mobile*/
#content .entry-content {
    padding-left: 0px;
    padding-right: 0px;
}

/*.site-footer {
      background-image: url('http://antmost.graceekanem.com/wp-content/uploads/2016/08/diamonds.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}*/

.ant-twitter {
    display:block;
    text-align:center;
}

/*social navigation*/
.ecs-social-networks {
    text-align: center;
}

.ecs-social-networks ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: inline-block;
}

.ecs-social-networks li {
    float: left;
    margin-left: 10px;
}

.ecs-social-networks li:first-child {
    margin-left: 0px;
}

.ant-content img{
        width: 200px;
        height: 600px;
        background-color: blue;

        position:absolute; /*it can be fixed too*/
        left:0; right:0;
        top:0; bottom:0;
        margin:auto;

        /*this to solve "the content will not be cut when the window is smaller than the content": */
        max-width:100%;
        max-height:100%;
        overflow:auto;
    }

/*button {
    background: linear-gradient(to bottom, #000 0%, #000 100%);
}*/

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #000; /* Old browsers */
	background: -webkit-linear-gradient(top, #000 0%, #d000 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #000 0%, #000 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #000;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #000; /* Old browsers */
	background: -webkit-linear-gradient(top, #000 0%, #000 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #000 0%, #000 100%); /* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #000; /* Old browsers */
	background: -webkit-linear-gradient(top, #000 0%, #000 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #000 0%, #000 100%); /* W3C */
	border: none;
	border-top: 3px solid #000;
	padding: 10px 24px 11px;
}

/*social*/

.site-footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align:center;
    /*background-color: #333;*/
}

.site-footer li {
    display:inline;
}

.site-footer li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
     display:inline-block;
}

.site-footer li a:hover {
    /*background-color: #111;*/
}


/*#navbar li{
display: inline-block;
padding: 40px 30px 40px 0;
}
#navbar li:nth-child(3) {
padding-right: 80px;
}
#navbar li:nth-child(4) {
padding-left: 80px;
}
#navbar .logo {
background: url(https://www.antmost.com/wp-content/uploads/2016/10/antmost.png) 50% 0 no-repeat;
background-size: 32px 59px;
width: 32px;
height: 59px;
position: absolute;
top: 20px;
left: 460px;
}*/

/*mobile menu*/
#wprmenu_bar .bar_logo{
    margin:auto;
    display:block;
    
}

/*form*/
.antmost-form {
    padding-top: 35px;
    max-width: 760px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 35px;
}

/*two sidebyside images*/
.split-left img{
   padding-left:10px; 
}

.split-right img{
    padding-right:10px; 
    
}

@media (max-width: 768px) {
  .split-left img{
   padding-left:0px; 
}

.split-right img{
    padding-right:0px; 
    

}
}


