/*
Theme Name: "I Do" Wdding Décor
Theme URI: http://ryanshirley.ie./
Author: Ryan Shirley
Author URI: http://ryanshirley.ie/
Description: Wedding Decor Wordpress Theme by Ryan Shirley
Version: 1.0
*/


img#wpstats {
display: none;
}

textarea#comment {
width: 100%;
}

input#submit {
    background-color: #e05151;
    border-color: #e05151;
    color: #fff;
}

.img-portfolio-grid {
    width: 263px;
    height: 220px;
    margin-bottom: 40px; 
    border: solid 2px #e5e5e5;  
}

.pink-quote {
    background-color: #df3d82;
    color: #fff;
    padding: 20px 20px;
    text-transform: uppercase;
    font-size: 1.4em;
    text-align: center;
}

.pink-quote a {
    margin-left: 20px;
}

/*
 * General
 * --------------------------------------------------
 */
.admin-bar .navbar-fixed-top { margin-top: 20px; }
.img-centered { display: block; margin-left: auto; margin-right: auto; }
.space-top { margin-top: 30px; }
.space-top-big { margin-top: 60px; }


hr.pink {
    border-color: #df3d82;
}


/*
 * Typography
 * --------------------------------------------------
 */

h1, h2, h3,h4,h5,h6 { color: #df3d82; }
p { color: #191919; font-size: 1.1em; }

a {
    color: #e05151;
    text-decoration: none;
    -o-transition: all .1s;
    -moz-transition: all .1s;
    -webkit-transition: all .1s;
    -ms-transition: all .1s;
}
a:hover { color: #e05151; text-decoration:underline; }

.white { color: #fff; }

.sidebar { 
	margin-top: 40px;
	color: #3d3d3d;
}

.sidebar h3 {
	color: #3d3d3d;
    margin-top: 0;
}



/*
 * Header
 * --------------------------------------------------
 */

.header {
    background: #df3d82; /* Old browsers */
    background: -moz-linear-gradient(left,  #df3d82 17%, #da387d 89%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(17%,#df3d82), color-stop(89%,#da387d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #df3d82 17%,#da387d 89%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #df3d82 17%,#da387d 89%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #df3d82 17%,#da387d 89%); /* IE10+ */
    background: linear-gradient(to right,  #df3d82 17%,#da387d 89%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df3d82', endColorstr='#da387d',GradientType=1 ); /* IE6-9 */
}

.logo {
    height: 250px;
    width: auto;
    margin-top: -40px;
    padding-bottom: 0;
    margin-bottom: -50px;
}

.header-info {
    text-align: right;
    margin-top: 30px;
    font-size: 1.2em;
}

/*
 * Navbar
 * --------------------------------------------------
 */

.navbar-space { margin-top: 40px; }

.navbar-static-top { border-width: 0 0 0; }

.navbar-inverse { background-color: #df3d82 ; border-bottom-color: : #be2c6a; border-color: #df3d82 } 


.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 1.2em;
    padding: 22px 25px;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.navbar-inverse .navbar-nav>li:hover {
    color: #fff;
    background-color: #be2c6a;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}

.current-menu-item > a, .current-menu-parent > a {
    padding: 17px 15px;
}
.current-menu-parent li a {
	background: inherit;
}

.navbar-inverse .navbar-nav>li.current-menu-item {
    color: #fff;
    background-color: #be2c6a;
}

@media (min-width:768px) {
	.sub-menu {
		display: none;
		position: absolute;
		background: #fff;
		padding: 15px 10px;
		width: 200px;
        border: solid 1px #E7E7E7; 
	}

	li:hover .sub-menu {
		display: block;
	}

}

.sub-menu li {
	margin-bottom: 15px;
	list-style: none;
}

.sub-menu li:last-child {
	margin-bottom: 0;
}

.sub-menu a  {
	color: #428bca;
	text-decoration: none;
        -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.sub-menu> li>a:hover  {
	color: #ee2925;
}	


/* Testimonial ----------- */

blockquote {
    font-size: 1.35em;
    margin: 4% 0;
    color: #fff;
    border-left: solid 5px #e05151;
}

cite {
    font-style: normal;
    text-transform: capitalize;
    font-size: 1.25em;
    line-height: 1em;
    color: #e3e3e3;
    margin: 0 0 6% 4%;
 }


/*
 * Button
 * --------------------------------------------------
 */


.btn-outline {
    border-radius: 0px;
    border: solid 2px #fff;
    font-size: 1.1em;
    color: #fff;
    background: 0 0;
    transition: all .2s ease-in-out;
}

.btn-outline:hover,
.btn-outline.active {
    border: solid 2px #fff;
    color: #fff;
    background: rgba(255, 255, 255, 0.19);
}

.btn-solid {
    margin-top: 35px;
    border-radius: 35px;
    border: solid 2px #e05151;
    font-size: 20px;
    color: #fff;
    background: #e05151;
    transition: all .3s ease-in-out;
}

.btn-solid:hover,
.btn-outline.active {
    border: solid 2px #cb3c3c;
    color: #fff;
    background: #cb3c3c;
}

.btn-solid-square {
    border-radius: 0;
    border: solid 2px #df3d82;
    font-sze: 1.2em;
    color: #fff;
    background: #df3d82;
    transition: all .3s ease-in-out;
}

.btn-solid-square:hover,
.btn-outline-square.active {
    border: solid 2px #be2c6a;
    color: #fff;
    background: #be2c6a;
}


input[type="submit"] {
    border-radius: 0;
    border: solid 2px #df3d82;
    font-size: 20px;
    color: #fff;
    background: #df3d82;
    padding: 5px 10px;
    transition: all .3s ease-in-out;
}

input[type="submit"]:hover {
    border: solid 2px #be2c6a;
    color: #fff;
    background: #be2c6a;
}


/*
 * Footer
 * --------------------------------------------------
 */

.footer-bg { 
    margin-top: 40px;
    padding: 10px;
    background-color: #df3d82;
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset; 
}

.footer-bg div.widget h3,
.footer-bg div.widget p,
.footer-bg div p { 
    color: #fff; 
}

.footer-bg div a {
    color: #424242;
}


