/*
Theme Name: Doover
Theme URI: http://muffingroup.com/doover
Author: Muffin group
Author URI: http://muffingroup.com/
Description: Professional and easy to customize Premium WordPress Theme.
Version: 5.1.2
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: blue, gray, green, red, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, editor-style, featured-image-header, featured-images, post-formats, theme-options, translation-ready
*/

@import url("css/reset.css");
@import url("css/main.css");
@import url("css/buttons.css");
@import url("css/shortcodes.css");

/* If you want to add your own css code, please do it in css/custom.css */

@import url("css/custom.css");

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

div.fb-comments span ,#fbSEOComments iframe {
max-width:460px !important;

}

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	
div.fb-comments span ,#fbSEOComments iframe{
max-width:300px !important;
}

}

@media only screen and (max-width: 330px){

.mobileform {width:97%;}
#signinews{background-size:2.8%; height:300px;}

}