/*
Theme Name: MM
Version: 1.0
Description: Theme for MobilizeMail
Author: Sarah @ Navadaru
*/

/*Import font CSS*/
@import url("css/fonts.css");

body {
    font-family: 'OpenSansRegular', Arial, sans-serif !important;
    font-size: 16px;
    background: #252d2f !important;
}

.semibold{font-family: 'OpenSansSemibold', Arial, sans-serif !important;}

/*general styles*/
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 1em;
}

h1 {
    font-size: 120%;
}

h2 {
    font-size: 112.5%; /*18px/16px*/
}

h3 {
    font-size: 100%; /*16px*/
}

a {
    color: #83C7CD;
    text-decoration: none;
   outline: 0 !important;
}

    a:hover {
        color: #ADE3E5;
        text-decoration: underline;
    }

p {
    margin-bottom: 1em;
}

.blue {
    color:#83C7CD;
}

.page .col-md-6 h3 {
    text-transform:uppercase;
}

.col-wrap-cust {
	width:100%;
	height:auto;
	overflow:hidden;
}

/* Images */

img.homept {
    height: 457px;
}

/*aboutus*/

h3.about-us-head {
    font-size: 100%;
	font-weight:bold;
	color:#314A5D;
	text-transform:uppercase;
}
.about-us-top {
	text-align:center;
}
.about-us-top .icon-about {
	width:100%;
	height:100px;
}
.about-us-top .icon-team {
	width:100%;
	height:100px;
}
.about-us-top .icon-growth {
	width:100%;
	height:100px;
}
.about-share-img {
	width:100%;
	height:447px;
}
.about-client-img {
	width:100%;
	height:350px;
}

/*top nav*/
.navbar {
    background: #fff;
    margin-bottom: 0;
    border-radius: 0;
	height:80px;
	padding-top:16px;
}

    .navbar .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }


.navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
    background-color: #83c7cd;
}

.navbar .navbar-toggle {
    border-bottom-color: #bbb;
    border-left-color: #bbb;
    border-right-color: #bbb;
    border-top-color: #bbb;
background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */

color:#999;
}




.navbar .nav {
    margin-top: .5em;
}

    .navbar .nav li {
        margin: 0 .1em;
    }

    .navbar .nav a {
        color: #314A5D;
        font-weight: 400;
        padding: 4px 9px;
        font-size: 81.25%; /*13px/16px*/
    }

        .navbar .nav a:hover {
            color: #83c7cd;
            padding: 4px 9px;
            border-radius: 15px;
            background-color: #fff;
            font-weight: 400;
        }

    .navbar .nav li.login a {
        text-transform: none;
        background-color: #fff;
        border-radius: 15px;
        color: #83c7cd;
		font-size: 81.25%;
    }
	.navbar .nav li.login a:hover {
        background-color: #fff;
		color: #699FA4;
    }
/*   
Menu Items a:hover
Colour: #83C7CD
Text decoration: none
    */
.navbar-brand {
    text-indent: -9999px;
    width: 327px;
    height: 36px;
    display: block;
}

/*carousel*/
.carousel-caption {
	background: #87919B;
	text-align: left !important;
    text-shadow: none !important;
	float:left;
}
.carousel-caption h3 {
    font-size:200%;
	font-weight:bold;
}

#id93 .carousel-caption {
    background: rgba(135,145,155,.6);
}

#id94 .carousel-caption {
    background: rgba(174,211,227,.6);
}

#id95 .carousel-caption {
    background: rgba(49,81,137,.6);
}

#id96 .carousel-caption {
    background: rgba(63,28,7,.6);
}

    */


/*titlebar*/
/*remove on smaller devices*/
.page #titlebar, .blog #titlebar, .single #titlebar, .search #titlebar {
    display:none !important;
}

/*features*/
#features {
    padding-top: 3em;
    background: #fff;
}
#features, #features-2 {
    text-align: center;
    padding-bottom: 120px;
}

    #features h2 {
        color: #314A5D;
        font-size: 137.5%; /*14px/16px*/
		font-weight:400;
    }

    #features p {
        font-weight: 400;
        color: #4D6668;
        font-size: 87.5%; /*14px/16px*/
        line-height: 131.25%; /*21px/16px*/
		text-align:left;
    }
	#features-2 p {
        font-weight: 400;
        color: #314A5D;
        font-size: 87.5%; /*14px/16px*/
        line-height: 131.25%; /*21px/16px*/
    }


h2.circle {
    text-align: center;
    color: #fff;
    width: 150px;
    height: auto;
    padding: 10px 10px;
    font-size: 130.5%; /*18px/16px*/
    display: block;
    margin: -22px auto 0;
}

#features-2 {
    background-color: #83c7cd;
}

    #features-2 h3 {
        font-size: 137.5%; /*22px/16px*/
        color: #314A5D;
        font-weight: 400;
        margin-bottom: 1em;
		padding-top:1em;
    }
	 #news h3 {
        font-size: 137.5%; /*22px/16px*/
        color: #314A5D;
        font-weight: 400;
        margin-bottom: 1em;
    }

    #features-2 .col-md-6 {
        text-align: left;
    }

    #features-2 p.button {
        margin-top: 2em;
    }

    #features-2 p a.readmore {
		background: #b7eaf2;
        color: #658588;
        font-size: 91.25%; /*13px/16px*/
        padding: 10px 20px;
        border-radius: 20px;
        font-weight: 400;
        text-decoration: none;
        text-transform: uppercase;
        display: inline-block;
    }

        #features-2 p a.readmore:hover {
            background: #92BBC2;
        }


#socialmedia {
    margin-top: 2em;
    margin-bottom: 0;
}

    #socialmedia div {
        text-align: center;
    }

    #socialmedia img {
        display: block;
        margin: 1em auto;
    }

    #socialmedia a {
		background: #658689;
        color: #83C7CD;
        font-size: 81.25%; /*13px/16px*/
        padding: 10px 20px;
        border-radius: 20px;
        font-weight: 400;
        text-decoration: none;
        text-transform: uppercase;
        display: inline-block;
        margin: 1em;
    }
	#socialmedia a:hover {
		background: #516B6E;
    }

    #socialmedia .bubble {
        width: 280px;
        height: 174px;
        margin: auto;
        padding: 50px 1em 0;
    }

        #socialmedia .bubble p {
            color: #83C7CD;
            font-size: 100%;
            margin: 0;
        }

        #socialmedia .bubble .count {
            color: #F2845B;
            font-weight: 500;
            font-size: 300%;
        }

        
#footer, #footer-widgets {
    padding-top: 2em;
    padding-bottom: 2em;
    background: #333;
}

    #footer h3, #footer-widgets h3 {
        text-transform: uppercase;
        font-size: 87.5%; /*14px/16px*/
        text-align: left;
        color: #fff;
    }

    #footer h4, #footer-widgets h4 {
        color: #EAEAEA;
        margin-bottom: .5em;
        font-family: 'OpenSansSemibold';
        font-size: 81.25%; /*13px/16px*/
    }

    #footer ul, #footer-widgets ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        #footer ul li, #footer-widgets ul li {
            margin-bottom: 1em;
        }

        #footer p, #footer ul li, #footer-widgets p, #footer-widgets ul li {
            color: #CCCCCC;
            font-size: 100%;
            text-align: left;
            font-size: 81.25%; /*13px/16px*/
            line-height: 125% /*20px/16px*/;
        }

            #footer p.copy {
                color: #666;
            }

    #footer-widgets .nav li {
        margin: 0 .2em;
    }

    #footer-widgets .nav a {
        text-transform: none;
        color: #fff;
        font-weight: 400;
        padding: 0 .2em 0 0;
        font-size: 81.25%; /*13px/16px*/
    }

    #footer-widgets .nav > li > a:hover, #footer-widgets .nav > li > a:focus {
        background-color: transparent;
        text-decoration: underline;
    }

    #footer #follow {
        
    }

        #footer #follow a {
            width: 35px;
            height: 35px;
            text-indent: -9999px;
            display: inline-block;
            margin-right: 5px;
            text-align: left;
        }

            #footer #follow a.twitter {
            }

            #footer #follow a.facebook {
            }

            #footer #follow a.linkedin {
            }

            #footer #follow a.google {
            }


/*Interior Pages*/
/*Content Page Title*/
.page #titlebar, .blog #titlebar, .single #titlebar, .search #titlebar {
    height: 120px;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .page #titlebar h2, .blog #titlebar h2, .single #titlebar h2, .search #titlebar h2 {
        font-size: 162.5% /*26px/16px*/;
        color: #ccc;
        font-weight: normal;
        margin: 40px 0;
        float: left;
    }

    .page #titlebar a.getintouch, .blog #titlebar a.getintouch, .single #titlebar a.getintouch, .search #titlebar a.getintouch {
		background: #F2845B;
    	color: #FFF;
    	font-size: 81.25%; /*13px/16px*/
    	padding: 10px 20px;
    	border-radius: 20px;
    	font-weight: 400;
    	text-decoration: none;
    	text-transform: uppercase;
   		display: inline-block;
		border:none;
		margin:40px 0;
		float:right;
    }
	.page #titlebar a.getintouch:hover, .blog #titlebar a.getintouch:hover, .single #titlebar a.getintouch:hover, .search #titlebar a.getintouch:hover {
		background: #C26A49;
		text-decoration:none;
    }

/*breadcrumbs*/
#breadcrumbs {
    padding-top: 1em;
    padding-bottom: 1em;
    background: #fff;
}

    #breadcrumbs, #breadcrumbs a {
        color: #64858A;
    }

        #breadcrumbs .current-page {
            color: #83C5CC;
        }


.page #content, .search #content {
    background: #fff;
    padding-bottom: 6em;
}
.page h2.title {
    font-size: 200%; /*32px/16px*/
    color: ##314A5D;
}
/*content - page - news*/
.page #news {
    background: #83C7CD;
    text-align: center;
}

#news article {
    background: #fff;
    padding: 1em;
    margin: 1em;
    text-align: left;
}

    #news article h4 {
        color: #314A5D;
        font-size: 87.5%; /*14px/16px*/
        font-family: "OpenSansSemiBold";
    }

    #news article p {
        font-size: 81.25%; /*13px/16px*/
        color: #4D6668;
    }

    #news article .readmore {
        text-transform: uppercase;
        font-size: 85.71428571428571%; /*12px/14px*/
        color: #83AAAD;
    }

.page #news .viewall {
	background: #658689;
    color: #83C7CD;
    font-size: 81.25%; /*13px/16px*/
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    margin: 2em;
	text-transform: uppercase;
}
.page #news .viewall:hover {
	background: #516B6E;
}



.home #news {
    background-color: #f38258;
}

    .home #news .viewall {
        background: #87483D;
        color: #F38258;
        font-size: 81.25%; /*13px/16px*/
        padding: 10px 20px;
        border-radius: 20px;
        font-weight: 400;
        text-decoration: none;
        text-transform: uppercase;
        display: inline-block;
        margin: 2em;
    }
	.home #news .viewall:hover {
        background: #6C3A31;
    }


.entry-content{padding-top:1em;}

/*content - blog list*/
.blog #content, .single #content {
    background: #fff;
    padding-bottom: 1em;
}

    .blog #content article, .single #content article {
        padding-top: 1em;
        padding-bottom: 2em;
        border-bottom: solid 1px #E8E8E8;
    }

        .blog #content article h2 a, .single #content article h2 a, .page #content h2, .search #content h2 a{
            font-size: 200%; /*32px/16px*/
            font-family: OpenSansLight;
            font-weight: 300;
            color: #314A5D;
            margin-bottom: .5em;
        }

        .blog #content article p.post-meta, .single #content article p.post-meta, .search #content article p.post-meta {
            font-size: 81.25%; /*13px/16px*/
            font-weight: 300;
            color: #83C6CC;
        }

        .blog #content article .entry-content, .single #content article .entry-content, .search #content article .entry-content {
            font-size: 100%; /*16px*/
            font-weight: 300;
            color: #4D6668;
            line-height: 137.5%; /*22px/16px*/
        }

        .blog #content article p.readmore, .blog #content article p.readmore a, .single #content article p.readmore, .single #content article p.readmore a,, .search #content article p.readmore a {
            font-size: 100%;
            font-weight: 300;
            color: #83C6CC;
        }	
		

#content .sidebar .widget-container {
    border-bottom: solid 1px #E8E8E8;
    padding-bottom: 1em;
}

#content .sidebar h3 {
    font-size: 87.5%; /*14px/16px*/
    color: #252D2F;
}

#content .sidebar h4 {
    font-size: 87.5%; /*14px/16px*/
    color: #4D6668;
    margin-bottom: 0;
}

    #content .sidebar h4 a, #content .sidebar li a {
        color: #4D6668;
    }

#content .sidebar span.post-date {
    font-size: 87.5%; /*14px/16px*/
    color: #83C7CD;
    line-height: 118.75%; /*19px/16px*/
    display: block;
}

#content .sidebar ul {
    list-style-type: none;
    padding-left: 0;
}

#content .sidebar p, .content #sidebar ul li {
    font-size: 87.5%; /*14px/16px*/
    color: #4D6668;
    line-height: 118.75%; /*19px/16px*/
}

.blog #content .sidebar ul li a {
    color: #658588;
}

#content .sidebar input {
    border: none;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    background: #e2e1d7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 30px;
    width: 100%;
}

    #content .sidebar input[type=submit] {
        display: block;
        margin: .5em 0;
        width: auto;
    }

/*signup bar*/
#signup {
    background: #F38258;
    color: #fff;
    padding-top: 3em;
    padding-bottom: 2em;
}

    #signup p {
        font-size: 137.5%; /*22px/16px*/
    }

/*buttons*/
a.btn-info, button.findoutmore, a.findoutmore {
        background: #f38258;
        color: #FFF;
        font-size: 81.25%; /*13px/16px*/
        padding: 10px 20px;
        border-radius: 20px;
        font-weight: 400;
        text-decoration: none;
        text-transform: uppercase;
        display: inline-block;
        margin: 1em;
}
a.btn-info:hover, button.findoutmore:hover, a.findoutmore:hover {
        background: #C26846;
}


button.signup {
	background: #FFF;
    color: #f38258;
    font-size: 81.25%; /*13px/16px*/
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    margin: 1em;
	border:none;
}
button.signup:hover {
	background: #CCC;
}

/*paging*/
.paging{clear:both; margin-top:2em; text-align:center;}
.paging li a,
.paging li a:hover,
.paging li.active a,
.paging li.disabled {
	color: #fff;
	text-decoration:none;
}

.paging li {
	display: inline;
}

.paging li a,
.paging li a:hover,
.paging li.active a,
.paging li.disabled {
	background-color: #6FB7E9;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.paging li a:hover,
.paging li.active a {
	background-color: #3C8DC5;
}

/*hide search for */
.screen-reader-text {
    position: absolute;
    left: -1000em;
}



/*change the navbar to display small menu at 1100px (was 768,767)*/

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-nav {
  margin: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}

.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}

/*Joe's Booststrap styles*/

.carousel-inner > .item {
  height:auto;
}
.carousel-slide1-bg {
	background:url(/wp-content/themes/mm/img/slide_home.jpg) no-repeat center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	min-height:450px;
	height:auto;
	overflow:hidden;
}
.carousel-slide2-bg {
	background:url(/wp-content/themes/mm/img/slide_blog.jpg) no-repeat center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	min-height:450px;
	height:auto;
	overflow:hidden;
}
.carousel-slide3-bg {
	background:url(/wp-content/themes/mm/img/slide_ebook.jpg) no-repeat center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	min-height:450px;
	height:auto;
	overflow:hidden;
}
.carousel-slide4-bg {
	background:url(/wp-content/themes/mm/img/slide_edm.jpg) no-repeat center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	min-height:450px;
	height:auto;
	overflow:hidden;
}
